Ignore:
Timestamp:
09/27/2003 06:46:10 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:
0f47226
Parents:
009b52f
Message:

seperating para and screen sections

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

Location:
server/mail/courier
Files:
2 edited

Legend:

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

    r009b52f ra75063d4  
    103103
    104104<screen><userinput><command>cat &gt; /etc/courier/me &lt;&lt; "EOF"</command>
    105 {servername.yourdomain}
     105<replaceable>[servername.yourdomain]</replaceable>
    106106<command>EOF</command></userinput></screen>
    107107
     
    110110<screen><userinput><command>cat &gt; /etc/courier/locals &lt;&lt; "EOF"</command>
    111111localhost
    112 {yourdomain}
     112<replaceable>[yourdomain]</replaceable>
    113113<command>EOF</command></userinput></screen>
    114114
     
    117117<screen><userinput><command>cat &gt;/etc/courier/esmtpacceptmailfor.dir/system &lt;&lt; "EOF"</command>
    118118localhost
    119 {yourdomain}
     119<replaceable>[yourdomain]</replaceable>
    120120<command>EOF</command></userinput></screen>
    121121
     
    259259</application> server, you will need to add
    260260<filename>/etc/courier/webadmin/unsecureok</filename>, so you will be able
    261 to use your web based administration tool.
    262 
    263 <screen><userinput><command>touch /etc/courier/webadmin/unsecureok</command></userinput></screen></para>
     261to use your web based administration tool.</para>
     262
     263<screen><userinput><command>touch /etc/courier/webadmin/unsecureok</command></userinput></screen>
    264264</sect3>
    265265
     
    276276
    277277<para>Create the symbolic links to this file in the relevant
    278 <filename>rc.d</filename> directory with the following commands:
     278<filename>rc.d</filename> directory with the following commands:</para>
    279279
    280280<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
     
    285285ln -sf ../init.d/courier ../rc4.d/S35courier &amp;&amp;
    286286ln -sf ../init.d/courier ../rc5.d/S35courier &amp;&amp;
    287 ln -sf ../init.d/courier ../rc6.d/K25courier</command></userinput></screen></para>
     287ln -sf ../init.d/courier ../rc6.d/K25courier</command></userinput></screen>
    288288
    289289</sect3>
  • server/mail/courier/courier-inst.xml

    r009b52f ra75063d4  
    44<para> Before you compile the program, you need to create users and groups that
    55will be expected to be in place when the install script executes. Add the users
    6 and groups with the following commands:
     6and groups with the following commands:</para>
    77
    88<screen><userinput><command>groupadd courier &amp;&amp;
    9 useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier</command></userinput></screen></para>
     9useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier</command></userinput></screen>
    1010
    1111
Note: See TracChangeset for help on using the changeset viewer.