1 | <sect2>
|
---|
2 | <title>Command explanations</title>
|
---|
3 |
|
---|
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>
|
---|
16 |
|
---|
17 | <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>
|
---|
20 |
|
---|
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>
|
---|
25 |
|
---|
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>
|
---|
37 |
|
---|
38 | <para><option>--disable-root-check</option>: Allows
|
---|
39 | <application>Courier</application> to be built as the root user.</para>
|
---|
40 |
|
---|
41 | <para><parameter>--with-db=gbbm</parameter>:
|
---|
42 | <application>Courier</application> requires either the
|
---|
43 | <application><acronym>GDBM</acronym></application> or the
|
---|
44 | <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>
|
---|
47 |
|
---|
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>
|
---|
65 |
|
---|
66 | <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 |
|
---|
73 | </sect2>
|
---|
74 |
|
---|