Changeset 6c8ceb4


Ignore:
Timestamp:
10/19/2004 04:43:56 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5b5a3c2
Parents:
84ee2932
Message:

Grammar correction to Postfix instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    r84ee2932 r6c8ceb4  
    7373chown postfix:postfix /var/mail</command></userinput></screen>
    7474
    75 <para>Install <application>Postfix</application> by running the following commands:</para>
     75<para>Install <application>Postfix</application> by running the following
     76commands:</para>
    7677
    7778<screen><userinput><command>make &amp;&amp;
     
    9495<para><command>sh postfix-install ... -non-interactive</command> : This keeps
    9596the install script from asking any questions, thereby accepting default
    96 destination directories in all but the three cases explicitly mention.</para>
     97destination directories in all but the three cases explicitly mentioned.</para>
    9798
    9899<para><option>CCARGS="$CCARGS -DHAS_MYSQL -I/usr/include/mysql"
     
    165166<sect3><title>Postfix init.d script</title>
    166167
    167 <para>To automate the running of Postfix at startup, install the  <filename>/etc/rc.d/init.d/postfix</filename>
    168 init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
     168<para>To automate the running of Postfix at startup, install the
     169<filename>/etc/rc.d/init.d/postfix</filename> init script included in the
     170<xref linkend="intro-important-bootscripts"/> package.</para>
    169171
    170172<screen><userinput><command>make install-postfix</command></userinput></screen>
     
    200202
    201203<sect3><title>postfix</title>
    202 <para><command>postfix</command> is the program that starts and stops the mail delivery system.</para></sect3>
     204<para><command>postfix</command> is the program that starts and stops the mail
     205delivery system.</para></sect3>
    203206
    204207<sect3><title>master</title>
Note: See TracChangeset for help on using the changeset viewer.