source: server/mail/courier/courier-exp.xml@ b7d0bb4

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

standardizing compound words

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

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[91c2c77d]1<sect2>
2<title>Command explanations</title>
3
[0482b012]4<para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the
5directory where <application>Courier</application>'s configuration
[1a1da48]6files are installed.</para>
[c442d19]7
[a4be499]8<para><parameter>--with-piddir=/var/run</parameter>: Specifies the
9directory where <application>Courier</application>'s
10<filename>PID</filename> files are stored
[0482b012]11when <application>Courier</application> is active.</para>
[c442d19]12
[a4be499]13<para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains
[b7d0bb4]14programs and libraries that cannot be directly executed from the command-line.
[a4be499]15</para>
[c442d19]16
[a4be499]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>
[c442d19]20
[a4be499]21<para><parameter>--localstatedir=/var/lib/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>
[c442d19]25
[0482b012]26<para><option>--disable-root-check</option>: Allows
27<application>Courier</application> to be built as the root user.</para>
[c442d19]28
[0482b012]29<para><parameter>--with-db=gbbm</parameter>:
30<application>Courier</application> requires either the
31<application><acronym>GDBM</acronym></application> or the
32<application>DB</application> database library.
33<application><acronym>GDBM</acronym></application> is used if both are present. This option forces the selection of the database library.
[1a1da48]34</para>
[c442d19]35
[1a1da48]36<!-- # Note - Courier will build fine with <xref linkend="db"/>, but all the database files
37will not be created correctly -->
[c442d19]38
[0482b012]39<para><parameter>--with-mailuser=courier</parameter>: All except two
40<application>Courier</application> daemons run as a non-privileged
41user. This option specifies the userid that
42<application>Courier</application> will install and run as.</para>
[c442d19]43
[a4be499]44<para><parameter>--withmailgroup=courier</parameter>: like
45<option>--with-mailuser</option>, but specifies the group
46<acronym>ID</acronym>.</para>
[c442d19]47
[0482b012]48<para><option>--enable-workarounds-for-imap-client-bugs</option>: there are several confirmed bugs in some
49<acronym>IMAP</acronym> clients that do not properly implement the
50<acronym>IMAP</acronym>4rev1 protocol. This option enables some workarounds for
51those buggy <acronym>IMAP</acronym> clients. NOTE: make check will fail if this option is used. You should first configure
[1a1da48]52without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para>
53
[0482b012]54<para><parameter>--with-ispell=/usr/bin/aspell</parameter>:
55<application>Courier</application>'s webmail server can use spell checking, if
[1a1da48]56the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
[a4be499]57current search path, use
58<parameter>--with-ispell=<replaceable>program</replaceable></parameter> to
59explicitly set the location of <application>aspell</application>.</para>
[91c2c77d]60
61</sect2>
62
Note: See TracBrowser for help on using the repository browser.