Changeset d555a31 for server/mail


Ignore:
Timestamp:
07/15/2014 01:58:24 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
30c0de0
Parents:
5bc57bb
Message:

Converted svnserver mariadb postgresql dovecot exim postfix apache bind proftpd vsftpd openldap unbound and xinetd pages to systemd

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

Location:
server/mail
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/mail/dovecot.xml

    r5bc57bb rd555a31  
    120120            --localstatedir=/var \
    121121            --docdir=/usr/share/doc/dovecot-&dovecot-version; \
     122            --with-systemdsystemunitdir=/lib/systemd/system \
    122123            --disable-static &amp;&amp;
    123124make</userinput></screen>
     
    147148      <option>--with-pgsql</option>: This switch enables
    148149      <application>PostgreSQL</application> authentication support.
     150    </para>
     151
     152    <para>
     153      <option>--with-systemdsystemunitdir=/lib/systemd/system</option>: This switch enables
     154      enables systemd support and specifies the correct location for the
     155      systemd unit file.
    149156    </para>
    150157
     
    237244    </sect3>
    238245
    239     <sect3 id="dovecot-init">
    240       <title>Boot Script</title>
    241 
    242       <para>If you want the <application>Dovecot</application> server to
    243       start automatically when the system is booted, install the
    244       <filename>/etc/rc.d/init.d/dovecot</filename> init script included
    245       in the <xref linkend="bootscripts"/> package.</para>
    246 
    247       <indexterm zone="dovecot dovecot-init">
     246    <sect3 id="dovecot-init-systemd">
     247      <title>Systemd Unit File</title>
     248
     249      <para>This package provides a systemd unit file in the source tarball.
     250       To enable the systemd unit file run the following
     251       command as the <systemitem class="username">root</systemitem>user:
     252      </para>
     253
     254      <indexterm zone="dovecot dovecot-init-systemd">
    248255        <primary sortas="f-dovecot">dovecot</primary>
    249256      </indexterm>
  • server/mail/exim.xml

    r5bc57bb rd555a31  
    280280    </sect3>
    281281
    282     <sect3  id="exim-init">
    283       <title>Boot Script</title>
    284 
    285       <para>To automate the running of <command>exim</command> at startup,
    286       install the <filename>/etc/rc.d/init.d/exim</filename> init script
    287       included in the <xref linkend="bootscripts"/>
    288       package.</para>
    289 
    290       <indexterm zone="exim exim-init">
     282    <sect3  id="exim-init-systemd">
     283      <title>Systemd Unit File</title>
     284
     285      <para>The systemd-units package provides a native systemd unit file.
     286       To install and enable the systemd unit file included
     287       in the <xref linkend="systemd-units"/> package, run the following
     288       command as the <systemitem class="username">root</systemitem>user:
     289      </para>
     290
     291      <indexterm zone="exim exim-init-systemd">
    291292        <primary sortas="f-exim">exim</primary>
    292293      </indexterm>
    293294
    294295<screen role="root"><userinput>make install-exim</userinput></screen>
    295 
    296       <para>The bootscript also starts the <application>Exim</application>
    297       daemon and dispatches a queue runner process every 15 minutes. Modify
    298       the <option>-q<replaceable>&lt;time interval&gt;</replaceable></option>
    299       parameter in <filename>/etc/rc.d/init.d/exim</filename>, if necessary
    300       for your installation.</para>
    301296
    302297    </sect3>
  • server/mail/postfix.xml

    r5bc57bb rd555a31  
    405405    </sect3>
    406406
    407     <sect3 id="postfix-init">
    408       <title>Boot Script</title>
    409 
    410       <para>
    411         To automate the running of Postfix at startup, install the
    412         <filename>/etc/rc.d/init.d/postfix</filename> init script included in
    413         the <xref linkend="bootscripts"/> package.
    414       </para>
    415 
    416       <indexterm zone="postfix postfix-init">
     407    <sect3 id="postfix-init-systemd">
     408      <title>Systemd Unit File</title>
     409
     410      <para>The systemd-units package provides a native systemd unit file.
     411       To install and enable the systemd unit file included
     412       in the <xref linkend="systemd-units"/> package, run the following
     413       command as the <systemitem class="username">root</systemitem>user:
     414      </para>
     415
     416      <indexterm zone="postfix postfix-init-systemd">
    417417        <primary sortas="f-postfix">postfix</primary>
    418418      </indexterm>
Note: See TracChangeset for help on using the changeset viewer.