source: server/mail/exim.xml@ 5344b56

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5344b56 was 94417dc, checked in by DJ Lucas <dj@…>, 7 years ago

tag

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

  • Property mode set to 100644
File size: 23.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- This URL frequently becomes broken. Please, do not "fix' it back,
8 unless you decided to take care of and monitor it.
9 <!ENTITY exim-download-http "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.xz"> -->
10
11 <!ENTITY exim-download-http "http://mirrors-usa.go-parts.com/eximftp/exim/exim4/exim-&exim-version;.tar.xz">
12 <!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.xz">
13 <!-- if above don't work, please use one of the official mirrors at
14 http://www.exim.org/mirmon/ftp_mirrors.html -->
15 <!ENTITY exim-md5sum "b569ec80c495dffc54545895e680ed61">
16 <!ENTITY exim-size "1.6 MB">
17 <!ENTITY exim-buildsize "14 MB">
18 <!ENTITY exim-time "0.2 SBU">
19
20
21
22 <!ENTITY exim-daemon-version "&exim-version;-3">
23]>
24
25<sect1 id="exim" xreflabel="Exim-&exim-version;">
26 <?dbhtml filename="exim.html"?>
27
28 <sect1info>
29 <othername>$LastChangedBy$</othername>
30 <date>$Date$</date>
31 </sect1info>
32
33 <title>Exim-&exim-version;</title>
34
35 <indexterm zone="exim">
36 <primary sortas="a-Exim">Exim</primary>
37 </indexterm>
38
39 <sect2 role="package">
40 <title>Introduction to Exim</title>
41
42 <para>The <application>Exim</application> package contains a Mail
43 Transport Agent written by the University of Cambridge, released
44 under the GNU Public License.</para>
45
46 &lfs81_checked;
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>Download (HTTP): <ulink url="&exim-download-http;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download (FTP): <ulink url="&exim-download-ftp;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download MD5 sum: &exim-md5sum;</para>
58 </listitem>
59 <listitem>
60 <para>Download size: &exim-size;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated disk space required: &exim-buildsize;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated build time: &exim-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>Additional formats of the documentation (text-based docs are
74 shipped with the sources) can be downloaded by following the links
75 shown at <ulink url="http://exim.org/docs.html"/>.</para>
76 </listitem>
77 <listitem>
78 <para>
79 Recommended patch (prevents triggering CVE-2017-1000369 by using
80 exim commands): <ulink
81 url="&patch-root;/exim-&exim-version;-avoid_mem_clash-1.patch"/>
82 </para>
83 </listitem>
84
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">Exim Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="pcre"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="openssl"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="db"/> or
102 <ulink url="http://sourceforge.net/projects/tdb">TDB</ulink>
103 (alternatives to GDBM, built in LFS),
104 <xref linkend="cyrus-sasl"/>,
105 <xref linkend="libidn"/>,
106 <xref linkend="linux-pam"/>,
107 <xref linkend="mariadb"/> or
108 <ulink url="http://www.mysql.com/">MySQL</ulink>,
109 <xref linkend="openldap"/>,
110 <xref linkend="gnutls"/>,
111 <xref linkend="postgresql"/>,
112 <xref linkend="sqlite"/>,
113 <xref linkend="x-window-system"/>,
114 <ulink url="http://www.hl5.org">Heimdal GSSAPI</ulink>, and
115 <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink>
116 </para>
117
118 <para condition="html" role="usernotes">User Notes:
119 <ulink url="&blfs-wiki;/exim"/></para>
120
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of Exim</title>
125
126 <para>Before building <application>Exim</application>, as the
127 <systemitem class="username">root</systemitem> user you should create
128 the group and user <systemitem class="username">exim</systemitem> which
129 will run the <command>exim</command> daemon:</para>
130
131<screen role="root"><userinput>groupadd -g 31 exim &amp;&amp;
132useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim</userinput></screen>
133
134 <para>Install <application>Exim</application> with the following
135 commands:</para>
136
137<screen><userinput>patch -p1 -i ../exim-&exim-version;-avoid_mem_clash-1.patch &amp;&amp;
138sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,' \
139 -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
140 -e 's,^EXIM_USER.*$,EXIM_USER=exim,' \
141 -e '/SUPPORT_TLS/s,^#,,' \
142 -e '/USE_OPENSSL/s,^#,,' \
143 -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
144printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &amp;&amp;
145make</userinput></screen>
146
147 <para>This package does not come with a test suite.</para>
148
149 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
150
151<!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install -->
152
153<screen role="root"><userinput>make install &amp;&amp;
154install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
155install -v -d -m755 /usr/share/doc/exim-&exim-version; &amp;&amp;
156install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
157ln -sfv exim /usr/sbin/sendmail &amp;&amp;
158install -v -d -m750 -o exim -g exim /var/spool/exim</userinput></screen>
159
160 </sect2>
161
162 <sect2 role="commands">
163 <title>Command Explanations</title>
164
165 <para><command>sed -e ... > Local/Makefile</command>: Most of
166 <application>Exim</application>'s configuration options are defined
167 in <filename>Local/Makefile</filename>, which is created from
168 the <filename>src/EDITME</filename> file. This command specifies the minimum
169 set of options. Descriptions for the options are listed below.</para>
170
171 <para><command>printf ... > Local/Makefile</command>: Setting those
172 variables allows to use GDBM instead of the default Berkeley DB. Remove
173 this command if you have installed <xref linkend="db"/>.</para>
174
175 <para><parameter>BIN_DIRECTORY=/usr/sbin</parameter>: This installs all of
176 <application>Exim</application>'s binaries and scripts in
177 <filename class='directory'>/usr/sbin</filename>.</para>
178
179 <para><parameter>CONFIGURE_FILE=/etc/exim.conf</parameter>: This installs
180 <application>Exim</application>'s main configuration file in
181 <filename class='directory'>/etc</filename>.</para>
182
183 <para><parameter>EXIM_USER=exim</parameter>: This tells
184 <application>Exim</application> that after the daemon no longer needs
185 <systemitem class="username">root</systemitem> privileges, the process
186 hands off the daemon to the <systemitem
187 class="username">exim</systemitem> user.</para>
188
189 <para><parameter>SUPPORT_TLS=yes</parameter>: This allows to support
190 STARTTLS connexions. If you use this option, you need to select
191 whether <application>OpenSSL</application> or
192 <application>GnuTLS</application> is used (see
193 <filename>src/EDITME</filename>).</para>
194
195 <para><parameter>USE_OPENSSL_PC=openssl</parameter>: This tells the
196 build system to use <application>OpenSSL</application>, and to
197 find the needed libraries with <application>pkg-config</application>.
198 </para>
199
200 <para><parameter>#EXIM_MONITOR</parameter>: This defers building the
201 <application>Exim</application> monitor program, as it requires
202 <application>X Window System</application> support, by commenting out the
203 <parameter>EXIM_MONITOR</parameter> line in the <filename>Makefile</filename>.
204 If you wish to build the monitor program, omit this <command>sed</command>
205 command and issue the following command before building the package (modify
206 <filename>Local/eximon.conf</filename>, if necessary):
207 <command>cp exim_monitor/EDITME Local/eximon.conf</command>.</para>
208
209 <para><command>ln -sfv exim /usr/sbin/sendmail</command>: Creates a link to
210 <command>sendmail</command> for applications which need it.
211 <application>Exim</application> will accept most
212 <application>Sendmail</application> command-line options.</para>
213
214 <para><command>install -v -m750 -o exim -g exim /var/spool/exim</command>:
215 Since /var/spool is owned by root and this version of <command>exim</command>
216 drops <systemitem class="username">root</systemitem> privileges early, to
217 run as user <systemitem class="username">exim</systemitem>, it cannot create
218 the <filename class="directory">/var/spool/exim</filename> directory. As a
219 work around, it is created manually.</para>
220
221 </sect2>
222
223 <sect2 role="commands">
224 <title>Adding Additional Functionality</title>
225
226 <para>To utilize some or all of the dependency packages, you'll need to
227 modify <filename>Local/Makefile</filename> to include the appropriate
228 directives and parameters to link additional libraries before you build
229 <application>Exim</application>. <filename>Local/Makefile</filename> is
230 heavily commented with instructions on how to do this. Listed below is
231 additional information to help you link these dependency packages or
232 add additional functionality.</para>
233
234 <para>If you wish to build and install the
235 <filename class='extension'>.info</filename> documentation, refer to <ulink
236 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinsinfdoc"/>.</para>
237
238 <para>If you wish to build in Exim's interfaces for calling virus and spam
239 scanning software directly from access control lists, uncomment the
240 <option>WITH_CONTENT_SCAN=yes</option> parameter and review the information
241 found at <ulink
242 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch45.html"/>.</para>
243
244 <para>To use a backend database other than <application>Berkeley
245 DB</application>, see the instructions at <ulink
246 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.</para>
247
248 <para>For SSL functionality, see the instructions at <ulink
249 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
250 and <ulink
251 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch42.html"/>.</para>
252
253 <para>For <application>tcpwrappers</application> functionality, see the
254 instructions at <ulink
255 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECID27"/>.</para>
256
257 <para>For information about adding authentication mechanisms to the
258 build, see chapters 33&mdash;41 of <ulink
259 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.</para>
260
261 <para>For information about linking <application>Linux-PAM</application>,
262 refer to the instructions <ulink
263 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html#SECTexpcond"/>.</para>
264
265 <para>For information about linking database engine libraries used for
266 <application>Exim</application> name lookups, see the instructions at <ulink
267 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.</para>
268
269 <para>If you wish to add <application>Readline</application> support to
270 <application>Exim</application> when invoked in <quote>test expansion</quote>
271 (<option>-be</option>) mode, see the information in the <option>-be</option>
272 section of <ulink
273 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.</para>
274
275 <para>You may wish to modify the default configuration and send log files to
276 syslog instead of the default
277 <filename class='directory'>/var/spool/exim/log</filename> directory. See the
278 information at <ulink
279 url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch52.html"/>.</para>
280
281 <para>A wealth of information can be also found at the <ulink url=
282 "https://github.com/Exim/exim/wiki">Exim Wiki</ulink>.</para>
283
284 </sect2>
285
286 <sect2 role="configuration">
287 <title>Configuring Exim</title>
288
289 <sect3 id="exim-config">
290 <title>Config Files</title>
291
292 <para><filename>/etc/exim.conf</filename> and
293 <filename>/etc/aliases</filename></para>
294
295 <indexterm zone="exim exim-config">
296 <primary sortas="e-etc-exim.conf">/etc/exim.conf</primary>
297 </indexterm>
298
299 <indexterm zone="exim exim-config">
300 <primary sortas="e-etc-aliases">/etc/aliases</primary>
301 </indexterm>
302
303 </sect3>
304
305 <sect3>
306 <title>Configuration Information</title>
307
308 <para>
309 Review the file <filename>/etc/exim.conf</filename>, and modify any
310 settings to suit your needs. Note that the default configuration
311 assumes that the <filename class="directory">/var/mail</filename>
312 directory is world writable, but has the stiky bit set. If you want
313 to use the default configuration, issue as the <systemitem
314 class="username">root</systemitem> user:
315 </para>
316
317<screen role="root"><userinput>chmod -v a+wt /var/mail</userinput></screen>
318
319 <para>
320 A default (nothing but comments) <filename>/etc/aliases</filename>
321 file is installed during the package installation if this file did not
322 exist on your system. Create the necessary aliases and start the
323 <application>Exim</application> daemon using the following commands:
324 </para>
325
326<screen role="root"><userinput>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"
327<literal>postmaster: root
328MAILER-DAEMON: root</literal>
329EOF
330exim -v -bi &amp;&amp;
331/usr/sbin/exim -bd -q15m</userinput></screen>
332
333 <note>
334 <para>To protect an existing <filename>/etc/aliases</filename> file,
335 the command above appends these aliases to it. This file should be
336 checked and duplicate aliases removed, if present.</para>
337 </note>
338
339 <para>The <command>/usr/sbin/exim -bd -q15m</command> command starts
340 the <application>Exim</application> daemon with a 15 minute interval
341 in processing the mail queue. Adjust this parameter to suit your
342 desires.</para>
343
344 </sect3>
345
346 <sect3 id="exim-init">
347 <title><phrase revision="sysv">Boot Script</phrase>
348 <phrase revision="systemd">Systemd Unit</phrase></title>
349
350 <para>To automatically start <command>exim</command> at boot,
351 install the
352 <phrase revision="sysv"><filename>/etc/rc.d/init.d/exim</filename>
353 init script</phrase>
354 <phrase revision="systemd"><filename>exim.service</filename> unit</phrase>
355 included in the <xref linkend="bootscripts" revision="sysv"/>
356 <xref linkend="systemd-units" revision="systemd"/> package.</para>
357
358 <indexterm zone="exim exim-init">
359 <primary sortas="f-exim">exim</primary>
360 </indexterm>
361
362<screen role="root"><userinput>make install-exim</userinput></screen>
363
364 <para revision="sysv">The bootscript also starts the
365 <application>Exim</application> daemon and dispatches a queue runner
366 process every 15 minutes. Modify the
367 <option>-q<replaceable>&lt;time interval&gt;</replaceable></option>
368 parameter in <filename>/etc/rc.d/init.d/exim</filename>, if necessary
369 for your installation.</para>
370
371 </sect3>
372
373 </sect2>
374
375 <sect2 role="content">
376 <title>Contents</title>
377
378 <segmentedlist>
379 <segtitle>Installed Programs</segtitle>
380 <segtitle>Installed Libraries</segtitle>
381 <segtitle>Installed Directories</segtitle>
382
383 <seglistitem>
384 <seg>exicyclog, exigrep, exim, exim-&exim-daemon-version;, exim_checkaccess,
385 exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb,
386 eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and
387 optionally, eximon, eximon.bin, and sendmail (symlink)</seg>
388 <seg>None</seg>
389 <seg>/usr/share/doc/exim-&exim-version; and /var/spool/exim</seg>
390 </seglistitem>
391 </segmentedlist>
392
393 <variablelist>
394 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
395 <?dbfo list-presentation="list"?>
396 <?dbhtml list-presentation="table"?>
397
398 <varlistentry id="exicyclog">
399 <term><command>exicyclog</command></term>
400 <listitem>
401 <para>cycles <application>Exim</application> log files.</para>
402 <indexterm zone="exim exicyclog">
403 <primary sortas="b-exicyclog">exicyclog</primary>
404 </indexterm>
405 </listitem>
406 </varlistentry>
407
408 <varlistentry id="exigrep">
409 <term><command>exigrep</command></term>
410 <listitem>
411 <para>searches <application>Exim</application> log files.</para>
412 <indexterm zone="exim exigrep">
413 <primary sortas="b-exigrep">exigrep</primary>
414 </indexterm>
415 </listitem>
416 </varlistentry>
417
418 <varlistentry id="exim-prog">
419 <term><command>exim</command></term>
420 <listitem>
421 <para>is a symlink to the <command>exim-&exim-daemon-version;</command>
422 MTA daemon.</para>
423 <indexterm zone="exim exim-prog">
424 <primary sortas="b-exim">exim</primary>
425 </indexterm>
426 </listitem>
427 </varlistentry>
428
429 <varlistentry id="exim-current_version">
430 <term><command>exim-&exim-daemon-version;</command></term>
431 <listitem>
432 <para>is the <application>Exim</application> mail transport
433 agent daemon.</para>
434 <indexterm zone="exim exim-current_version">
435 <primary sortas="b-exim-&exim-daemon-version;">exim-&exim-daemon-version;</primary>
436 </indexterm>
437 </listitem>
438 </varlistentry>
439
440 <varlistentry id="exim_checkaccess">
441 <term><command>exim_checkaccess</command></term>
442 <listitem>
443 <para>states whether a given recipient address from a given host is
444 acceptable or not.</para>
445 <indexterm zone="exim exim_checkaccess">
446 <primary sortas="b-exim_checkaccess">exim_checkaccess</primary>
447 </indexterm>
448 </listitem>
449 </varlistentry>
450
451 <varlistentry id="exim_dbmbuild">
452 <term><command>exim_dbmbuild</command></term>
453 <listitem>
454 <para> creates and rebuilds <application>Exim</application>
455 databases.</para>
456 <indexterm zone="exim exim_dbmbuild">
457 <primary sortas="b-exim_dbmbuild">exim_dbmbuild</primary>
458 </indexterm>
459 </listitem>
460 </varlistentry>
461
462 <varlistentry id="exim_dumpdb">
463 <term><command>exim_dumpdb</command></term>
464 <listitem>
465 <para> writes the contents of <application>Exim</application>
466 databases to the standard output.</para>
467 <indexterm zone="exim exim_dumpdb">
468 <primary sortas="b-exim_dumpdb">exim_dumpdb</primary>
469 </indexterm>
470 </listitem>
471 </varlistentry>
472
473 <varlistentry id="exim_fixdb">
474 <term><command>exim_fixdb</command></term>
475 <listitem>
476 <para>modifies data in <application>Exim</application>
477 databases.</para>
478 <indexterm zone="exim exim_fixdb">
479 <primary sortas="b-exim_fixdb">exim_fixdb</primary>
480 </indexterm>
481 </listitem>
482 </varlistentry>
483
484 <varlistentry id="exim_lock">
485 <term><command>exim_lock</command></term>
486 <listitem>
487 <para>locks a mailbox file.</para>
488 <indexterm zone="exim exim_lock">
489 <primary sortas="b-exim_lock">exim_lock</primary>
490 </indexterm>
491 </listitem>
492 </varlistentry>
493
494 <varlistentry id="exim_tidydb">
495 <term><command>exim_tidydb</command></term>
496 <listitem>
497 <para>removes old records from <application>Exim</application>
498 databases.</para>
499 <indexterm zone="exim exim_tidydb">
500 <primary sortas="b-exim_tidydb">exim_tidydb</primary>
501 </indexterm>
502 </listitem>
503 </varlistentry>
504
505 <varlistentry id="eximstats">
506 <term><command>eximstats</command></term>
507 <listitem>
508 <para>generates mail statistics from <application>Exim</application>
509 log files.</para>
510 <indexterm zone="exim eximstats">
511 <primary sortas="b-eximstats">eximstats</primary>
512 </indexterm>
513 </listitem>
514 </varlistentry>
515
516 <varlistentry id="exinext">
517 <term><command>exinext</command></term>
518 <listitem>
519 <para>queries remote host retry times.</para>
520 <indexterm zone="exim exinext">
521 <primary sortas="b-exinext">exinext</primary>
522 </indexterm>
523 </listitem>
524 </varlistentry>
525
526 <varlistentry id="exipick">
527 <term><command>exipick</command></term>
528 <listitem>
529 <para>selects messages based on various criteria.</para>
530 <indexterm zone="exim exipick">
531 <primary sortas="b-exipick">exipick</primary>
532 </indexterm>
533 </listitem>
534 </varlistentry>
535
536 <varlistentry id="exiqgrep">
537 <term><command>exiqgrep</command></term>
538 <listitem>
539 <para>is a utility for selective queue listing.</para>
540 <indexterm zone="exim exiqgrep">
541 <primary sortas="b-exiqgrep">exiqgrep</primary>
542 </indexterm>
543 </listitem>
544 </varlistentry>
545
546 <varlistentry id="exiqsumm">
547 <term><command>exiqsumm</command></term>
548 <listitem>
549 <para>produces a summary of the messages in the mail queue.</para>
550 <indexterm zone="exim exiqsumm">
551 <primary sortas="b-exiqsumm">exiqsumm</primary>
552 </indexterm>
553 </listitem>
554 </varlistentry>
555
556 <varlistentry id="exiwhat">
557 <term><command>exiwhat</command></term>
558 <listitem>
559 <para>queries running <application>Exim</application>
560 processes.</para>
561 <indexterm zone="exim exiwhat">
562 <primary sortas="b-exiwhat">exiwhat</primary>
563 </indexterm>
564 </listitem>
565 </varlistentry>
566
567 <varlistentry id="eximon">
568 <term><command>eximon</command></term>
569 <listitem>
570 <para>is a start-up shell script for <command>eximon.bin</command>
571 used to set the required environment variables before running the
572 program.</para>
573 <indexterm zone="exim eximon">
574 <primary sortas="b-eximon">eximon</primary>
575 </indexterm>
576 </listitem>
577 </varlistentry>
578
579 <varlistentry id="eximon.bin">
580 <term><command>eximon.bin</command></term>
581 <listitem>
582 <para>is a monitor program which displays current information in an
583 <application>X</application> window, and also contains a menu interface
584 to <application>Exim</application>'s command line administration
585 options.</para>
586 <indexterm zone="exim eximon.bin">
587 <primary sortas="b-eximon.bin">eximon.bin</primary>
588 </indexterm>
589 </listitem>
590 </varlistentry>
591
592 </variablelist>
593
594 </sect2>
595
596</sect1>
Note: See TracBrowser for help on using the repository browser.