Changeset 9262ca5


Ignore:
Timestamp:
04/11/2004 01:09:09 AM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7848ee8
Parents:
7283ae5
Message:

courier corrections

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

Location:
server/mail/courier
Files:
2 edited

Legend:

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

    r7283ae5 r9262ca5  
    218218least one version of the password either clear text or encrypted.</para>
    219219
    220 <screen><userinput><command>INSERT INTO users VALUES (
     220<screen><userinput><command>USE courier_mail
     221INSERT INTO users VALUES (
    221222'<replaceable>[virtual_users]</replaceable>@<replaceable>[domain.com]</replaceable>,
    222223'<replaceable>[encrypted password or blank]</replaceable>',
     
    227228'<replaceable>[location of Maildir]</replaceable>',
    228229'<replaceable>[Quota in Bytes']</replaceable>
    229 );</command></userinput></screen>
     230);
     231QUIT</command></userinput></screen>
    230232
    231233<para>For example:</para>
     
    312314</sect3>
    313315</sect2>
    314 
  • server/mail/courier/courier-desc.xml

    r7283ae5 r9262ca5  
    7070
    7171<sect3><title>courier</title>
    72 <para><filename>courier</filename> Courier is a modular multi-protocol E-mail transport agent. The courier
    73 command is an administrative command, and most of its options are only available to the superuser..</para></sect3>
     72<para><command>courier</command> is a modular multi-protocol E-mail
     73transport agent. The <command>courier</command> command is an
     74administrative command, and most of its options are only available to
     75the superuser.</para></sect3>
    7476
    7577<sect3><title>courierfilter</title>
    76 <para><filename>courierfilter</filename> commands install or uninstall global mail filters. Global mail filters
    77 are used to selectively block unwanted mail.</para></sect3>
     78<para><command>courierfilter</command> command installs or uninstalls
     79global mail filters. Global mail filters are used to selectively block
     80unwanted mail.</para></sect3>
    7881
    7982<sect3><title>couriermlm</title>
    80 <para><filename>couriermlm</filename> is the Courier mailing list manager.</para></sect3>
     83<para><command>couriermlm</command> is the Courier mailing list manager.</para></sect3>
    8184
    8285<sect3><title>filterctl</title>
    83 <para><filename>filterctl</filename> commands install or uninstall global mail filters. Global mail filters are
    84 used to selectively block unwanted mail.</para></sect3>
     86<para><command>filterctl</command> command installs or uninstalls global
     87mail filters. Global mail filters are used to selectively block unwanted
     88mail.</para></sect3>
    8589
    8690<sect3><title>lockmail</title>
    87 <para><filename>lockmail</filename> is a helper utility for working with mailbox files..</para></sect3>
     91<para><command>lockmail</command> is a helper utility for working with mailbox files..</para></sect3>
    8892
    8993<sect3><title>mailbot</title>
    90 <para><filename>mailbot</filename> reads an E-mail message on standard input and creates an E-mail message
     94<para><command>mailbot</command> reads an E-mail message on standard input and creates an E-mail message
    9195replying to the original message's sender..</para></sect3>
    9296
    9397<sect3><title>maildirkw</title>
    94 <para><filename>maildirkw</filename> modifies Courier-IMAP compatible maildir message keywords.</para></sect3>
     98<para><command>maildirkw</command> modifies Courier-IMAP compatible maildir message keywords.</para></sect3>
    9599
    96100<sect3><title>maildrop</title>
    97 <para><filename>maildrop</filename> is a replacement local mail delivery agent that includes a mail filtering
     101<para><command>maildrop</command> is a replacement local mail delivery agent that includes a mail filtering
    98102language.</para></sect3>
    99103
    100104<sect3><title>makeacceptmailfor</title>
    101 <para><filename>makeacceptmailfor</filename> Build a list of domains to accept mail for from the
     105<para><command>makeacceptmailfor</command> Build a list of domains to accept mail for from the
    102106<filename>/etc/courier/esmtpacceptmailfor.dir</filename>directory.</para></sect3>
    103107
    104108<sect3><title>makealiases</title>
    105 <para><filename>makealiases</filename> Build a list of aliases from <filename>/etc/courier/aliases</filename>
     109<para><command>makealiases</command> Build a list of aliases from <filename>/etc/courier/aliases</filename>
    106110or <filename>/etc/courier/aliasdir</filename> directories.</para></sect3>
    107111
    108112<sect3><title>makehosteddomains</title>
    109 <para><filename>makehostedomains</filename> Build a database of hosted domains from <filename>hosteddomains</filename>
     113<para><command>makehostedomains</command> Build a database of hosted domains from <filename>hosteddomains</filename>
    110114.</para></sect3>
    111115
    112116<sect3><title>makepercentrelay</title>
    113 <para><filename>makepercentrelay</filename> Build a list of %-relayed domains from <filename>percentrelay.dir</filename>
     117<para><command>makepercentrelay</command> Build a list of %-relayed domains from <filename>percentrelay.dir</filename>
    114118directory.</para></sect3>
    115119
    116120<sect3><title>makesmtpaccess</title>
    117 <para><filename>makesmtpacces</filename> Build ESMTP server access file from <filename>/etc/courier/smtpaccess</filename>
     121<para><command>makesmtpacces</command> Build ESMTP server access file from <filename>/etc/courier/smtpaccess</filename>
    118122directory.</para></sect3>
    119123
    120124<sect3><title>makesmtpaccess-msa</title>
    121 <para><filename>makesmtpaccess-msa</filename> Build ESMTP server access file from <filename>/etc/courier/smtpaccess</filename>
     125<para><command>makesmtpaccess-msa</command> Build ESMTP server access file from <filename>/etc/courier/smtpaccess</filename>
    122126directory. This esmtp list is for the MSA protocol.</para></sect3>
    123127
    124128<sect3><title>makeuucpneighbors</title>
    125 <para><filename>makeuucpneighbors</filename> Builds a list of
     129<para><command>makeuucpneighbors</command> Builds a list of
    126130<acronym>UUCP</acronym> recipient's using <filename>/etc/courier/uucpneighbors
    127131</filename>.</para></sect3>
    128132
    129133<sect3><title>reformail</title>
    130 <para><filename>reformail</filename> program reads a message on standard input, reformats it in some way,
     134<para><command>reformail</command> program reads a message on standard input, reformats it in some way,
    131135 and writes the message to standard output.</para></sect3>
    132136
    133137<sect3><title>reformime</title>
    134 <para><filename>reformime</filename> is a utility for reformatting MIME messages.</para></sect3>
     138<para><command>reformime</command> is a utility for reformatting MIME messages.</para></sect3>
    135139
    136140<sect3><title>sendmail</title>
    137 <para><filename>sendmail</filename> command reads an E-mail message and delivers the message to its recipients.
     141<para><command>sendmail</command> command reads an E-mail message and delivers the message to its recipients.
    138142This sendmail command is part of the Courier mail server, although it attempts to emulate the behavior of the
    139143original sendmail MTA.</para></sect3>
    140144
    141145<sect3><title>showconfig</title>
    142 <para><filename>showconfig</filename> Shows the current Courier configuration.</para></sect3>
     146<para><command>showconfig</command> Shows the current Courier configuration.</para></sect3>
    143147
    144148<sect3><title>showmodules</title>
    145 <para><filename>showmodules</filename> Shows the current Courier modules.</para></sect3>
     149<para><command>showmodules</command> Shows the current Courier modules.</para></sect3>
    146150
    147151<sect3><title>testmxlookup</title>
    148 <para><filename>testmxlookup</filename> lists the names and IP addresses of mail relays that receive mail for the
    149 domain.  This is useful in diagnosing mail delivery problems..</para></sect3>
     152<para><command>testmxlookup</command> lists the names and IP addresses of mail relays that receive mail for the
     153domain.  This is useful in diagnosing mail delivery problems.</para></sect3>
    150154
    151155</sect2>
Note: See TracChangeset for help on using the changeset viewer.