glfs/server/mail/courier/courier-exp.xml

63 lines
3.0 KiB
XML
Raw Normal View History

<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>: Specifies the
directory where <application>Courier</application>'s
<filename>PID</filename> 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 <filename class="directory">var</filename> in the
directory specified by the <option>--prefix</option> 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
<option>--with-mailuser</option>, but specifies the group
<acronym>ID</acronym>.</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
<parameter>--with-ispell=<replaceable>program</replaceable></parameter> to
explicitly set the location of <application>aspell</application>.</para>
</sect2>