Ignore:
Timestamp:
10/02/2003 10:40:45 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
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
Children:
666f6de
Parents:
0d2f891
Message:

exp files tag cleaned

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

Location:
server/mail/courier
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/mail/courier/courier-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfdir=/etc/courier</command> : Specifies the directory where Courier's configuration
     4<para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the
     5directory where <application>Courier</application>'s configuration
    56files are installed.</para>
    67
    7 <para><command>--with-piddir=/var/run</command> : Specfies the directory where Courier's pid files are stored
    8 when Courier is active.</para>
     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>
    911
    10 <para><command>--libexecdir=/usr/libexec</command> : libexecdir contains programs and libraries that cannot
     12<para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains programs and libraries that cannot
    1113be directly executed from the command line.</para>
    1214
    13 <para><command>--datadir=/usr/share/courier</command> : Specifies the directory where miscellaneous shell
    14 scripts, Perl scripts, and data files will be installed.</para>
     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>
    1517
    16 <para><command> --localstatedir=/var/lib/courier</command> : specifies the directory that will hold the mail
     18<para><parameter>--localstatedir=/var/lib/courier</parameter>: specifies the directory that will hold the mail
    1719queue, and other temporary data. This option defaults to the subdirectory "var" in the directory specified
    1820by the --prefix option.</para>
    1921
    20 <para><command>--disable-root-check</command> : Allows Courier to be built as the root user.</para>
     22<para><option>--disable-root-check</option>: Allows
     23<application>Courier</application> to be built as the root user.</para>
    2124
    22 <para><command>--with-db=gbbm</command> : Courier requires either the GDBM or the DB database library.
    23 GDBM is used if both are present. This option forces the selection of the database library.
     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.
    2430</para>
    2531
     
    2733will not be created correctly -->
    2834
    29 <para><command>--with-mailuser=courier</command> : All except two Courier daemons run as a non-privileged
    30 user. This option specifies the userid that Courier will install and run as.</para>
     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>
    3139
    32 <para><command>--withmailgroup=courier</command> : like --with-mailuser, but specifies the group ID.</para>
     40<para><parameter>--withmailgroup=courier</parameter>: like --with-mailuser, but specifies the group ID.</para>
    3341
    34 <para><command>--enable-workarounds-for-imap-client-bugs</command> : there are several confirmed bugs in some
    35 IMAP clients that do not properly implement the IMAP4rev1 protocol. This option enables some workarounds for
    36 those buggy IMAP clients. NOTE: make check will fail if this option is used. You should first configure
     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
    3746without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para>
    3847
    39 <para><command>--with-ispell=/usr/bin/aspell</command> : Courier's webmail server can use spell checking, if
     48<para><parameter>--with-ispell=/usr/bin/aspell</parameter>:
     49<application>Courier</application>'s webmail server can use spell checking, if
    4050the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the
    41 current search path, use --with-ispell=program to explicitly set the location of aspell.</para>
     51current search path, use --with-ispell=program to explicitly set the
     52location of <application>aspell</application>.</para>
    4253
    4354</sect2>
  • server/mail/courier/courier-inst.xml

    r0d2f891 r0482b012  
    1313
    1414<screen><userinput><command>./configure ./configure --prefix=/usr --sysconfdir=/etc/courier --with-piddir=/var/run \
    15 --libexecdir=/usr/libexec --datadir=/usr/share/courier \
     15--libexecdir=/usr/sbin --datadir=/usr/share/courier \
    1616--localstatedir=/var/lib/courier --disable-root-check --with-db=gdbm \
    1717--with-mailuser=courier --withmailgroup=courier \
Note: See TracChangeset for help on using the changeset viewer.