Changeset 793c1ba
- Timestamp:
- 02/12/2005 02:51:10 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0bfe309a
- Parents:
- fdcfc4cf
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rfdcfc4cf r793c1ba 24 24 25 25 <listitem><para>February 11th, 2005 [randy]: Added md5sums to Chapter 18, 26 19 and 20package instructions; changed FTP download URL in NcFTP and Pine26 19, 20 and 21 package instructions; changed FTP download URL in NcFTP and Pine 27 27 instructions; added a note about using --enable-yydebug to libpcap 28 28 instructions.</para></listitem> -
server/mail/courier.xml
rfdcfc4cf r793c1ba 7 7 <!ENTITY courier-download-http "http://prdownloads.sourceforge.net/courier/courier-&courier-version;.tar.bz2"> 8 8 <!ENTITY courier-download-ftp " "> 9 <!ENTITY courier-md5sum "639bb3b236914e3b86f287ce3f55264e"> 9 10 <!ENTITY courier-size "4.3 MB"> 10 11 <!ENTITY courier-buildsize "102 MB"> … … 39 40 <listitem><para>Download (FTP): 40 41 <ulink url="&courier-download-ftp;"/></para></listitem> 42 <listitem><para>Download MD5 sum: &courier-md5sum;</para></listitem> 41 43 <listitem><para>Download size: &courier-size;</para></listitem> 42 44 <listitem><para>Estimated disk space required: … … 50 52 <para><xref linkend="gdbm"/></para> 51 53 </sect4> 54 52 55 <sect4><title>Optional</title> 53 56 <para><xref linkend="mysql"/> or <xref linkend="postgresql"/>, … … 62 65 <xref linkend="gs"/> or <xref linkend="espgs"/>, 63 66 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink> and 64 <ulink url="http://alpha.greenie.net/mgetty/">Mgetty+Sendfax</ulink> 65 </ para></sect4>67 <ulink url="http://alpha.greenie.net/mgetty/">Mgetty+Sendfax</ulink></para> 68 </sect4> 66 69 </sect3> 67 70 -
server/mail/exim.xml
rfdcfc4cf r793c1ba 7 7 <!ENTITY exim-download-http "http://www.exim.org/ftp/exim4/exim-&exim-version;.tar.bz2"> 8 8 <!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> 9 <!ENTITY exim-md5sum "f8f646d4920660cb5579becd9265a3bf"> 9 10 <!ENTITY exim-size "1.4 MB"> 10 11 <!ENTITY exim-buildsize "14.9 MB"> … … 33 34 <listitem><para>Download (FTP): 34 35 <ulink url="&exim-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: 37 &exim-md5sum;</para></listitem> 35 38 <listitem><para>Download size: 36 39 &exim-size;</para></listitem> … … 77 80 <command>exim</command> daemon:</para> 78 81 79 <para>If you have Berkeley DB installed, apply80 the following patch:</para>81 82 <screen><userinput><command>patch -Np1 -i ../exim-&exim-version;-db43-1.patch</command></userinput></screen>83 84 82 <screen><userinput><command>groupadd exim && 85 83 useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false exim</command></userinput></screen> 84 85 <para>If you have <application>Berkeley <acronym>DB</acronym></application> 86 installed, apply the following patch:</para> 87 88 <screen><userinput><command>patch -Np1 -i ../exim-&exim-version;-db43-1.patch</command></userinput></screen> 86 89 87 90 <para>Install <application>Exim</application> with the following -
server/mail/postfix.xml
rfdcfc4cf r793c1ba 7 7 <!ENTITY postfix-download-http "http://www.mirrorspace.org/postfix/official/postfix-&postfix-version;.tar.gz"> 8 8 <!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz"> 9 <!ENTITY postfix-md5sum "bcaa4aac80595d04c60c72844203a04d"> 9 10 <!ENTITY postfix-size "1.9 MB"> 10 11 <!ENTITY postfix-buildsize "81 MB"> … … 38 39 <listitem><para>Download (FTP): <ulink 39 40 url="&postfix-download-ftp;"/></para></listitem> 41 <listitem><para>Download MD5 sum: &postfix-md5sum;</para></listitem> 40 42 <listitem><para>Download size: &postfix-size;</para></listitem> 41 43 <listitem><para>Estimated disk space required: … … 47 49 <sect3><title><application>Postfix</application> dependencies</title> 48 50 <sect4><title>Required</title> 49 <para><xref linkend="db"/></para></sect4> 51 <para><xref linkend="db"/></para> 52 </sect4> 53 50 54 <sect4><title>Optional</title> 51 <para> 52 <xref linkend="pcre"/>, 55 <para><xref linkend="pcre"/>, 53 56 <xref linkend="mysql"/>, 54 57 <xref linkend="postgresql"/>, 55 58 <xref linkend="openldap"/>, 56 59 <xref linkend="openssl"/> and 57 <xref linkend="cyrus-sasl"/> 58 </ para></sect4>60 <xref linkend="cyrus-sasl"/></para> 61 </sect4> 59 62 </sect3> 60 63 … … 92 95 <screen><userinput><command>patch -p1 < ../pfixtls-0.8.18-2.1.3-0.9.7d/pfixtls.diff</command></userinput></screen> 93 96 94 <para>You will need to pass the following values to the <command>make95 makefiles</command> command:</para>97 <para>You will need to pass the following values to the 98 <command>make makefiles</command> command:</para> 96 99 97 100 <screen><userinput>CCARGS="-DHAS_SSL -I/usr/include/openssl" \ … … 213 216 addressed to root can be forwarded to you at the user level. The 214 217 <filename>main.cf</filename> file needs your fully qualified hostname. All of 215 these edits can be done with sed commands entered into the console with216 appropriate substitutions of your non-root login name for218 these edits can be done with <command>sed</command> commands entered into the 219 console with appropriate substitutions of your non-root login name for 217 220 <replaceable>[user]</replaceable> and your fully qualified hostname for 218 221 <replaceable>[localhost.localdomain]</replaceable>. You will find the … … 245 248 <segmentedlist> 246 249 <segtitle>Installed Programs</segtitle> 250 <segtitle>Installed Libraries</segtitle> 247 251 <segtitle>Installed Directories</segtitle> 248 252 … … 253 257 postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp, smtpd, spawn, 254 258 trivial-rewrite, verify, and virtual</seg> 259 <seg>None</seg> 255 260 <seg>/etc/postfix and /usr/share/doc/postfix</seg> 256 261 </seglistitem> -
server/mail/qpopper.xml
rfdcfc4cf r793c1ba 7 7 <!ENTITY qpopper-download-http "http://ftp.uni-koeln.de/mail/qpopper&qpopper-version;.tar.gz"> 8 8 <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz"> 9 <!ENTITY qpopper-md5sum "e00853280c9e899711f0b0239d3d8f86"> 9 10 <!ENTITY qpopper-size "2.2 MB"> 10 11 <!ENTITY qpopper-buildsize "9.0 MB"> 11 12 <!ENTITY qpopper-time "0.13 SBU"> 12 13 13 ]> 14 14 … … 25 25 26 26 <para>The <application>Qpopper</application> package contains a 27 <acronym>POP</acronym>3 28 mail server.</para> 27 <acronym>POP</acronym>3 mail server.</para> 29 28 30 29 <sect3><title>Package information</title> 31 30 <itemizedlist spacing='compact'> 32 <listitem><para>Download (HTTP): <ulink url="&qpopper-download-http;"/></para></listitem> 33 <listitem><para>Download (FTP): <ulink url="&qpopper-download-ftp;"/></para></listitem> 31 <listitem><para>Download (HTTP): 32 <ulink url="&qpopper-download-http;"/></para></listitem> 33 <listitem><para>Download (FTP): 34 <ulink url="&qpopper-download-ftp;"/></para></listitem> 35 <listitem><para>Download MD5 sum: &qpopper-md5sum;</para></listitem> 34 36 <listitem><para>Download size: &qpopper-size;</para></listitem> 35 <listitem><para>Estimated disk space required: &qpopper-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: &qpopper-time;</para></listitem></itemizedlist> 37 <listitem><para>Estimated disk space required: 38 &qpopper-buildsize;</para></listitem> 39 <listitem><para>Estimated build time: 40 &qpopper-time;</para></listitem></itemizedlist> 37 41 </sect3> 38 42 39 43 <sect3><title><application>Qpopper</application> dependencies</title> 40 44 <sect4><title>Required</title> 41 <para> 42 <ulink url="../server/mail.html">MTA</ulink> 43 </para></sect4> 45 <para><ulink url="../server/mail.html">MTA</ulink> 46 </para> 47 </sect4> 48 44 49 <sect4><title>Optional</title> 45 <para> 46 <xref linkend="openssl"/>, 50 <para><xref linkend="openssl"/>, 47 51 <xref linkend="gdbm"/>, 48 52 <xref linkend="Linux_PAM"/> and 49 <xref linkend="mitkrb"/> 50 </para></sect4> 51 53 <xref linkend="mitkrb"/></para> 54 </sect4> 52 55 </sect3> 53 56 … … 57 60 <title>Installation of <application>Qpopper</application></title> 58 61 59 <para>Install <application>Qpopper</application> with the following commands:</para> 62 <para>Install <application>Qpopper</application> with the following 63 commands:</para> 60 64 61 65 <screen><userinput><command>./configure --prefix=/usr && … … 65 69 </sect2> 66 70 67 68 71 <sect2> 69 72 <title>Configuring <application>Qpopper</application></title> … … 71 74 <sect3><title>Configuration Information</title> 72 75 73 <para>If you use <command>inetd</command>, the following command will add the qpopper 74 entry to <filename>/etc/inetd.conf</filename>:</para> 76 <para>If you use <command>inetd</command>, the following command will add the 77 <application>Qpopper</application> entry to 78 <filename>/etc/inetd.conf</filename>:</para> 75 79 76 80 <screen><userinput><command>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> \ … … 84 88 <filename>inetd.conf</filename> file.</para> 85 89 86 <para>If you use <command>xinetd</command>, the following command will add the qpopper 87 entry to <filename>/etc/xinetd.conf</filename>:</para> 90 <para>If you use <command>xinetd</command>, the following command will add the 91 <application>Qpopper</application> entry to 92 <filename>/etc/xinetd.conf</filename>:</para> 88 93 89 94 <screen><userinput><command>cat >> /etc/xinetd.conf << "EOF"</command> … … 101 106 <para>Issue a <command>killall -HUP xinetd</command> to reread the changed 102 107 <filename>xinetd.conf</filename> file.</para> 103 104 108 </sect3> 105 109 … … 110 114 111 115 <para>The <application>Qpopper</application> package contains 112 <command>popper</command>. 113 </para> 116 <command>popper</command>.</para> 114 117 115 118 </sect2> … … 118 121 119 122 <sect3><title>popper</title> 120 <para><command>popper</command> is the <acronym>POP</acronym>3 server daemon.</para></sect3> 123 <para><command>popper</command> is the <acronym>POP</acronym>3 server 124 daemon.</para></sect3> 121 125 122 126 </sect2> -
server/mail/sendmail.xml
rfdcfc4cf r793c1ba 7 7 <!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz"> 8 8 <!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz"> 9 <!ENTITY sendmail-md5sum "2809fbf9c8b067947b650d0128928d05"> 9 10 <!ENTITY sendmail-size "1.9 MB"> 10 11 <!ENTITY sendmail-buildsize "18.8 MB"> … … 34 35 <listitem><para>Download (FTP): 35 36 <ulink url="&sendmail-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &sendmail-md5sum;</para></listitem> 36 38 <listitem><para>Download size: &sendmail-size;</para></listitem> 37 39 <listitem><para>Estimated disk space required: … … 44 46 45 47 <sect4><title>Required</title> 46 <para><xref linkend="db"/> and <xref linkend="procmail"/> 47 </ para></sect4>48 <para><xref linkend="db"/> and <xref linkend="procmail"/></para> 49 </sect4> 48 50 49 51 <sect4><title>Optional</title> … … 55 57 <ulink url="http://www-dev.cites.uiuc.edu/ph/nph/">nph</ulink>, and 56 58 <xref linkend="gs"/> or <xref linkend="espgs"/> (for creating 57 <acronym>PDF</acronym> documentation) 58 </ para></sect4>59 <acronym>PDF</acronym> documentation)</para> 60 </sect4> 59 61 </sect3> 60 62 … … 111 113 packages into the build. Use the example below, which adds support for 112 114 <application>tcpwrappers</application>, <acronym>SASL</acronym> and 113 Start<acronym>TLS</acronym> as a starting point. Of course, modify it to suit115 Start<acronym>TLS</acronym>, as a starting point. Of course, modify it to suit 114 116 your particular needs.</para> 115 117
Note:
See TracChangeset
for help on using the changeset viewer.