source: server/mail/postfix.xml

trunk
Last change on this file was 69e86505, checked in by Thomas Trepl <thomas@…>, 6 weeks ago

Upgrade postfix-3.9.0

  • Property mode set to 100644
File size: 25.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 <!-- editors: upstream postfix is ftp only, some of the mirrors offer
8 https - http://www.porcupine.org/mirmon/postfix-source.html lists the
9 mirror status, some of the mirrors shown as http are actually https -->
10 <!ENTITY postfix-download-http "https://ghostarchive.org/postfix/postfix-release/official/postfix-&postfix-version;.tar.gz">
11 <!ENTITY postfix-download-ftp " ">
12 <!ENTITY postfix-md5sum "3eda9b945ed6cdf11ef58a731c574a04">
13 <!ENTITY postfix-size "4.7 MB">
14 <!ENTITY postfix-buildsize "208 MB">
15 <!ENTITY postfix-time "0.1 SBU (Using parallelism=4)">
16]>
17
18<sect1 id="postfix" xreflabel="Postfix-&postfix-version;">
19 <?dbhtml filename="postfix.html"?>
20
21
22 <title>Postfix-&postfix-version;</title>
23
24 <indexterm zone="postfix">
25 <primary sortas="a-Postfix">Postfix</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Postfix</title>
30
31 <para>
32 The <application>Postfix</application> package contains a Mail Transport
33 Agent (MTA). This is useful for sending email to other users of your host
34 machine. It can also be configured to be a central mail server for your
35 domain, a mail relay agent or simply a mail delivery agent to your local
36 Internet Service Provider.
37 </para>
38
39 &lfs121_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&postfix-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&postfix-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &postfix-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &postfix-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &postfix-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &postfix-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74<!--
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/postfix-&postfix-version;-glibc230_fix-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84-->
85 <bridgehead renderas="sect3">Postfix Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="cyrus-sasl"/>,
90 <xref linkend="libnsl"/>, and
91 <xref linkend="lmdb"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="icu"/> for Email Address Internationalization (SMTPUTF8) support,
97 <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
98 <xref linkend="openldap"/>,
99 <xref linkend="pcre2"/>,
100 <xref linkend="postgresql"/>,
101 <xref linkend="sqlite"/>,
102 &berkeley-db;, and
103 <ulink url="https://cr.yp.to/cdb.html">CDB</ulink> or
104 <ulink url="https://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink>
105 </para>
106
107 <para>
108 Note that <application>SQLite</application>,
109 <application>MySQL</application>, <application>PostgreSQL</application>
110 and <application>CDB</application> are only useful if there is a known
111 need for them.
112 </para>
113
114 <para condition="html" role="usernotes">
115 Editor Notes: <ulink url="&blfs-wiki;/postfix"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Postfix</title>
121
122 <sect3>
123 <title>Adding Users and Groups</title>
124
125 <para>
126 Before you compile the program, you need to create users and groups that
127 will be expected to be in place during the installation. Add the users
128 and groups with the following commands issued by the
129 <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>groupadd -g 32 postfix &amp;&amp;
133groupadd -g 33 postdrop &amp;&amp;
134useradd -c "Postfix Daemon User" -d /var/spool/postfix -g postfix \
135 -s /bin/false -u 32 postfix &amp;&amp;
136chown -v postfix:postfix /var/mail</userinput></screen>
137 </sect3>
138
139 <sect3>
140 <title>Configuring the Build</title>
141
142 <para>
143 The README files are formatted to be read with a pager like
144 <application>less</application> or <application>more</application>.
145 If you want to use a text editor, make them legible with the
146 following sed:
147 </para>
148
149<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
150
151 <para>
152 The <application>Postfix</application> source tree does not contain a
153 <filename>configure</filename> script, rather the makefile in the
154 top-level directory contains a <option>makefiles</option> target that
155 regenerates all the other makefiles in the build tree. If you wish to
156 use additional software such as a database back-end for virtual users,
157 or TLS/SSL authentication, you will need to regenerate the makefiles
158 using one or more of the appropriate <envar>CCARGS</envar> and
159 <envar>AUXLIBS</envar> settings listed below.
160 </para>
161
162 <note>
163 <para>
164 For all variants of the CCARGS you should ensure that -DNO_NIS is
165 specified so that the build does not attempt to access an rpcsvc
166 header which do not exist in BLFS. If &berkeley-db; is
167 not installed, -DNO_DB needs to be specified as well.
168 </para>
169 </note>
170
171 <para>
172 For more details read the readme files.
173 </para>
174
175 <para>
176 Initialize the <envar>CCARGS</envar> and <envar>AUXLIBS</envar>
177 according to the note above:
178 </para>
179
180<screen><userinput>CCARGS="-DNO_NIS -DNO_DB"
181AUXLIBS=""</userinput></screen>
182
183 <para>
184 Next, the <envar>CCARGS</envar> and the <envar>AUXLIBS</envar>
185 variables are filled with settings depending on the actual
186 system configuration. If an optional package is installed but
187 should <emphasis>not</emphasis> be included in the
188 <application>Postfix</application> build, simply skip the
189 corresponding <code>if [ ... ]; then</code> scriptlets.
190 </para>
191
192 <sect4>
193 <title>Cyrus-SASL</title>
194
195 <para>
196 To use <application>Cyrus-SASL</application> with
197 <application>Postfix</application>, use the following arguments:
198 </para>
199
200<screen><userinput>if [ -r /usr/lib/libsasl2.so ]; then
201 CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl"
202 AUXLIBS="$AUXLIBS -lsasl2"
203fi</userinput></screen>
204 </sect4>
205
206 <sect4>
207 <title>LMDB</title>
208 <para>
209 To use <application>LMDB</application> with
210 <application>Postfix</application>, use the following arguments:
211 </para>
212
213<screen><userinput>if [ -r /usr/lib/liblmdb.so ]; then
214 CCARGS="$CCARGS -DHAS_LMDB"
215 AUXLIBS="$AUXLIBS -llmdb"
216fi</userinput></screen>
217 </sect4>
218
219 <sect4>
220 <title>OpenLDAP</title>
221
222 <para>
223 To use <application>OpenLDAP</application> with
224 <application>Postfix</application>, use the following arguments:
225 </para>
226
227<screen><userinput>if [ -r /usr/lib/libldap.so -a -r /usr/lib/liblber.so ]; then
228 CCARGS="$CCARGS -DHAS_LDAP"
229 AUXLIBS="$AUXLIBS -lldap -llber"
230fi</userinput></screen>
231
232 </sect4>
233
234 <sect4>
235 <title>Sqlite</title>
236
237 <para>
238 To use <application>Sqlite</application> with
239 <application>Postfix</application>, use the following arguments:
240 </para>
241
242<screen><userinput>if [ -r /usr/lib/libsqlite3.so ]; then
243 CCARGS="$CCARGS -DHAS_SQLITE"
244 AUXLIBS="$AUXLIBS -lsqlite3 -lpthread"
245fi</userinput></screen>
246
247 </sect4>
248
249 <sect4>
250 <title>MySQL</title>
251
252 <para>
253 To use <application>MySQL</application> with
254 <application>Postfix</application>, use the following arguments:
255 </para>
256
257<screen><userinput>if [ -r /usr/lib/libmysqlclient.so ]; then
258 CCARGS="$CCARGS -DHAS_MYSQL -I/usr/include/mysql"
259 AUXLIBS="$AUXLIBS -lmysqlclient -lz -lm"
260fi</userinput></screen>
261
262 </sect4>
263
264 <sect4>
265 <title>PostgreSQL</title>
266
267 <para>
268 To use <application>PostgreSQL</application> with
269 <application>Postfix</application>, use the following arguments:
270 </para>
271
272<screen><userinput>if [ -r /usr/lib/libpq.so ]; then
273 CCARGS="$CCARGS -DHAS_PGSQL -I/usr/include/postgresql"
274 AUXLIBS="$AUXLIBS -lpq -lz -lm"
275fi</userinput></screen>
276
277 </sect4>
278
279 <sect4>
280 <title>CDB/TinyCDB</title>
281
282 <para>
283 To use <application>CDB</application> or
284 <application>TinyCDB</application> with
285 <application>Postfix</application>, use the following arguments:
286 </para>
287
288<screen><literal>if [ -r <replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a ]; then
289 CCARGS="$CCARGS -DHAS_CDB"
290 AUXLIBS="$AUXLIBS <replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a"
291fi</literal></screen>
292
293 </sect4>
294
295 <sect4>
296 <title>StartTLS Authentication</title>
297
298 <para>
299 To use <application>OpenSSL</application> with
300 <application>Postfix</application>, use the following arguments:
301 </para>
302
303<screen><userinput>if [ -r /usr/lib/libssl.so -a -r /usr/lib/libcrypto.so ]; then
304 CCARGS="$CCARGS -DUSE_TLS -I/usr/include/openssl/"
305 AUXLIBS="$AUXLIBS -lssl -lcrypto"
306fi</userinput></screen>
307 <para>
308 <application>OpenSSL</application> is installed by LFS so it
309 should be always there. The <code>if ... then</code> is here
310 just for consistency.
311 </para>
312 </sect4>
313
314 </sect3>
315
316 <sect3>
317 <title>Installing Postfix</title>
318
319 <para>
320 There might be duplicate settings in <envar>AUXLIBS</envar>
321 like <code>-lm</code> when both, <application>MariaDB</application>
322 and <application>PostgreSQL</application> are used. They do
323 not harm. Install <application>Postfix</application> by
324 running the following commands:
325 </para>
326
327<screen><userinput>make CCARGS="$CCARGS" AUXLIBS="$AUXLIBS" makefiles &amp;&amp;
328make</userinput></screen>
329
330 <!-- There is a test suite, but it fails a lot. It seems to need
331 the host to be specifically setup for the tests.
332 Run with `make tests' and `make root_tests' -->
333 <para>
334 This package does not come with a useful test suite.
335 </para>
336
337 <para>
338 Now, as the <systemitem class="username">root</systemitem> user:
339 </para>
340
341<!-- dev note: sh postfix-install -non-interactive install_root=<DESTDIR> ... -->
342
343<screen role="root"><userinput>sh postfix-install -non-interactive \
344 daemon_directory=/usr/lib/postfix \
345 manpage_directory=/usr/share/man \
346 html_directory=/usr/share/doc/postfix-&postfix-version;/html \
347 readme_directory=/usr/share/doc/postfix-&postfix-version;/readme</userinput></screen>
348
349 </sect3>
350
351 </sect2>
352
353 <sect2 role="commands">
354 <title>Command Explanations</title>
355
356 <para>
357 <command>make makefiles</command>: This command rebuilds the makefiles
358 throughout the source tree to use the options contained in the
359 <envar>CCARGS</envar> and <envar>AUXLIBS</envar> variables.
360 </para>
361
362 <para>
363 <command>sh postfix-install -non-interactive</command>: This keeps the
364 install script from asking any questions, thereby accepting default
365 destination directories in all but the few cases. If the
366 <option>html_directory</option> and <option>readme_directory</option>
367 options are not set then the documentation will not be installed.
368 </para>
369
370 <para>
371 <option>CCARGS="-DNO_EAI ..."</option>: this will turn off SMTPUTF8
372 support, for example if the rest of your email address infrastructure
373 cannot handle UTF-8 email addresses and message header values.
374 </para>
375
376 </sect2>
377
378 <sect2 role="configuration">
379 <title>Configuring Postfix</title>
380
381 <sect3 id="postfix-config">
382 <title>Config Files</title>
383
384 <para>
385 <filename>/etc/aliases</filename>,
386 <filename>/etc/postfix/main.cf</filename>, and
387 <filename>/etc/postfix/master.cf</filename>
388 </para>
389
390 <indexterm zone="postfix postfix-config">
391 <primary sortas="e-etc-aliases">/etc/aliases</primary>
392 </indexterm>
393
394 <indexterm zone="postfix postfix-config">
395 <primary sortas="e-etc-postfix-star">/etc/postfix/*</primary>
396 </indexterm>
397
398 </sect3>
399
400 <sect3>
401 <title>Configuration Information</title>
402
403 <para>
404 Create (or append to an existing) <filename>/etc/aliases</filename>
405 with the following command. Change
406 <replaceable>&lt;LOGIN&gt;</replaceable> to your non-root login
407 identity so mail addressed to
408 <systemitem class="username">root</systemitem> can be forwarded to you.
409 As the <systemitem class="username">root</systemitem> user:
410 </para>
411
412<screen role="root"><userinput>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"
413<literal># Begin /etc/aliases
414
415MAILER-DAEMON: postmaster
416postmaster: root
417
418root: <replaceable>&lt;LOGIN&gt;</replaceable>
419# End /etc/aliases</literal>
420EOF</userinput></screen>
421
422 <para>
423 To protect an existing <filename>/etc/aliases</filename> file,
424 the above command appends these aliases to it if it exists. This file
425 should be checked and duplicate aliases removed, if present.
426 </para>
427
428 <para>
429 The BLFS editors recommend to use LMDB instead of Berkeley DB for
430 Postfix tables. Add three lines into
431 <filename>/etc/postfix/main.cf</filename> to make
432 <command>postmap</command> encode the lookup tables in the LMDB
433 format by default and to change the default hash setting of the
434 alias tables:
435 </para>
436
437<screen role="root"><userinput>echo 'default_database_type = lmdb' &gt;&gt; /etc/postfix/main.cf &amp;&amp;
438echo 'alias_database = lmdb:/etc/aliases' &gt;&gt; /etc/postfix/main.cf &amp;&amp;
439echo 'alias_maps = lmdb:/etc/aliases' &gt;&gt; /etc/postfix/main.cf</userinput></screen>
440
441 <para>
442 To protect your server against the recent SMTP smuggling attacks,
443 additional steps are required. Add two lines into
444 <filename>/etc/postfix/main.cf</filename> to disconnect remote SMTP
445 clients that send bare newlines in the DATA section, while also
446 allowing clients on your network with non-standard SMTP implementations
447 to still send mail:
448 </para>
449
450<screen role="root"><userinput>echo 'smtpd_forbid_bare_newline = normalize' &gt;&gt; /etc/postfix/main.cf &amp;&amp;
451echo 'smtpd_forbid_bare_newline_exclusions = $mynetworks' &gt;&gt; /etc/postfix/main.cf</userinput></screen>
452
453 <para>
454 Note that if you are following an online tutorial to configure
455 Postfix, the tutorial may refer to a lookup table with
456 <literal>hash:/path/to/lookup_table</literal>. You should replace
457 <literal>hash</literal> with <literal>lmdb</literal> in order to use
458 a lookup table encoded in the LMDB format.
459 </para>
460
461 <note>
462 <para>
463 The <filename>/etc/postfix/main.cf</filename> and
464 <filename>/etc/postfix/master.cf</filename> files must be personalized
465 for your system. The <filename>main.cf</filename> file needs your
466 fully qualified hostname. You will find that
467 <filename>main.cf</filename> is self documenting, so load it into your
468 editor to make the changes you need for your situation.
469 </para>
470 </note>
471
472 <note>
473 <para>
474 <application>Postfix</application> can also be set up to
475 run in a chroot jail. See the file in the source
476 <filename>examples/chroot-setup/LINUX2</filename> for details.
477 </para>
478 </note>
479
480 <para>
481 To ensure that all permissions are set properly, <application>postfix</application>
482 provides a tool which is to be run as the
483 <systemitem class="username">root</systemitem> user:
484 </para>
485
486<screen role="nodump"><userinput>/usr/sbin/postfix -c /etc/postfix set-permissions</userinput></screen>
487
488 <para>
489 If you have an existing configuration, you can run the
490 <command>postfix</command> utility to add any necessary definitions to
491 your existing files. As the
492 <systemitem class="username">root</systemitem> user:
493 </para>
494
495<screen role="nodump"><userinput>/usr/sbin/postfix upgrade-configuration</userinput></screen>
496
497 <para>
498 Before starting <application>Postfix</application>, you should check
499 that your configuration and file permissions will work properly. Run the
500 following commands as the <systemitem class="username">root</systemitem>
501 user to check and start your <application>Postfix</application> server:
502 </para>
503
504<screen role="nodump"><userinput>/usr/sbin/postfix check &amp;&amp;
505/usr/sbin/postfix start</userinput></screen>
506
507 </sect3>
508
509 <sect3 id="postfix-init">
510 <title><phrase revision="sysv">Boot Script</phrase>
511 <phrase revision="systemd">Systemd Unit</phrase></title>
512
513 <para>
514 To automate the running of Postfix at startup, install the
515 <phrase revision="sysv"><filename>/etc/rc.d/init.d/postfix</filename>
516 init script</phrase>
517 <phrase revision="systemd"><filename>postfix.service</filename>
518 unit</phrase> included in the
519 <xref linkend="bootscripts" revision="sysv"/>
520 <xref linkend="systemd-units" revision="systemd"/> package:
521 </para>
522
523 <indexterm zone="postfix postfix-init">
524 <primary sortas="f-postfix">postfix</primary>
525 </indexterm>
526
527<screen role="root"><userinput>make install-postfix</userinput></screen>
528
529 </sect3>
530
531 </sect2>
532
533 <sect2 role="content">
534 <title>Contents</title>
535
536 <segmentedlist>
537 <segtitle>Installed Programs</segtitle>
538 <segtitle>Installed Libraries</segtitle>
539 <segtitle>Installed Directories</segtitle>
540
541 <seglistitem>
542 <seg>
543 mailq (symlink), newaliases (symlink), postalias, postcat, postconf,
544 postdrop, postfix, postkick, postlock, postlog, postmap, postmulti,
545 postqueue, postsuper, and sendmail
546 </seg>
547 <seg>
548 None
549 </seg>
550 <seg>
551 /{etc,usr/lib}/postfix,
552 /usr/share/doc/postfix-&postfix-version; and
553 /var/{lib,spool}/postfix
554 </seg>
555 </seglistitem>
556 </segmentedlist>
557
558 <variablelist>
559 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
560 <?dbfo list-presentation="list"?>
561 <?dbhtml list-presentation="table"?>
562
563 <varlistentry id="mailq">
564 <term><command>mailq</command></term>
565 <listitem>
566 <para>
567 A symlink to <filename>sendmail</filename>
568 </para>
569 <indexterm zone="postfix mailq">
570 <primary sortas="b-mailq">mailq</primary>
571 </indexterm>
572 </listitem>
573 </varlistentry>
574
575 <varlistentry id="newaliases">
576 <term><command>newaliases</command></term>
577 <listitem>
578 <para>
579 A symlink to <filename>sendmail</filename>
580 </para>
581 <indexterm zone="postfix newaliases">
582 <primary sortas="b-newaliases">newaliases</primary>
583 </indexterm>
584 </listitem>
585 </varlistentry>
586
587 <varlistentry id="postalias">
588 <term><command>postalias</command></term>
589 <listitem>
590 <para>
591 is a utility for <application>Postfix</application> alias database
592 maintenance
593 </para>
594 <indexterm zone="postfix postalias">
595 <primary sortas="b-postalias">postalias</primary>
596 </indexterm>
597 </listitem>
598 </varlistentry>
599
600 <varlistentry id="postcat">
601 <term><command>postcat</command></term>
602 <listitem>
603 <para>
604 Prints the contents of files from the
605 <application>Postfix</application> queue in human readable format
606 </para>
607 <indexterm zone="postfix postcat">
608 <primary sortas="b-postcat">postcat</primary>
609 </indexterm>
610 </listitem>
611 </varlistentry>
612
613 <varlistentry id="postconf">
614 <term><command>postconf</command></term>
615 <listitem>
616 <para>
617 Displays or changes the value of
618 <application>Postfix</application> configuration parameters
619 </para>
620 <indexterm zone="postfix postconf">
621 <primary sortas="b-postconf">postconf</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
625
626 <varlistentry id="postdrop">
627 <term><command>postdrop</command></term>
628 <listitem>
629 <para>
630 Creates a file in the maildrop directory and copies its standard
631 input to the file
632 </para>
633 <indexterm zone="postfix postdrop">
634 <primary sortas="b-postdrop">postdrop</primary>
635 </indexterm>
636 </listitem>
637 </varlistentry>
638
639 <varlistentry id="postfix-bin">
640 <term><command>postfix</command></term>
641 <listitem>
642 <para>
643 is the <application>Postfix</application> control program
644 </para>
645 <indexterm zone="postfix postfix-bin">
646 <primary sortas="b-postfix">postfix</primary>
647 </indexterm>
648 </listitem>
649 </varlistentry>
650
651 <varlistentry id="postkick">
652 <term><command>postkick</command></term>
653 <listitem>
654 <para>
655 Sends requests to the specified service over a local transport
656 channel
657 </para>
658 <indexterm zone="postfix postkick">
659 <primary sortas="b-postkick">postkick</primary>
660 </indexterm>
661 </listitem>
662 </varlistentry>
663
664 <varlistentry id="postlock">
665 <term><command>postlock</command></term>
666 <listitem>
667 <para>
668 Locks a mail folder for exclusive use, and executes commands passed
669 to it
670 </para>
671 <indexterm zone="postfix postlock">
672 <primary sortas="b-postlock">postlock</primary>
673 </indexterm>
674 </listitem>
675 </varlistentry>
676
677 <varlistentry id="postlog">
678 <term><command>postlog</command></term>
679 <listitem>
680 <para>
681 A <application>Postfix</application>-compatible logging interface
682 for use in, for example, shell scripts
683 </para>
684 <indexterm zone="postfix postlog">
685 <primary sortas="b-postlog">postlog</primary>
686 </indexterm>
687 </listitem>
688 </varlistentry>
689
690 <varlistentry id="postmap">
691 <term><command>postmap</command></term>
692 <listitem>
693 <para>
694 Creates or queries one or more Postfix lookup tables, or updates an
695 existing one
696 </para>
697 <indexterm zone="postfix postmap">
698 <primary sortas="b-postmap">postmap</primary>
699 </indexterm>
700 </listitem>
701 </varlistentry>
702
703 <varlistentry id="postmulti">
704 <term><command>postmulti</command></term>
705 <listitem>
706 <para>
707 is the <application>Postfix</application> multi-instance manager.
708 It allows a system administrator to manage multiple
709 <application>Postfix</application> instances on a single host
710 </para>
711 <indexterm zone="postfix postmulti">
712 <primary sortas="b-postmulti">postmulti</primary>
713 </indexterm>
714 </listitem>
715 </varlistentry>
716
717 <varlistentry id="postqueue">
718 <term><command>postqueue</command></term>
719 <listitem>
720 <para>
721 The <application>Postfix</application> user interface for
722 queue management
723 </para>
724 <indexterm zone="postfix postqueue">
725 <primary sortas="b-postqueue">postqueue</primary>
726 </indexterm>
727 </listitem>
728 </varlistentry>
729
730 <varlistentry id="postsuper">
731 <term><command>postsuper</command></term>
732 <listitem>
733 <para>
734 The <application>Postfix</application> user interface for
735 superuser queue management
736 </para>
737 <indexterm zone="postfix postsuper">
738 <primary sortas="b-postsuper">postsuper</primary>
739 </indexterm>
740 </listitem>
741 </varlistentry>
742
743 <varlistentry id="sendmail-postfix">
744 <term><command>sendmail</command></term>
745 <listitem>
746 <para>
747 is the <application>Postfix</application> to
748 <application>Sendmail</application> compatibility interface
749 </para>
750 <indexterm zone="postfix sendmail-postfix">
751 <primary sortas="b-sendmail">sendmail</primary>
752 </indexterm>
753 </listitem>
754 </varlistentry>
755
756 </variablelist>
757
758 </sect2>
759
760</sect1>
Note: See TracBrowser for help on using the repository browser.