Ignore:
Timestamp:
04/11/2004 12:14:37 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:
9262ca5
Parents:
4dbc3f7a
Message:

updated to courier-0.45.4

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

File:
1 edited

Legend:

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

    r4dbc3f7a r7283ae5  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the
    5 directory where <application>Courier</application>'s configuration
    6 files are installed.</para>
    7 
    8 <para><parameter>--with-piddir=/var/run</parameter>: Specifies the
    9 directory where <application>Courier</application>'s
    10 <filename>PID</filename> files are stored
    11 when <application>Courier</application> is active.</para>
    12 
    13 <para><parameter>--libexecdir=/usr/lib/courier</parameter>: libexecdir contains
    14 programs and libraries that cannot be directly executed from the command-line.
    15 </para>
     4<para><parameter>--libexecdir=/usr/lib/courier</parameter>: Specifies
     5the directory which contains programs and libraries that cannot be
     6directly executed from the command-line.</para>
    167
    178<para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the
    18 directory where miscellaneous shell scripts, <application>Perl</application>
    19 scripts, and data files will be installed.</para>
     9directory where miscellaneous shell scripts,
     10<application>Perl</application> scripts, and data files will be
     11installed.</para>
    2012
    21 <para><parameter>--localstatedir=/var/spool/courier</parameter>: Specifies the
    22 directory that will hold the mail queue, and other temporary data. This option
    23 defaults to the subdirectory <filename class="directory">var</filename> in the
    24 directory specified by the <option>--prefix</option> option.</para>
     13<para><parameter>--localstatedir=/var/spool/courier</parameter>:
     14Specifies the directory that will hold the mail queue, and other
     15temporary data.</para>
    2516
    26 <para><option>--with-paranoid-smtpext</option>:be paranoid when negotiating Courier-specific
    27 ESMTP extensions with remote servers. The <application>Courier</application> mail server
    28 defines and implements certain experimental ESMTP extensions: XVERP and XEXDATA. Problems may
    29 result in the event that someone else uses the same name to implement some other extension.
    30 If this option is specified, <application>Courier's</application> ESMTP server will also
    31 advertise a dummy ESMTP capability called XCOURIEREXTENSIONS, and will not recognize any
    32 Courier-specific extensions unless the remote mail server also advertises this dummy ESMTP
    33 capability.</para>
    34 
    35 <para><option>--disable-autorenamesent</option>: do not rename the Sent folder every month.
    36 This option can also be controlled by the SQWEBMAIL_AUTORENAMESENT environment variable.</para>
     17<para><parameter>--with-piddir=/var/run/courier</parameter>: Specifies
     18the directory where <application>Courier</application>'s
     19<filename>PID</filename> files are stored when
     20<application>Courier</application> is active.</para>
    3721
    3822<para><option>--disable-root-check</option>: Allows
    3923<application>Courier</application> to be built as the root user.</para>
     24
     25<para><parameter>--with-mailuser=courier</parameter>: All except two
     26<application>Courier</application> daemons run as a non-privileged user.
     27This option specifies the userid that <application>Courier</application>
     28will install and run as.</para>
     29
     30<para><parameter>--with-mailgroup=courier</parameter>: like
     31<option>--with-mailuser</option>, but specifies the group
     32<acronym>ID</acronym>.</para>
     33
     34<para><option>--with-paranoid-smtpext</option>: Be paranoid when
     35negotiating Courier-specific <acronym>ESMTP</acronym> extensions with
     36remote servers. The <application>Courier</application> mail server
     37defines and implements certain experimental <acronym>ESMTP</acronym>
     38extensions: XVERP and XEXDATA. Problems may result in the event that
     39someone else uses the same name to implement some other extension. If
     40this option is specified, <application>Courier's</application>
     41<acronym>ESMTP</acronym> server will also advertise a dummy
     42<acronym>ESMTP</acronym> capability called XCOURIEREXTENSIONS, and will
     43not recognize any Courier-specific extensions unless the remote mail
     44server also advertises this dummy <acronym>ESMTP</acronym>
     45capability.</para>
     46
     47<para><option>--disable-autorenamesent</option>: Do not rename the Sent
     48folder every month. This option can also be controlled by the
     49<envar>SQWEBMAIL_AUTORENAMESENT</envar> environment variable.</para>
     50
     51<para><option>--enable-workarounds-for-imap-client-bugs</option>: There
     52are several confirmed bugs in some <acronym>IMAP</acronym> clients that
     53do not properly implement the <acronym>IMAP</acronym>4rev1 protocol.
     54This option enables some workarounds for those buggy
     55<acronym>IMAP</acronym> clients. NOTE: <command>make check</command>
     56will fail if this option is used. You should first configure without
     57this option, and if all post-configuration tests succeed, rerun
     58configure with this option and recompile.</para>
    4059
    4160<para><parameter>--with-db=gbbm</parameter>:
     
    4362<application><acronym>GDBM</acronym></application> or the
    4463<application>DB</application> database library.
    45 <application><acronym>GDBM</acronym></application> is used if both are present. This option forces the selection of the database library.
    46 </para>
     64<application><acronym>GDBM</acronym></application> is used if both are
     65present. This option forces the selection of the database
     66library.</para>
    4767
    48 <!-- # Note - Courier will build fine with <xref linkend="db"/>, but all the database files
    49 will not be created correctly -->
    50 
    51 <para><parameter>--with-mailuser=courier</parameter>: All except two
    52 <application>Courier</application> daemons run as a non-privileged
    53 user. This option specifies the userid that
    54 <application>Courier</application> will install and run as.</para>
    55 
    56 <para><parameter>--with-mailgroup=courier</parameter>: like
    57 <option>--with-mailuser</option>, but specifies the group
    58 <acronym>ID</acronym>.</para>
    59 
    60 <para><option>--enable-workarounds-for-imap-client-bugs</option>: there are several confirmed bugs in some
    61 <acronym>IMAP</acronym> clients that do not properly implement the
    62 <acronym>IMAP</acronym>4rev1 protocol. This option enables some workarounds for
    63 those buggy <acronym>IMAP</acronym> clients. NOTE: make check will fail if this option is used. You should first configure
    64 without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para>
     68<!-- # Note - Courier will build fine with <xref linkend="db"/>, but all
     69the database files will not be created correctly -->
    6570
    6671<para><parameter>--with-ispell=/usr/bin/aspell</parameter>:
    67 <application>Courier</application>'s webmail server can use spell checking, if
    68 the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
    69 current search path, use
    70 <parameter>--with-ispell=<replaceable>program</replaceable></parameter> to
    71 explicitly set the location of <application>aspell</application>.</para>
     72<application>Courier</application>'s webmail server can use spell
     73checking, if <command>configure</command> finds
     74<application>ispell</application> or if you explicitly set the location
     75of <application>aspell</application>.</para>
    7276
     77<para><parameter>--enable-mimetypes=<replaceable>[location of mime.types file]</replaceable></parameter>:
     78Use this switch if you receive an error saying that the
     79<filename>mime.types</filename> file could not be found.</para>
     80   
    7381</sect2>
    74 
Note: See TracChangeset for help on using the changeset viewer.