mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
0482b012c6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1274 af4574ff-66df-0310-9fd7-8a98e5e911e0
56 lines
2.8 KiB
XML
56 lines
2.8 KiB
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the
|
|
directory where <application>Courier</application>'s configuration
|
|
files are installed.</para>
|
|
|
|
<para><parameter>--with-piddir=/var/run</parameter>: Specfies the
|
|
directory where <application>Courier</application>'s pid files are stored
|
|
when <application>Courier</application> is active.</para>
|
|
|
|
<para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains programs and libraries that cannot
|
|
be directly executed from the command line.</para>
|
|
|
|
<para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the directory where miscellaneous shell
|
|
scripts, <application>Perl</application> scripts, and data files will be installed.</para>
|
|
|
|
<para><parameter>--localstatedir=/var/lib/courier</parameter>: specifies the directory that will hold the mail
|
|
queue, and other temporary data. This option defaults to the subdirectory "var" in the directory specified
|
|
by the --prefix option.</para>
|
|
|
|
<para><option>--disable-root-check</option>: Allows
|
|
<application>Courier</application> to be built as the root user.</para>
|
|
|
|
<para><parameter>--with-db=gbbm</parameter>:
|
|
<application>Courier</application> requires either the
|
|
<application><acronym>GDBM</acronym></application> or the
|
|
<application>DB</application> database library.
|
|
<application><acronym>GDBM</acronym></application> is used if both are present. This option forces the selection of the database library.
|
|
</para>
|
|
|
|
<!-- # Note - Courier will build fine with <xref linkend="db"/>, but all the database files
|
|
will not be created correctly -->
|
|
|
|
<para><parameter>--with-mailuser=courier</parameter>: All except two
|
|
<application>Courier</application> daemons run as a non-privileged
|
|
user. This option specifies the userid that
|
|
<application>Courier</application> will install and run as.</para>
|
|
|
|
<para><parameter>--withmailgroup=courier</parameter>: like --with-mailuser, but specifies the group ID.</para>
|
|
|
|
<para><option>--enable-workarounds-for-imap-client-bugs</option>: there are several confirmed bugs in some
|
|
<acronym>IMAP</acronym> clients that do not properly implement the
|
|
<acronym>IMAP</acronym>4rev1 protocol. This option enables some workarounds for
|
|
those buggy <acronym>IMAP</acronym> clients. NOTE: make check will fail if this option is used. You should first configure
|
|
without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para>
|
|
|
|
<para><parameter>--with-ispell=/usr/bin/aspell</parameter>:
|
|
<application>Courier</application>'s webmail server can use spell checking, if
|
|
the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
|
|
current search path, use --with-ispell=program to explicitly set the
|
|
location of <application>aspell</application>.</para>
|
|
|
|
</sect2>
|
|
|