Ignore:
Timestamp:
04/10/2006 06:38:56 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
c5c2654
Parents:
977061b0
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/courier.xml

    r977061b0 r3cb0c57  
    8282    <ulink url="http://alpha.greenie.net/mgetty/">Mgetty+Sendfax</ulink></para>
    8383
     84    <para condition="html" role="usernotes">User Notes:
     85    <ulink url="&blfs-wiki;/courier"/></para>
     86
    8487  </sect2>
    8588
     
    205208    of <application>Aspell</application>.</para>
    206209
    207     <para><option>--enable-mimetypes=<replaceable>[location of mime.types
    208     file]</replaceable></option>: Use this switch if you receive an error
     210    <para><option>--enable-mimetypes=<replaceable>&lt;location of mime.types
     211    file&gt;</replaceable></option>: Use this switch if you receive an error
    209212    saying that the <filename>mime.types</filename> file could not be
    210213    found.</para>
     
    236239
    237240<screen role="root"><userinput>cat &gt; /etc/courier/defaultdomain &lt;&lt; "EOF"
    238 <literal><replaceable>[yourdomain]</replaceable></literal>
     241<literal><replaceable>&lt;yourdomain&gt;</replaceable></literal>
    239242EOF</userinput></screen>
    240243
     
    242245
    243246<screen role="root"><userinput>cat &gt; /etc/courier/me &lt;&lt; "EOF"
    244 <literal><replaceable>[servername.yourdomain]</replaceable></literal>
     247<literal><replaceable>&lt;servername.yourdomain&gt;</replaceable></literal>
    245248EOF</userinput></screen>
    246249
     
    249252<screen role="root"><userinput>cat &gt; /etc/courier/locals &lt;&lt; "EOF"
    250253<literal>localhost
    251 <replaceable>[yourdomain]</replaceable></literal>
     254<replaceable>&lt;yourdomain&gt;</replaceable></literal>
    252255EOF</userinput></screen>
    253256
     
    256259<screen role="root"><userinput>cat &gt; /etc/courier/esmtpacceptmailfor.dir/system &lt;&lt; "EOF"
    257260<literal>localhost
    258 <replaceable>[yourdomain]</replaceable></literal>
     261<replaceable>&lt;yourdomain&gt;</replaceable></literal>
    259262EOF</userinput></screen>
    260263
     
    263266      following entry.</para>
    264267
    265 <screen><literal>postmaster: <replaceable>[your administrator email]</replaceable></literal></screen>
     268<screen><literal>postmaster: <replaceable>&lt;your administrator email&gt;</replaceable></literal></screen>
    266269
    267270      <para>If you want to deny access from some hosts from sending mail,
     
    286289      <filename class="directory">Maildir</filename> directory:</para>
    287290
    288 <screen role="root"><userinput>cd /home/<replaceable>[username]</replaceable> &amp;&amp;
     291<screen role="root"><userinput>cd /home/<replaceable>&lt;username&gt;</replaceable> &amp;&amp;
    289292maildirmake Maildir &amp;&amp;
    290 chown <replaceable>[username]</replaceable>.<replaceable>[username]</replaceable> Maildir -R</userinput></screen>
     293chown <replaceable>&lt;username&gt;</replaceable>.<replaceable>&lt;username&gt;</replaceable> Maildir -R</userinput></screen>
    291294
    292295      <para>If you wish to use SSL with <application>Courier</application>,
     
    305308      an SSL config file. For each service that you wish to utilize, you will
    306309      need to edit the configuration file, and change the
    307       <replaceable>[DAEMON]</replaceable>START variable from 'NO' to 'YES'. For
     310      <replaceable>&lt;DAEMON&gt;</replaceable>START variable from 'NO' to 'YES'. For
    308311      example, to use SMTP with SSL, you'll need to edit
    309312      <filename>/etc/courier/esmtpd-ssl</filename> and change the value of
     
    334337      <filename class='directory'>webmail</filename> or you need to specify it
    335338      during the configure phase with
    336       <option>--enable-imageurl=<replaceable>[URL]</replaceable></option>.</para>
     339      <option>--enable-imageurl=<replaceable>&lt;URL&gt;</replaceable></option>.</para>
    337340
    338341<screen role="root"><userinput>cp -v -a /usr/share/courier/sqwebmail/images /srv/www/htdocs/webmail</userinput></screen>
     
    350353
    351354<screen role="root"><userinput>cat &gt; /etc/courier/webadmin/password &lt;&lt; "EOF"
    352 <literal><replaceable>[password]</replaceable></literal>
     355<literal><replaceable>&lt;password&gt;</replaceable></literal>
    353356EOF</userinput></screen>
    354357
     
    430433<screen><literal>MYSQL_SERVER            localhost
    431434MYSQL_USERNAME          courier
    432 MYSQL_PASSWORD          <replaceable>[your choice]</replaceable>
     435MYSQL_PASSWORD          <replaceable>&lt;your choice&gt;</replaceable>
    433436MYSQL_SOCKET            /var/run/mysql/mysql.sock
    434437MYSQL_PORT              3306
     
    436439MYSQL_USER_TABLE        users
    437440MYSQL_CLEAR_PWFIELD     clear
    438 DEFAULT DOMAIN          <replaceable>[your domain]</replaceable>
     441DEFAULT DOMAIN          <replaceable>&lt;your domain&gt;</replaceable>
    439442MYSQL_QUOTA_FIELD       quota</literal></screen>
    440443
     
    464467
    465468<screen role="root"><userinput>GRANT ALL PRIVILEGES ON *.* TO courier@localhost \
    466     IDENTIFIED BY '<replaceable>[password]</replaceable>' WITH GRANT OPTION;
     469    IDENTIFIED BY '<replaceable>&lt;password&gt;</replaceable>' WITH GRANT OPTION;
    467470QUIT</userinput></screen>
    468471
     
    475478
    476479<screen role="root"><userinput>cd /home/vmailman &amp;&amp;
    477 mkdir -v <replaceable>[virtual_user]</replaceable> &amp;&amp;
    478 cd <replaceable>[virtual_user]</replaceable> &amp;&amp;
     480mkdir -v <replaceable>&lt;virtual_user&gt;</replaceable> &amp;&amp;
     481cd <replaceable>&lt;virtual_user&gt;</replaceable> &amp;&amp;
    479482maildirmake Maildir &amp;&amp;
    480483chown -v vmailman.vmailman Maildir -R</userinput></screen>
     
    492495<screen><userinput>USE courier_mail
    493496INSERT INTO users VALUES (
    494 '<replaceable>[virtual_users]</replaceable>@<replaceable>[domain.com]</replaceable>,
    495 '<replaceable>[encrypted password or blank]</replaceable>',
    496 '<replaceable>[clear text password or blank]</replaceable>',
    497 '<replaceable>[User's Name]</replaceable>',
     497'<replaceable>&lt;virtual_users&gt;</replaceable>@<replaceable>&lt;domain.com&gt;</replaceable>,
     498'<replaceable>&lt;encrypted password or blank&gt;</replaceable>',
     499'<replaceable>&lt;clear text password or blank&gt;</replaceable>',
     500'<replaceable>&lt;User's Name&gt;</replaceable>',
    4985019000,
    4995029000,
    500 '<replaceable>[location of Maildir]</replaceable>',
    501 '<replaceable>[Quota in Bytes']</replaceable>
     503'<replaceable>&lt;location of Maildir&gt;</replaceable>',
     504'<replaceable>&lt;Quota in Bytes'&gt;</replaceable>
    502505);
    503506QUIT</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.