Changeset 547df0bc for server/mail


Ignore:
Timestamp:
09/26/2003 07:39:35 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5afbfa23
Parents:
79f87f94
Message:

chapter 22

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1211 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server/mail
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    r79f87f94 r547df0bc  
    1 <sect1 id="exim" xreflabel="exim-&exim-version;">
     1<sect1 id="exim" xreflabel="Exim-&exim-version;">
    22<?dbhtml filename="exim.html" dir="server"?>
    3 <title>exim-&exim-version;</title>
     3<title>Exim-&exim-version;</title>
    44
    55&exim-intro;
  • server/mail/exim/exim-config.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Configuring exim</title>
     2<title>Configuring Exim</title>
    33
    44<sect3><title>Config files</title>
     
    1010<sect3><title>Configuration Information</title>
    1111
    12 <para>Create the exim configuration files with the following commands:</para>
     12<para>Create the Exim configuration files with the following commands:</para>
    1313
    1414<screen><userinput><command>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"</command>
     
    2424present.</para></note>
    2525
    26 <para>To start and stop exim on system boot/shutdown create the
     26<para>To start and stop Exim on system boot/shutdown create the
    2727exim boot script with the following commands:</para>
    2828
  • server/mail/exim/exim-desc.xml

    r79f87f94 r547df0bc  
    22<title>Contents</title>
    33
    4 <para>The exim package contains
     4<para>The <application>Exim</application> package contains
    55<command>exim</command>,
    66<command>exim_dumpdb</command>,
  • server/mail/exim/exim-inst.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Installation of <application>exim</application></title>
     2<title>Installation of <application>Exim</application></title>
    33
    4 <para>Before building <application>exim</application>, we need to
     4<para>Before building <application>Exim</application>, we need to
    55create the group and user exim which will run the exim daemon:</para>
    66
     
    88useradd -d /dev/null -g exim -s /bin/false exim</command></userinput></screen>
    99
    10 <para>Install <application>exim</application> with the following commands:</para>
     10<para>Install <application>Exim</application> with the following commands:</para>
    1111
    1212<screen><userinput><command>sed -e 's/^BIN_DIR.*$/BIN_DIRECTORY=\/usr\/sbin/' src/EDITME | \
  • server/mail/exim/exim-intro.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Introduction to <application>exim</application></title>
     2<title>Introduction to <application>Exim</application></title>
    33
    4 <para>The <application>exim</application> package contains a Mail Transport Agent written by the
     4<para>The <application>Exim</application> package contains a Mail Transport Agent written by the
    55University of Cambridge, released under the <acronym>GNU</acronym> Public License.</para>
    66
     
    1414</sect3>
    1515
    16 <sect3><title><application>exim</application> dependencies</title>
     16<sect3><title><application>Exim</application> dependencies</title>
    1717<sect4><title>Required</title>
    1818<para><xref linkend="db"/>
  • server/mail/postfix.xml

    r79f87f94 r547df0bc  
    1 <sect1 id="postfix" xreflabel="postfix-&postfix-version;">
     1<sect1 id="postfix" xreflabel="Postfix-&postfix-version;">
    22<?dbhtml filename="postfix.html" dir="server"?>
    3 <title>postfix-&postfix-version;</title>
     3<title>Postfix-&postfix-version;</title>
    44
    55&postfix-intro;
  • server/mail/postfix/postfix-config.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Configuring <application>postfix</application></title>
     2<title>Configuring <application>Postfix</application></title>
    33
    44<sect3><title>Config files</title>
     
    4343/usr/sbin/postfix start</command></userinput></screen></sect3>
    4444
    45 <sect3><title>postfix init.d script</title>
     45<sect3><title>Postfix init.d script</title>
    4646
    47 <para>To automate the running of postfix, use following command to create the init.d script:</para>
     47<para>To automate the running of Postfix, use following command to create the init.d script:</para>
    4848
    4949<screen><userinput><command>cat &gt; /etc/rc.d/init.d/postfix &lt;&lt; "EOF"</command>
  • server/mail/postfix/postfix-desc.xml

    r79f87f94 r547df0bc  
    22<title>Contents</title>
    33
    4 <para>The <application>postfix</application> package contains <filename>bounce
     4<para>The <application>Postfix</application> package contains <filename>bounce
    55</filename>, <filename>cleanup</filename>, <filename>error</filename>,
    66<filename>flush</filename>, <filename>lmtp</filename>,
  • server/mail/postfix/postfix-inst.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Installation of <application>postfix</application></title>
     2<title>Installation of <application>Postfix</application></title>
    33
    44<para>Before you compile the program, you need to create users and groups that
  • server/mail/postfix/postfix-intro.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Introduction to postfix</title>
     2<title>Introduction to Postfix</title>
    33
    4 <para>The <application>postfix</application> package contains a Mail
     4<para>The <application>Postfix</application> package contains a Mail
    55Transport Agent (<acronym>MTA</acronym>). This is useful for sending email
    66to other users of your host machine.  It can also be configured to be a
     
    2222</sect3>
    2323
    24 <sect3><title><application>postfix</application> dependencies</title>
     24<sect3><title><application>Postfix</application> dependencies</title>
    2525<sect4><title>Required</title>
    2626<para><xref linkend="db"/></para></sect4>
  • server/mail/qmail/qmail-config.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Configuring qmail</title>
     2<title>Configuring <application>qmail</application></title>
    33
    44<sect3><title>Config files</title>
     
    88<sect3><title>Configuration Information</title>
    99
    10 <para>If inetd is used, the following command will add the qmaild
     10<para>If <command>inetd</command> is used, the following command will add the qmaild
    1111entry to <filename>/etc/inetd.conf</filename>: </para>
    1212
     
    1414tcp-env /var/qmail/bin/qmail-smtpd" >> /etc/inetd.conf</userinput></screen></para>
    1515
    16 <para>If xinetd is used, the following command will add the qmaild
     16<para>If <command>xinetd</command> is used, the following command will add the qmaild
    1717entry to <filename>/etc/xinetd.conf</filename>: </para>
    1818
    19 <para><screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</userinput>
     19<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
    2020service smtp
    2121{
     
    3232    log_on_failture         += USERID
    3333}
    34 <userinput>EOF</userinput></screen></para>
     34<command>EOF</command></userinput></screen>
    3535
    36 <para>To automate the running of qmail, use following command to
     36<para>To automate the running of <application>qmail</application>, use following command to
    3737create the init.d script:</para>
    3838
    39 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/qmail &lt;&lt; "EOF"</userinput>
     39<screen><userinput><command>cat &gt; /etc/rc.d/init.d/qmail &lt;&lt; "EOF"</command>
    4040#!/bin/sh
    4141# Begin $rc_base/init.d/qmail
     
    7272
    7373# End $rc_base/init.d/qmail
    74 <userinput>EOF
    75 chmod 755 /etc/rc.d/init.d/qmail</userinput></screen></para>
     74<command>EOF
     75chmod 755 /etc/rc.d/init.d/qmail</command></userinput></screen>
    7676
    7777<para>Create the symbolic links to this file in the relevant
    78 <filename>rc.d</filename> directory with the following commands:
     78<filename>rc.d</filename> directory with the following commands:</para>
    7979
    80 <screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
     80<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    8181ln -sf ../init.d/qmail ../rc0.d/K25qmail &amp;&amp;
    8282ln -sf ../init.d/qmail ../rc1.d/K25qmail &amp;&amp;
     
    8585ln -sf ../init.d/qmail ../rc4.d/S35qmail &amp;&amp;
    8686ln -sf ../init.d/qmail ../rc5.d/S35qmail &amp;&amp;
    87 ln -sf ../init.d/qmail ../rc6.d/K25qmail</userinput></screen></para>
     87ln -sf ../init.d/qmail ../rc6.d/K25qmail</command></userinput></screen>
    8888
    8989</sect3>
  • server/mail/qmail/qmail-inst.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Installation of qmail</title>
     2<title>Installation of <application>qmail</application></title>
    33
    4 <para>qmail needs certain user and group account to be added before
     4<para><application>qmail</application> needs certain user and group account to be added before
    55installation of the software.  Add the users and groups with the
    66following commands:</para>
    77
    88
    9 <para><screen><userinput>mkdir /var/qmail &amp;&amp;
     9<screen><userinput><command>mkdir /var/qmail &amp;&amp;
    1010groupadd nofiles &amp;&amp;
    1111useradd -g nofiles -d /var/qmail/alias alias &amp;&amp;
     
    1616useradd -g qmail -d /var/qmail qmailq &amp;&amp;
    1717useradd -g qmail -d /var/qmail qmailr &amp;&amp;
    18 useradd -g qmail -d /var/qmail qmails</userinput></screen></para>
     18useradd -g qmail -d /var/qmail qmails</command></userinput></screen>
    1919
    20 <para>Install qmail by running the following commands:</para>
     20<para>Install <application>qmail</application> by running the following commands:</para>
    2121
    22 <para><screen><userinput>patch -Np1 -i ../qmail-1.03.errno.patch &amp;&amp;
     22<screen><userinput><command>patch -Np1 -i ../qmail-1.03.errno.patch &amp;&amp;
    2323make setup check &amp;&amp;
    2424./config-fast `hostname` &amp;&amp;
     
    3030for mandir in 1 5 7 8; do mv /var/qmail/man/man$mandir/* \
    3131    /usr/man/man$mandir; done &amp;&amp;
    32 rm -rf /var/qmail/man</userinput></screen></para>
     32rm -rf /var/qmail/man</command></userinput></screen>
    3333</sect2>
  • server/mail/qmail/qmail-intro.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Introduction to qmail</title>
     2<title>Introduction to <application>qmail</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&qmail-download-http;"/>
    5 Download location (FTP):        <ulink url="&qmail-download-ftp;"/>
    6 Version used:                   &qmail-version;
    7 Package size:                   &qmail-size;
    8 Estimated Disk space required:  &qmail-buildsize;</screen>
    9 <screen>
    10 Additional downloads:
    11 <ulink url="ftp://moni.csi.hu/pub/glibc-2.3.1/qmail-1.03.errno.patch">qmail errno patch</ulink></screen>
     4<para>The <application>qmail</application> package contains Dan Bernstein's Mail Transport Agent
     5(MTA). <application>qmail</application> provides local and remote mail delivery/relaying.</para>
     6
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&qmail-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&qmail-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &qmail-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&qmail-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&qmail-time;</para></listitem></itemizedlist>
     18</sect3>
     19
     20<sect3><title>Additional downloads</title>
     21<itemizedlist spacing='compact'>
     22<listitem><para>Required patch:
     23<ulink url="ftp://moni.csi.hu/pub/glibc-2.3.1/qmail-1.03.errno.patch">qmail
     24errno patch</ulink></para></listitem></itemizedlist>
     25</sect3>
    1226
    1327
    14 <para>The qmail package contains Dan Bernstein's Mail Transport Agent
    15 (MTA). qmail provides local and remote mail delivery/relaying.</para>
    16 
    1728</sect2>
  • server/mail/qmail/qmail.ent

    r79f87f94 r547df0bc  
    99<!ENTITY qmail-download-ftp "">
    1010<!ENTITY qmail-size "225 KB">
     11<!ENTITY qmail-time "">
  • server/mail/sendmail.xml

    r79f87f94 r547df0bc  
    1 <sect1 id="sendmail" xreflabel="sendmail-&sendmail-version;">
     1<sect1 id="sendmail" xreflabel="Sendmail-&sendmail-version;">
    22<?dbhtml filename="sendmail.html" dir="server"?>
    3 <title>sendmail-&sendmail-version;</title>
     3<title>Sendmail-&sendmail-version;</title>
    44
    55&sendmail-intro;
  • server/mail/sendmail/sendmail-config.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Configuring <application>sendmail</application></title>
     2<title>Configuring <application>Sendmail</application></title>
    33
    44<sect3><title>Config files</title>
     
    1919newaliases -v</command></userinput></screen>
    2020
    21 <para>To start and stop sendmail on system boot/shutdown create the
    22 sendmail boot script with the following commands:</para>
     21<para>To start and stop Sendmail on system boot/shutdown create the
     22<command>sendmail</command> boot script with the following commands:</para>
    2323
    2424<note><para>The -qNm option, where N is number of minutes, controls
  • server/mail/sendmail/sendmail-desc.xml

    r79f87f94 r547df0bc  
    22<title>Contents</title>
    33
    4 <para>The <application>sendmail</application> package contains
     4<para>The <application>Sendmail</application> package contains
    55<command>mail.local</command>,
    66<command>rmail</command>,
  • server/mail/sendmail/sendmail-inst.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Installation of <application>sendmail</application></title>
     2<title>Installation of <application>Sendmail</application></title>
    33
    4 <para>Before building <application>sendmail</application>, we need to create users, groups and
     4<para>Before building <application>Sendmail</application>, we need to create users, groups and
    55directories that sendmail uses with the following commands:</para>
    66
     
    1212mkdir /var/spool/mqueue</command></userinput></screen>
    1313
    14 <para>Install <application>sendmail</application> with the following commands:</para>
     14<para>Install <application>Sendmail</application> with the following commands:</para>
    1515
    1616<screen><userinput><command>cat &gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
  • server/mail/sendmail/sendmail-intro.xml

    r79f87f94 r547df0bc  
    11<sect2>
    2 <title>Introduction to <application>sendmail</application></title>
     2<title>Introduction to <application>Sendmail</application></title>
    33
    4 <para>The <application>sendmail</application> package contains a Mail Transport Agent
     4<para>The <application>Sendmail</application> package contains a Mail Transport Agent
    55(<acronym>MTA</acronym>).</para>
    66
     
    1414</sect3>
    1515
    16 <sect3><title><application>sendmail</application> dependencies</title>
     16<sect3><title><application>Sendmail</application> dependencies</title>
    1717<sect4><title>Required</title>
    1818<para><xref linkend="db"/> and <xref linkend="procmail"/>
Note: See TracChangeset for help on using the changeset viewer.