source: server/mail/courier/courier-exp.xml@ 2f473b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2f473b2 was 2f473b2, checked in by Tushar Teredesai <tushar@…>, 20 years ago

Updated to courier-0.45.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1880 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<sect2>
2<title>Command explanations</title>
3
4<para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the
5directory where <application>Courier</application>'s configuration
6files are installed.</para>
7
8<para><parameter>--with-piddir=/var/run</parameter>: Specifies the
9directory where <application>Courier</application>'s
10<filename>PID</filename> files are stored
11when <application>Courier</application> is active.</para>
12
13<para><parameter>--libexecdir=/usr/lib/courier</parameter>: libexecdir contains
14programs and libraries that cannot be directly executed from the command-line.
15</para>
16
17<para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the
18directory where miscellaneous shell scripts, <application>Perl</application>
19scripts, and data files will be installed.</para>
20
21<para><parameter>--localstatedir=/var/spool/courier</parameter>: Specifies the
22directory that will hold the mail queue, and other temporary data. This option
23defaults to the subdirectory <filename class="directory">var</filename> in the
24directory specified by the <option>--prefix</option> option.</para>
25
26<para><option>--with-paranoid-smtpext</option>:be paranoid when negotiating Courier-specific
27ESMTP extensions with remote servers. The <application>Courier</application> mail server
28defines and implements certain experimental ESMTP extensions: XVERP and XEXDATA. Problems may
29result in the event that someone else uses the same name to implement some other extension.
30If this option is specified, <application>Courier's</application> ESMTP server will also
31advertise a dummy ESMTP capability called XCOURIEREXTENSIONS, and will not recognize any
32Courier-specific extensions unless the remote mail server also advertises this dummy ESMTP
33capability.</para>
34
35<para><option>--disable-autorenamesent</option>: do not rename the Sent folder every month.
36This 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
49will 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
53user. 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
63those buggy <acronym>IMAP</acronym> clients. NOTE: make check will fail if this option is used. You should first configure
64without 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
68the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
69current search path, use
70<parameter>--with-ispell=<replaceable>program</replaceable></parameter> to
71explicitly set the location of <application>aspell</application>.</para>
72
73</sect2>
74
Note: See TracBrowser for help on using the repository browser.