glfs/server/mail/courier/courier-exp.xml
Larry Lawrence 1a1da481fe courier patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1184 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-24 02:57:57 +00:00

45 lines
2.4 KiB
XML

<sect2>
<title>Command explanations</title>
<para><command>--sysconfdir=/etc/courier</command> : Specifies the directory where Courier's configuration
files are installed.</para>
<para><command>--with-piddir=/var/run</command> : Specfies the directory where Courier's pid files are stored
when Courier is active.</para>
<para><command>--libexecdir=/usr/libexec</command> : libexecdir contains programs and libraries that cannot
be directly executed from the command line.</para>
<para><command>--datadir=/usr/share/courier</command> : Specifies the directory where miscellaneous shell
scripts, Perl scripts, and data files will be installed.</para>
<para><command> --localstatedir=/var/lib/courier</command> : 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><command>--disable-root-check</command> : Allows Courier to be built as the root user.</para>
<para><command>--with-db=gbbm</command> : Courier requires either the GDBM or the DB database library.
GDBM 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><command>--with-mailuser=courier</command> : All except two Courier daemons run as a non-privileged
user. This option specifies the userid that Courier will install and run as.</para>
<para><command>--withmailgroup=courier</command> : like --with-mailuser, but specifies the group ID.</para>
<para><command>--enable-workarounds-for-imap-client-bugs</command> : there are several confirmed bugs in some
IMAP clients that do not properly implement the IMAP4rev1 protocol. This option enables some workarounds for
those buggy IMAP 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><command>--with-ispell=/usr/bin/aspell</command> : Courier'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 aspell.</para>
</sect2>