source: server/mail/courier/courier-exp.xml@ 714882c

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 714882c was 15b0f608, checked in by Igor Živković <igor@…>, 20 years ago

force gdbm in courier installation, reported by Jim Gifford

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2096 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>--libexecdir=/usr/lib/courier</parameter>: Specifies
5the directory which contains programs and libraries that cannot be
6directly executed from the command-line.</para>
7
8<para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the
9directory where miscellaneous shell scripts,
10<application>Perl</application> scripts, and data files will be
11installed.</para>
12
13<para><parameter>--localstatedir=/var/spool/courier</parameter>:
14Specifies the directory that will hold the mail queue, and other
15temporary data.</para>
16
17<para><parameter>--with-piddir=/var/run/courier</parameter>: Specifies
18the directory where <application>Courier</application>'s
19<filename>PID</filename> files are stored when
20<application>Courier</application> is active.</para>
21
22<para><option>--disable-root-check</option>: Allows
23<application>Courier</application> to be built as the root user.</para>
24
25<para><parameter>--with-mailuser=courier</parameter>: All except two
26<application>Courier</application> daemons run as a non-privileged user.
27This option specifies the userid that <application>Courier</application>
28will install and run as.</para>
29
30<para><parameter>--with-mailgroup=courier</parameter>: like
31<option>--with-mailuser</option>, but specifies the group
32<acronym>ID</acronym>.</para>
33
34<para><option>--with-paranoid-smtpext</option>: Be paranoid when
35negotiating Courier-specific <acronym>ESMTP</acronym> extensions with
36remote servers. The <application>Courier</application> mail server
37defines and implements certain experimental <acronym>ESMTP</acronym>
38extensions: XVERP and XEXDATA. Problems may result in the event that
39someone else uses the same name to implement some other extension. If
40this option is specified, <application>Courier's</application>
41<acronym>ESMTP</acronym> server will also advertise a dummy
42<acronym>ESMTP</acronym> capability called XCOURIEREXTENSIONS, and will
43not recognize any Courier-specific extensions unless the remote mail
44server also advertises this dummy <acronym>ESMTP</acronym>
45capability.</para>
46
47<para><option>--disable-autorenamesent</option>: Do not rename the Sent
48folder every month. This option can also be controlled by the
49<envar>SQWEBMAIL_AUTORENAMESENT</envar> environment variable.</para>
50
51<para><option>--enable-workarounds-for-imap-client-bugs</option>: There
52are several confirmed bugs in some <acronym>IMAP</acronym> clients that
53do not properly implement the <acronym>IMAP</acronym>4rev1 protocol.
54This option enables some workarounds for those buggy
55<acronym>IMAP</acronym> clients. NOTE: <command>make check</command>
56will fail if this option is used. You should first configure without
57this option, and if all post-configuration tests succeed, rerun
58configure with this option and recompile.</para>
59
60<para><parameter>--with-db=gdbm</parameter>:
61<application>Courier</application> requires either the
62<application><acronym>GDBM</acronym></application> or the
63<application>DB</application> database library.
64<application><acronym>GDBM</acronym></application> is used if both are
65present. This option forces the selection of the GDBM database
66library since support for DB is broken at the current state.</para>
67
68<!-- # Note - Courier will build fine with <xref linkend="db"/>, but all
69the database files will not be created correctly -->
70
71<para><parameter>--with-ispell=/usr/bin/aspell</parameter>:
72<application>Courier</application>'s webmail server can use spell
73checking, if <command>configure</command> finds
74<application>ispell</application> or if you explicitly set the location
75of <application>aspell</application>.</para>
76
77<para><parameter>--enable-mimetypes=<replaceable>[location of mime.types file]</replaceable></parameter>:
78Use this switch if you receive an error saying that the
79<filename>mime.types</filename> file could not be found.</para>
80
81</sect2>
Note: See TracBrowser for help on using the repository browser.