Ignore:
Timestamp:
09/26/2003 02:51:25 AM (21 years ago)
Author:
Igor Živković <igor@…>
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:
58bd309a
Parents:
6998c44a
Message:

updated to sendmail-8.12.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/sendmail/sendmail-config.xml

    r6998c44a r681ad68  
    11<sect2>
    2 <title>Configuring sendmail</title>
     2<title>Configuring <application>sendmail</application></title>
    33
    44<sect3><title>Config files</title>
    5 <para><filename>/etc/mail/aliases.db</filename>,
    6 <filename>/etc/mail/sendmail.cf</filename>,
    7 <filename>/etc/mail/submit.cf</filename> and
    8 <filename>/etc/mail/local-host-names</filename></para>
     5<para><filename>/etc/mail/*</filename></para>
    96</sect3>
    107
    11 <sect3><title>Configuring sendmail</title>
    12 <para><screen><userinput>echo `hostname` > /etc/mail/local-host-names
    13 cat &gt; /etc/mail/aliases &lt;&lt; "EOF"</userinput>
     8<sect3><title>Configuration Information</title>
     9
     10<screen><userinput><command>echo `hostname` > /etc/mail/local-host-names
     11cat &gt; /etc/mail/aliases &lt;&lt; "EOF"
    1412postmaster: root
    1513MAILER-DAEMON: root
    16 <userinput>EOF
     14EOF
    1715cd /etc/mail &amp;&amp;
    1816cp -R  /usr/src/sendmail-&sendmail-version;/cf/* . &amp;&amp;
    1917cp -R  /usr/src/sendmail-&sendmail-version;/cf/cf/submit.mc . &amp;&amp;
    2018cp -R  /usr/src/sendmail-&sendmail-version;/cf/cf/sendmail.mc . &amp;&amp;
    21 newaliases -v</userinput></screen></para>
     19newaliases -v</command></userinput></screen>
    2220
    2321<para>To start and stop sendmail on system boot/shutdown create the
    24 sendmail boot script with the following commands: </para>
     22sendmail boot script with the following commands:</para>
    2523
    2624<note><para>The -qNm option, where N is number of minutes, controls
    27 how often Sendmail will process the mail queue.&nbsp;&nbsp;A default of 5
    28 minutes is used here.&nbsp;&nbsp;Individual workstation users may want to set
     25how often Sendmail will process the mail queue. A default of 5
     26minutes is used here. Individual workstation users may want to set
    2927this as low as 1 minute, large installations handling more mail will
    3028want to set it higher.</para></note>
    3129
    32 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/sendmail &lt;&lt; "EOF"</userinput>
     30<screen><userinput><command>cat &gt; /etc/rc.d/init.d/sendmail &lt;&lt; "EOF"
    3331#!/bin/sh
    3432# Begin $rc_base/init.d/sendmail
     
    6967
    7068# End $rc_base/init.d/sendmail
    71 <userinput>EOF
    72 chmod 755 /etc/rc.d/init.d/sendmail</userinput></screen></para>
     69EOF
     70chmod 755 /etc/rc.d/init.d/sendmail</command></userinput></screen>
    7371
    7472<para>Create the run level symlinks with the following commands:
    7573
    76 <screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
     74<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7775ln -sf ../init.d/sendmail ../rc0.d/K25sendmail &amp;&amp;
    7876ln -sf ../init.d/sendmail ../rc1.d/K25sendmail &amp;&amp;
     
    8179ln -sf ../init.d/sendmail ../rc4.d/S35sendmail &amp;&amp;
    8280ln -sf ../init.d/sendmail ../rc5.d/S35sendmail &amp;&amp;
    83 ln -sf ../init.d/sendmail ../rc6.d/K25sendmail</userinput></screen></para>
     81ln -sf ../init.d/sendmail ../rc6.d/K25sendmail</command></userinput></screen></para>
    8482</sect3>
    8583
Note: See TracChangeset for help on using the changeset viewer.