Changeset 4321c68


Ignore:
Timestamp:
07/20/2014 03:24:34 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
af8e1cb5
Parents:
be67218
Message:

Convert sendmail to systemd.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13508 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server/mail
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • server/mail/mail.xml

    rbe67218 r4321c68  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exim-systemd.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="postfix-systemd.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sendmail.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sendmail-systemd.xml"/>
    2929
    3030</chapter>
  • server/mail/sendmail-systemd.xml

    rbe67218 r4321c68  
    260260
    261261    <sect3  id="sendmail-init">
    262       <title>Boot Script</title>
    263 
    264       <para>To automate the running of <application>sendmail</application>
    265       at startup, install the <filename>/etc/rc.d/init.d/sendmail</filename>
    266       init script included in the
    267       <xref linkend="bootscripts"/> package.</para>
     262      <title>Systemd Units</title>
     263
     264      <para>
     265        To start the <command>sendmail</command> daemon at boot,
     266        install the systemd unit from the <xref linkend="bootscripts"/>
     267        package by running the following command as the
     268        <systemitem class="username">root</systemitem> user:
     269      </para>
    268270
    269271      <indexterm zone="sendmail sendmail-init">
     
    276278        <para>The -qNm option to <command>sendmail</command>, where N is number
    277279        of minutes, controls how often <application>sendmail</application> will
    278         process the mail queue. A default of 5 minutes is used in the init
    279         script. Individual workstation users may want to set this as low as 1
     280        process the mail queue. A default of 5 minutes is used in the systemd
     281        units. Individual workstation users may want to set this as low as 1
    280282        minute, large installations handling more mail may want to set it
    281         higher.</para>
     283        higher. The value can be changed in
     284        <filename>/etc/default/sendmail</filename> file.</para>
    282285      </note>
    283286
Note: See TracChangeset for help on using the changeset viewer.