source: server/mail/courier/courier-exp.xml@ 1a1da48

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_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1a1da48 was 1a1da48, checked in by Larry Lawrence <larry@…>, 21 years ago

courier patch

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

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<sect2>
2<title>Command explanations</title>
3
4<para><command>--sysconfdir=/etc/courier</command> : Specifies the directory where Courier's configuration
5files are installed.</para>
6
7<para><command>--with-piddir=/var/run</command> : Specfies the directory where Courier's pid files are stored
8when Courier is active.</para>
9
10<para><command>--libexecdir=/usr/libexec</command> : libexecdir contains programs and libraries that cannot
11be directly executed from the command line.</para>
12
13<para><command>--datadir=/usr/share/courier</command> : Specifies the directory where miscellaneous shell
14scripts, Perl scripts, and data files will be installed.</para>
15
16<para><command> --localstatedir=/var/lib/courier</command> : specifies the directory that will hold the mail
17queue, and other temporary data. This option defaults to the subdirectory "var" in the directory specified
18by the --prefix option.</para>
19
20<para><command>--disable-root-check</command> : Allows Courier to be built as the root user.</para>
21
22<para><command>--with-db=gbbm</command> : Courier requires either the GDBM or the DB database library.
23GDBM is used if both are present. This option forces the selection of the database library.
24</para>
25
26<!-- # Note - Courier will build fine with <xref linkend="db"/>, but all the database files
27will not be created correctly -->
28
29<para><command>--with-mailuser=courier</command> : All except two Courier daemons run as a non-privileged
30user. This option specifies the userid that Courier will install and run as.</para>
31
32<para><command>--withmailgroup=courier</command> : like --with-mailuser, but specifies the group ID.</para>
33
34<para><command>--enable-workarounds-for-imap-client-bugs</command> : there are several confirmed bugs in some
35IMAP clients that do not properly implement the IMAP4rev1 protocol. This option enables some workarounds for
36those buggy IMAP clients. NOTE: make check will fail if this option is used. You should first configure
37without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para>
38
39<para><command>--with-ispell=/usr/bin/aspell</command> : Courier's webmail server can use spell checking, if
40the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
41current search path, use --with-ispell=program to explicitly set the location of aspell.</para>
42
43</sect2>
44
Note: See TracBrowser for help on using the repository browser.