2003-09-19 23:54:21 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the
|
|
|
|
directory where <application>Courier</application>'s configuration
|
2003-09-24 10:57:57 +08:00
|
|
|
files are installed.</para>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-04 00:43:11 +08:00
|
|
|
<para><parameter>--with-piddir=/var/run</parameter>: Specifies the
|
|
|
|
directory where <application>Courier</application>'s
|
|
|
|
<filename>PID</filename> files are stored
|
2003-10-03 06:40:45 +08:00
|
|
|
when <application>Courier</application> is active.</para>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-04 00:43:11 +08:00
|
|
|
<para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains
|
2003-10-04 08:28:30 +08:00
|
|
|
programs and libraries that cannot be directly executed from the command-line.
|
2003-10-04 00:43:11 +08:00
|
|
|
</para>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-04 00:43:11 +08:00
|
|
|
<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>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-04 00:43:11 +08:00
|
|
|
<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 <filename class="directory">var</filename> in the
|
|
|
|
directory specified by the <option>--prefix</option> option.</para>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><option>--disable-root-check</option>: Allows
|
|
|
|
<application>Courier</application> to be built as the root user.</para>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<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.
|
2003-09-24 10:57:57 +08:00
|
|
|
</para>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-09-24 10:57:57 +08:00
|
|
|
<!-- # Note - Courier will build fine with <xref linkend="db"/>, but all the database files
|
|
|
|
will not be created correctly -->
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<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>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-04 00:43:11 +08:00
|
|
|
<para><parameter>--withmailgroup=courier</parameter>: like
|
|
|
|
<option>--with-mailuser</option>, but specifies the group
|
|
|
|
<acronym>ID</acronym>.</para>
|
2003-09-24 00:38:50 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<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
|
2003-09-24 10:57:57 +08:00
|
|
|
without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para>
|
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><parameter>--with-ispell=/usr/bin/aspell</parameter>:
|
|
|
|
<application>Courier</application>'s webmail server can use spell checking, if
|
2003-09-24 10:57:57 +08:00
|
|
|
the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
|
2003-10-04 00:43:11 +08:00
|
|
|
current search path, use
|
|
|
|
<parameter>--with-ispell=<replaceable>program</replaceable></parameter> to
|
|
|
|
explicitly set the location of <application>aspell</application>.</para>
|
2003-09-19 23:54:21 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|