source: server/mail/courier/courier-exp.xml@ 0482b012

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 0482b012 was 0482b012, checked in by Larry Lawrence <larry@…>, 21 years ago

exp files tag cleaned

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

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