Ignore:
Timestamp:
02/18/2005 01:40:10 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e3c939cc
Parents:
94a9c26f
Message:

Added indexing tags to Exim and Qpopper instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    r94a9c26f rb77ebfad  
    2020<?dbhtml filename="exim.html"?>
    2121<title><application>Exim</application>-&exim-version;</title>
     22<indexterm zone="exim">
     23<primary sortas="a-Exim">Exim</primary></indexterm>
    2224
    2325<sect2>
     
    7678<title>Installation of <application>Exim</application></title>
    7779
    78 <para>Before building <application>Exim</application>, you should
    79 create the group and user exim which will run the
     80<para>Before building <application>Exim</application>, as the root user you
     81should create the group and user exim which will run the
    8082<command>exim</command> daemon:</para>
    8183
     
    9597  sed -e 's,^EXIM_USER.*$,EXIM_USER=exim,' | \
    9698  sed -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' > Local/Makefile &amp;&amp;
    97 make &amp;&amp;
    98 make install &amp;&amp;
     99make</command></userinput></screen>
     100
     101<para>Now, as the root user:</para>
     102
     103<screen><userinput role='root'><command>make install &amp;&amp;
    99104install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
    100105install -v -d -m755 /usr/share/doc/exim-&exim-version; &amp;&amp;
     
    195200<title>Configuring Exim</title>
    196201
    197 <sect3><title>Config files</title>
     202<sect3 id="exim-config"><title>Config files</title>
    198203
    199204<para><filename>/etc/exim.conf</filename> and
    200205<filename>/etc/aliases</filename></para>
     206<indexterm zone="exim exim-config">
     207<primary sortas="e-etc-exim.conf">/etc/exim.conf</primary></indexterm>
     208<indexterm zone="exim exim-config">
     209<primary sortas="e-etc-aliases">/etc/aliases</primary></indexterm>
    201210
    202211</sect3>
     
    224233the mail queue. Adjust this parameter to suit your desires.</para>
    225234
    226 <para>To automate the running of <command>exim</command> at startup, install
    227 the <filename>/etc/rc.d/init.d/exim</filename> init script included in the
    228 <xref linkend="intro-important-bootscripts"/> package.</para>
     235<para id="exim-init">To automate the running of <command>exim</command> at
     236startup, install the <filename>/etc/rc.d/init.d/exim</filename> init script
     237included in the <xref linkend="intro-important-bootscripts"/> package.</para>
     238<indexterm zone="exim exim-init">
     239<primary sortas="f-exim">exim</primary></indexterm>
    229240
    230241<screen><userinput><command>make install-exim</command></userinput></screen>
     
    242253<title>Contents</title>
    243254
    244 <para>The <application>Exim</application> package contains
    245 <command>exim</command>,
    246 <command>exim_dumpdb</command>,
    247 <command>exim_fixdb</command>,
    248 <command>exim_tidydb</command>,
    249 <command>exinext</command>,
    250 <command>exiwhat</command>,
    251 <command>exim_dbmbuild</command>,
    252 <command>exicyclog</command>,
    253 <command>exigrep</command>,
    254 <command>eximstats</command>,
    255 <command>exiqsumm</command>,
    256 <command>exiqgrep</command>,
    257 <command>exim_lock</command>,
    258 <command>exim_checkaccess</command> and optionally,
    259 <command>eximon</command> and
    260 <command>eximon.bin</command>.</para>
    261 
    262 </sect2>
    263 
    264 <sect2><title>Description</title>
    265 <sect3><title>exim</title>
    266 <para><command>exim</command> is the Mail Transport Agent daemon.</para></sect3>
    267 
    268 <sect3><title>exim_dumpdb</title>
    269 <para><command>exim_dumpdb</command> writes the contents of
    270 <application>Exim</application> databases to the standard output.</para></sect3>
    271 
    272 <sect3><title>exim_fixdb</title>
    273 <para><command>exim_fixdb</command> modifies data in
    274 <application>Exim</application> databases.</para></sect3>
    275 
    276 <sect3><title>exim_tidydb</title>
    277 <para><command>exim_tidydb</command> removes old records from
    278 <application>Exim</application> databases.</para></sect3>
    279 
    280 <sect3><title>exinext</title>
    281 <para><command>exinext</command> queries remote host retry times.</para></sect3>
    282 
    283 <sect3><title>exiwhat</title>
    284 <para><command>exiwhat</command> queries running
    285 <application>Exim</application> processes.</para></sect3>
    286 
    287 <sect3><title>exim_dbmbuild</title>
    288 <para><command>exim_dbmbuild</command> creates and rebuilds
    289 <application>Exim</application> databases.</para></sect3>
    290 
    291 <sect3><title>exicyclog</title>
    292 <para><command>exicyclog</command> cycles
    293 <application>Exim</application> log files.</para></sect3>
    294 
    295 <sect3><title>exigrep</title>
    296 <para><command>exigrep</command> searches
    297 <application>Exim</application> log files.</para></sect3>
    298 
    299 <sect3><title>eximstats</title>
    300 <para><command>eximstats</command> generates mail statistics from
    301 <application>Exim</application> log files.</para></sect3>
    302 
    303 <sect3><title>exiqsumm</title>
    304 <para><command>exiqsumm</command> produces a summary of the messages in the
    305 mail queue.</para></sect3>
    306 
    307 <sect3><title>exiqgrep</title>
    308 <para><command>exiqgrep</command> is an utility for selective queue
    309 listing.</para></sect3>
    310 
    311 <sect3><title>exim_lock</title>
    312 <para><command>exim_lock</command> locks a mailbox file.</para></sect3>
    313 
    314 <sect3><title>exim_checkaccess</title>
    315 <para><command>exim_checkaccess</command> states whether a given recipient
    316 address from a given host is acceptable or not.</para></sect3>
     255<segmentedlist>
     256<segtitle>Installed Programs</segtitle>
     257<segtitle>Installed Libraries</segtitle>
     258<segtitle>Installed Directories</segtitle>
     259
     260<seglistitem>
     261<seg>exicyclog, exigrep, exim, exim-4.43-2, exim_checkaccess, exim_dbmbuild,
     262exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb, eximstats, exinext, exipick,
     263exiqgrep, exiqsumm, exiwhat and optionally, eximon and eximon.bin</seg>
     264<seg>None</seg>
     265<seg>/usr/share/doc/exim-&exim-version; and /var/spool/exim</seg>
     266</seglistitem>
     267</segmentedlist>
     268
     269<variablelist>
     270<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     271<?dbfo list-presentation="list"?>
     272
     273<varlistentry id="exicyclog">
     274<term><command>exicyclog</command></term>
     275<listitem><para>cycles <application>Exim</application> log files.</para>
     276<indexterm zone="exim exicyclog">
     277<primary sortas="b-exicyclog">exicyclog</primary>
     278</indexterm></listitem>
     279</varlistentry>
     280
     281<varlistentry id="exigrep">
     282<term><command>exigrep</command></term>
     283<listitem><para>searches <application>Exim</application> log files.</para>
     284<indexterm zone="exim exigrep">
     285<primary sortas="b-exigrep">exigrep</primary>
     286</indexterm></listitem>
     287</varlistentry>
     288
     289<varlistentry id="exim-prog">
     290<term><command>exim</command></term>
     291<listitem><para>is a symlink to the <command>exim-4.43-2</command>
     292<acronym>MTA</acronym> daemon.</para>
     293<indexterm zone="exim exim-prog">
     294<primary sortas="g-exim">exim</primary>
     295</indexterm></listitem>
     296</varlistentry>
     297
     298<varlistentry id="exim-4.43-2">
     299<term><command>exim-4.43-2</command></term>
     300<listitem><para>is the <application>Exim</application> mail transport
     301agent daemon.</para>
     302<indexterm zone="exim exim-4.43-2">
     303<primary sortas="b-exim-4.43-2">exim-4.43-2</primary>
     304</indexterm></listitem>
     305</varlistentry>
     306
     307<varlistentry id="exim_checkaccess">
     308<term><command>exim_checkaccess</command></term>
     309<listitem><para>states whether a given recipient address from a given host is
     310acceptable or not.</para>
     311<indexterm zone="exim exim_checkaccess">
     312<primary sortas="b-exim_checkaccess">exim_checkaccess</primary>
     313</indexterm></listitem>
     314</varlistentry>
     315
     316<varlistentry id="exim_dbmbuild">
     317<term><command>exim_dbmbuild</command></term>
     318<listitem><para> creates and rebuilds <application>Exim</application>
     319databases.</para>
     320<indexterm zone="exim exim_dbmbuild">
     321<primary sortas="b-exim_dbmbuild">exim_dbmbuild</primary>
     322</indexterm></listitem>
     323</varlistentry>
     324
     325<varlistentry id="exim_dumpdb">
     326<term><command>exim_dumpdb</command></term>
     327<listitem><para> writes the contents of <application>Exim</application>
     328databases to the standard output.</para>
     329<indexterm zone="exim exim_dumpdb">
     330<primary sortas="b-exim_dumpdb">exim_dumpdb</primary>
     331</indexterm></listitem>
     332</varlistentry>
     333
     334<varlistentry id="exim_fixdb">
     335<term><command>exim_fixdb</command></term>
     336<listitem><para>modifies data in <application>Exim</application>
     337databases.</para>
     338<indexterm zone="exim exim_fixdb">
     339<primary sortas="b-exim_fixdb">exim_fixdb</primary>
     340</indexterm></listitem>
     341</varlistentry>
     342
     343<varlistentry id="exim_lock">
     344<term><command>exim_lock</command></term>
     345<listitem><para>locks a mailbox file.</para>
     346<indexterm zone="exim exim_lock">
     347<primary sortas="b-exim_lock">exim_lock</primary>
     348</indexterm></listitem>
     349</varlistentry>
     350
     351<varlistentry id="exim_tidydb">
     352<term><command>exim_tidydb</command></term>
     353<listitem><para>removes old records from <application>Exim</application>
     354databases.</para>
     355<indexterm zone="exim exim_tidydb">
     356<primary sortas="b-exim_tidydb">exim_tidydb</primary>
     357</indexterm></listitem>
     358</varlistentry>
     359
     360<varlistentry id="eximstats">
     361<term><command>eximstats</command></term>
     362<listitem><para>generates mail statistics from <application>Exim</application>
     363log files.</para>
     364<indexterm zone="exim eximstats">
     365<primary sortas="b-eximstats">eximstats</primary>
     366</indexterm></listitem>
     367</varlistentry>
     368
     369<varlistentry id="exinext">
     370<term><command>exinext</command></term>
     371<listitem><para>queries remote host retry times.</para>
     372<indexterm zone="exim exinext">
     373<primary sortas="b-exinext">exinext</primary>
     374</indexterm></listitem>
     375</varlistentry>
     376
     377<varlistentry id="exipick">
     378<term><command>exipick</command></term>
     379<listitem><para>selects messages based on various criteria.</para>
     380<indexterm zone="exim exipick">
     381<primary sortas="b-exipick">exipick</primary>
     382</indexterm></listitem>
     383</varlistentry>
     384
     385<varlistentry id="exiqgrep">
     386<term><command>exiqgrep</command></term>
     387<listitem><para>is a utility for selective queue listing.</para>
     388<indexterm zone="exim exiqgrep">
     389<primary sortas="b-exiqgrep">exiqgrep</primary>
     390</indexterm></listitem>
     391</varlistentry>
     392
     393<varlistentry id="exiqsumm">
     394<term><command>exiqsumm</command></term>
     395<listitem><para>produces a summary of the messages in the mail queue.</para>
     396<indexterm zone="exim exiqsumm">
     397<primary sortas="b-exiqsumm">exiqsumm</primary>
     398</indexterm></listitem>
     399</varlistentry>
     400
     401<varlistentry id="exiwhat">
     402<term><command>exiwhat</command></term>
     403<listitem><para>queries running <application>Exim</application>
     404processes.</para>
     405<indexterm zone="exim exiwhat">
     406<primary sortas="b-exiwhat">exiwhat</primary>
     407</indexterm></listitem>
     408</varlistentry>
     409
     410<varlistentry id="eximon">
     411<term><command>eximon</command></term>
     412<listitem><para>is a start-up shell script for <command>eximon.bin</command>
     413used to set the required environment variables before running the
     414program.</para>
     415<indexterm zone="exim eximon">
     416<primary sortas="b-eximon">eximon</primary>
     417</indexterm></listitem>
     418</varlistentry>
     419
     420<varlistentry id="eximon.bin">
     421<term><command>eximon.bin</command></term>
     422<listitem><para>is a monitor program which displays current information in an
     423<application>X</application> window, and also contains a menu interface to
     424<application>Exim</application>'s command line administration options.</para>
     425<indexterm zone="exim eximon.bin">
     426<primary sortas="b-eximon.bin">eximon.bin</primary>
     427</indexterm></listitem>
     428</varlistentry>
     429</variablelist>
    317430
    318431</sect2>
Note: See TracChangeset for help on using the changeset viewer.