Changeset 3cb0c57 for server/mail


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

Location:
server/mail
Files:
5 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>
  • server/mail/exim.xml

    r977061b0 r3cb0c57  
    8787    <xref linkend="linux-pam"/></para>
    8888
     89    <para condition="html" role="usernotes">User Notes:
     90    <ulink url="&blfs-wiki;/exim"/></para>
     91
    8992  </sect2>
    9093
     
    282285      <para>The bootscript also starts the <application>Exim</application>
    283286      daemon and dispatches a queue runner process every 15 minutes. Modify
    284       the <option>-q<replaceable>[time interval]</replaceable></option>
     287      the <option>-q<replaceable>&lt;time interval&gt;</replaceable></option>
    285288      parameter in <filename>/etc/rc.d/init.d/exim</filename>, if necessary
    286289      for your installation.</para>
  • server/mail/postfix.xml

    r977061b0 r3cb0c57  
    8181    <ulink url="http://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink></para>
    8282
     83    <para condition="html" role="usernotes">User Notes:
     84    <ulink url="&blfs-wiki;/postfix"/></para>
     85
    8386  </sect2>
    8487
     
    177180
    178181<screen><literal>CCARGS='-DHAS_CDB'
    179 AUXLIBS='<replaceable>[/path/to/CDB]/</replaceable>libcdb.a'</literal></screen>
     182AUXLIBS='<replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a'</literal></screen>
    180183
    181184      </sect4>
     
    201204
    202205<screen><userinput>make makefiles CCARGS='-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    203     -DDEF_MANPAGE_DIR=\"/usr/share/man\" <replaceable>[additional args]</replaceable>' \
    204     <replaceable>[AUXLIBS='additonal args']</replaceable> &amp;&amp;
     206    -DDEF_MANPAGE_DIR=\"/usr/share/man\" <replaceable>&lt;additional args&gt;</replaceable>' \
     207    <replaceable>&lt;AUXLIBS='additonal args'&gt;</replaceable> &amp;&amp;
    205208make</userinput></screen>
    206209
     
    284287      with <command>sed</command> commands entered into the console with
    285288      appropriate substitutions of your non-root login name for
    286       <replaceable>[user]</replaceable> and your fully qualified hostname for
    287       <replaceable>[localhost.localdomain]</replaceable>. You will find the
     289      <replaceable>&lt;user&gt;</replaceable> and your fully qualified hostname for
     290      <replaceable>&lt;localhost.localdomain&gt;</replaceable>. You will find the
    288291      <filename>main.cf</filename> file is self documenting, so load it into
    289292      your editor to make the changes you need for your situation.</para>
    290293
    291 <screen role="root"><userinput>sed -i "s/LOGIN/<replaceable>[user]</replaceable>/" /etc/aliases &amp;&amp;
     294<screen role="root"><userinput>sed -i "s/LOGIN/<replaceable>&lt;user&gt;</replaceable>/" /etc/aliases &amp;&amp;
    292295sed -i "s/#myhostname = host.domain.tld/myhostname = \
    293   <replaceable>[localhost.localdomain]</replaceable>/" /etc/postfix/main.cf &amp;&amp;
     296  <replaceable>&lt;localhost.localdomain&gt;</replaceable>/" /etc/postfix/main.cf &amp;&amp;
    294297/usr/bin/newaliases &amp;&amp;
    295298/usr/sbin/postfix start</userinput></screen>
  • server/mail/qpopper.xml

    r977061b0 r3cb0c57  
    6969    <xref linkend="linux-pam"/>, and
    7070    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/></para>
     71
     72    <para condition="html" role="usernotes">User Notes:
     73    <ulink url="&blfs-wiki;/qpopper"/></para>
    7174
    7275  </sect2>
  • server/mail/sendmail.xml

    r977061b0 r3cb0c57  
    7373    <xref linkend="gs"/> or <xref linkend="espgs"/> (for creating
    7474    PDF documentation)</para>
     75
     76    <para condition="html" role="usernotes">User Notes:
     77    <ulink url="&blfs-wiki;/sendmail"/></para>
    7578
    7679  </sect2>
Note: See TracChangeset for help on using the changeset viewer.