source: server/mail/postfix.xml@ 188b512

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 188b512 was 188b512, checked in by Thomas Trepl <thomas@…>, 6 years ago

Upgrade postfix-3.3.0, dhcp-4.4.1

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

  • Property mode set to 100644
File size: 20.6 KB
RevLine 
[0931098]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[0931098]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0911065]7 <!ENTITY postfix-download-http " ">
[0e5eac44]8 <!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
[188b512]9 <!ENTITY postfix-md5sum "26529f3fdb668482176355e90a546a11">
[0e5eac44]10 <!ENTITY postfix-size "4.2 MB">
[b8bc70d]11 <!ENTITY postfix-buildsize "182 MB">
12 <!ENTITY postfix-time "0.5 SBU">
[0931098]13]>
14
[547df0bc]15<sect1 id="postfix" xreflabel="Postfix-&postfix-version;">
[417f9e7]16 <?dbhtml filename="postfix.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Postfix-&postfix-version;</title>
24
25 <indexterm zone="postfix">
26 <primary sortas="a-Postfix">Postfix</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Postfix</title>
31
[2605bb1]32 <para>
33 The <application>Postfix</application> package contains a Mail Transport
34 Agent (MTA). This is useful for sending email to other users of your host
35 machine. It can also be configured to be a central mail server for your
36 domain, a mail relay agent or simply a mail delivery agent to your local
37 Internet Service Provider.
38 </para>
[417f9e7]39
[6d2249e]40 &lfs82_checked;
[438c11ab]41
[417f9e7]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[2605bb1]45 <para>
46 Download (HTTP): <ulink url="&postfix-download-http;"/>
47 </para>
[417f9e7]48 </listitem>
49 <listitem>
[2605bb1]50 <para>
51 Download (FTP): <ulink url="&postfix-download-ftp;"/>
52 </para>
[417f9e7]53 </listitem>
54 <listitem>
[2605bb1]55 <para>
56 Download MD5 sum: &postfix-md5sum;
57 </para>
[417f9e7]58 </listitem>
59 <listitem>
[2605bb1]60 <para>
61 Download size: &postfix-size;
62 </para>
[417f9e7]63 </listitem>
64 <listitem>
[2605bb1]65 <para>
66 Estimated disk space required: &postfix-buildsize;
67 </para>
[417f9e7]68 </listitem>
69 <listitem>
[2605bb1]70 <para>
71 Estimated build time: &postfix-time;
72 </para>
[417f9e7]73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Postfix Dependencies</bridgehead>
77
[58f0b91]78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
[a6d67b9]80 <xref linkend="db"/>,
[94b42903]81 <xref linkend="cyrus-sasl"/>, and
82 <xref linkend="libnsl"/>
[58f0b91]83 </para>
84
[417f9e7]85 <bridgehead renderas="sect4">Optional</bridgehead>
[438c11ab]86 <para role="optional">
[d9321c0]87 <xref linkend="icu"/> for Email Address Internationalization (SMTPUTF8) support,
[5e0662d]88 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
[58f0b91]89 <xref linkend="openldap"/>,
90 <xref linkend="pcre"/>,
91 <xref linkend="postgresql"/>,
[10405e6]92 <xref linkend="sqlite"/>, and
[58f0b91]93 <ulink url="http://cr.yp.to/cdb.html">CDB</ulink> or
[438c11ab]94 <ulink url="http://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink>
95 </para>
96
[2605bb1]97 <para>
[58f0b91]98 Note that <application>SQLite</application>,
99 <application>MySQL</application>, <application>PostgreSQL</application>
100 and <application>CDB</application> are only useful if there is a known
[2605bb1]101 need for them.
102 </para>
[3cb0c57]103
[2605bb1]104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/postfix"/>
106 </para>
[417f9e7]107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Postfix</title>
111
[2605bb1]112 <sect3>
113 <title>Adding Users and Groups</title>
[58f0b91]114
[2605bb1]115 <para>
116 Before you compile the program, you need to create users and groups that
117 will be expected to be in place during the installation. Add the users
118 and groups with the following commands issued by the
119 <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>groupadd -g 32 postfix &amp;&amp;
123groupadd -g 33 postdrop &amp;&amp;
[58f0b91]124useradd -c "Postfix Daemon User" -d /var/spool/postfix -g postfix \
125 -s /bin/false -u 32 postfix &amp;&amp;
[2605bb1]126chown -v postfix:postfix /var/mail</userinput></screen>
127 </sect3>
128
[417f9e7]129 <sect3>
130 <title>Configuring the Build</title>
131
[2605bb1]132 <para>
133 The README files are formatted to be read with a pager like
134 <application>Less</application> or <application>More</application>.
[b400d26]135 If you want to use a text editor, make them legible with the
136 following sed:
[2605bb1]137 </para>
138
139<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
140
141 <para>
142 The <application>Postfix</application> source tree does not contain a
143 <filename>configure</filename> script, rather the makefile in the
144 top-level directory contains a <option>makefiles</option> target that
145 regenerates all the other makefiles in the build tree. If you wish to
146 use additional software such as a database back-end for virtual users,
147 or TLS/SSL authentication, you will need to regenerate the makefiles
148 using one or more of the appropriate <envar>CCARGS</envar> and
149 <envar>AUXLIBS</envar> settings listed below.
150 </para>
151
152 <para>
153 For more details read the readme files.
154 </para>
155
[417f9e7]156 <sect4>
157 <title>Cyrus-SASL</title>
[3bfd1d6]158
[2605bb1]159 <para>
160 To use <application>Cyrus-SASL</application> with
161 <application>Postfix</application>, use the following arguments:
162 </para>
[3bfd1d6]163
[07abc5b]164<screen><literal>CCARGS='-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl'
[438c11ab]165AUXLIBS='-lsasl2'</literal></screen>
[58f0b91]166
[417f9e7]167 </sect4>
[3bfd1d6]168
[417f9e7]169 <sect4>
170 <title>OpenLDAP</title>
[3bfd1d6]171
[2605bb1]172 <para>
173 To use <application>OpenLDAP</application> with
174 <application>Postfix</application>, use the following arguments:
175 </para>
[3bfd1d6]176
[438c11ab]177<screen><literal>CCARGS='-DHAS_LDAP'
178AUXLIBS='-lldap -llber'</literal></screen>
[58f0b91]179
[2605bb1]180 </sect4>
181
182 <sect4>
183 <title>Sqlite</title>
184
185 <para>
186 To use <application>Sqlite</application> with
187 <application>Postfix</application>, use the following arguments:
188 </para>
[3bfd1d6]189
[2605bb1]190<screen><literal>CCARGS='-DHAS_SQLITE'
191AUXLIBS='-lsqlite3 -lpthread'</literal></screen>
[58f0b91]192
[417f9e7]193 </sect4>
[3bfd1d6]194
[417f9e7]195 <sect4>
196 <title>MySQL</title>
[0931098]197
[2605bb1]198 <para>
199 To use <application>MySQL</application> with
200 <application>Postfix</application>, use the following arguments:
201 </para>
[417f9e7]202
[5690030]203<screen><literal>CCARGS='-DHAS_MYSQL -I/usr/include/mysql'
[438c11ab]204AUXLIBS='-lmysqlclient -lz -lm'</literal></screen>
[58f0b91]205
[417f9e7]206 </sect4>
207
208 <sect4>
209 <title>PostgreSQL</title>
210
[2605bb1]211 <para>
212 To use <application>PostgreSQL</application> with
213 <application>Postfix</application>, use the following arguments:
214 </para>
[417f9e7]215
[5690030]216<screen><literal>CCARGS='-DHAS_PGSQL -I/usr/include/postgresql'
[438c11ab]217AUXLIBS='-lpq -lz -lm'</literal></screen>
[58f0b91]218
[417f9e7]219 </sect4>
220
[daeea03]221 <sect4>
[45cd2f9]222 <title>CDB/TinyCDB</title>
[daeea03]223
[2605bb1]224 <para>
225 To use <application>CDB</application> or
226 <application>TinyCDB</application> with
227 <application>Postfix</application>, use the following arguments:
228 </para>
[daeea03]229
[bccbdaea]230<screen><literal>CCARGS='-DHAS_CDB'
[410e228b]231AUXLIBS='<replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a'</literal></screen>
[58f0b91]232
[45cd2f9]233 </sect4>
234
235 <sect4>
236 <title>StartTLS Authentication</title>
237
[2605bb1]238 <para>
239 To use <application>OpenSSL</application> with
240 <application>Postfix</application>, use the following arguments:
241 </para>
[45cd2f9]242
243<screen><literal>CCARGS='-DUSE_TLS -I/usr/include/openssl/'
[438c11ab]244AUXLIBS='-lssl -lcrypto'</literal></screen>
[daeea03]245 </sect4>
[58f0b91]246
[417f9e7]247 </sect3>
248
249 <sect3>
250 <title>Installing Postfix</title>
251
[2605bb1]252 <para>
[58f0b91]253 If you have <application>Cyrus SASL</application> and
254 <application>OpenSSL</application> installed, install
[2605bb1]255 <application>Postfix</application> by running the following commands:
256 </para>
[438c11ab]257
[df9fb20]258<screen><userinput>make CCARGS="-DUSE_TLS -I/usr/include/openssl/ \
[58f0b91]259 -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" \
260 AUXLIBS="-lssl -lcrypto -lsasl2" \
[bab9d8e7]261 makefiles &amp;&amp;
[2605bb1]262make</userinput></screen>
[0dfb754]263
[cef276c]264 <!-- There is a testsuite, but it fails a lot. It seems to need
265 the host to be specifically setup for the tests.
266 Run with `make tests' and `make root_tests' -->
[2605bb1]267 <para>
268 This package does not come with a useful test suite.
269 </para>
[0dfb754]270
[2605bb1]271 <para>
272 Now, as the <systemitem class="username">root</systemitem> user:
273 </para>
[417f9e7]274
[c9652d2]275<!-- dev note: sh postfix-install -non-interactive install_root=<DESTDIR> ... -->
[2e8afa9]276
[2605bb1]277<screen role="root"><userinput>sh postfix-install -non-interactive \
[58f0b91]278 daemon_directory=/usr/lib/postfix \
279 manpage_directory=/usr/share/man \
280 html_directory=/usr/share/doc/postfix-&postfix-version;/html \
281 readme_directory=/usr/share/doc/postfix-&postfix-version;/readme</userinput></screen>
282
[417f9e7]283 </sect3>
[58f0b91]284
[417f9e7]285 </sect2>
[0931098]286
[417f9e7]287 <sect2 role="commands">
288 <title>Command Explanations</title>
[0931098]289
[2605bb1]290 <para>
291 <command>make makefiles</command>: This command rebuilds the makefiles
292 throughout the source tree to use the options contained in the
293 <envar>CCARGS</envar> and <envar>AUXLIBS</envar> variables.
294 </para>
[8568fa6]295
[2605bb1]296 <para>
297 <command>sh postfix-install -non-interactive</command>: This keeps the
298 install script from asking any questions, thereby accepting default
299 destination directories in all but the few cases. If the
300 <option>html_directory</option> and <option>readme_directory</option>
301 options are not set then the documentation will not be installed.
302 </para>
[58f0b91]303
[d9321c0]304 <para>
305 <option>CCARGS="-DNO_EAI ..."</option>: this will turn off SMTPUTF8
306 support, for example if the rest of your email address infrastructure
307 cannot handle UTF-8 email addresses and message header values.
308 </para>
309
[417f9e7]310 </sect2>
[0931098]311
[417f9e7]312 <sect2 role="configuration">
313 <title>Configuring Postfix</title>
[0931098]314
[417f9e7]315 <sect3 id="postfix-config">
316 <title>Config Files</title>
[0931098]317
[2605bb1]318 <para>
319 <filename>/etc/aliases</filename>,
320 <filename>/etc/postfix/main.cf</filename>, and
321 <filename>/etc/postfix/master.cf</filename>
322 </para>
[6c703f15]323
[417f9e7]324 <indexterm zone="postfix postfix-config">
325 <primary sortas="e-etc-aliases">/etc/aliases</primary>
326 </indexterm>
[0931098]327
[417f9e7]328 <indexterm zone="postfix postfix-config">
329 <primary sortas="e-etc-postfix-star">/etc/postfix/*</primary>
330 </indexterm>
331
332 </sect3>
333
334 <sect3>
335 <title>Configuration Information</title>
336
[2605bb1]337 <para>
338 Create (or append to an existing) <filename>/etc/aliases</filename>
339 with the following command. Change
340 <replaceable>&lt;LOGIN&gt;</replaceable> for your non-root login
341 identity so mail addressed to
342 <systemitem class="username">root</systemitem> can be forwarded to you.
343 As the <systemitem class="username">root</systemitem> user:
344 </para>
345
[417f9e7]346<screen role="root"><userinput>cat &gt;&gt; /etc/aliases &lt;&lt; "EOF"
347<literal># Begin /etc/aliases
[0931098]348
349MAILER-DAEMON: postmaster
350postmaster: root
351
[2605bb1]352root: <replaceable>&lt;LOGIN&gt;</replaceable>
[417f9e7]353# End /etc/aliases</literal>
354EOF</userinput></screen>
355
[2605bb1]356 <para>
357 To protect an existing <filename>/etc/aliases</filename> file,
[417f9e7]358 the above command appends these aliases to it if it exists. This file
[2605bb1]359 should be checked and duplicate aliases removed, if present.
360 </para>
361
362 <note>
363 <para>
364 The <filename>/etc/postfix/main.cf</filename> and
365 <filename>/etc/postfix/master.cf</filename> files must be personalized
366 for your system. The <filename>main.cf</filename> file needs your
367 fully qualified hostname. You will find that
368 <filename>main.cf</filename> is self documenting, so load it into your
369 editor to make the changes you need for your situation.
370 </para>
[417f9e7]371 </note>
372
[58f0b91]373 <note>
374 <para>
375 <application>Postfix</application> can also be set up to
[0d7900a]376 run in a chroot jail. See the file in the source
[58f0b91]377 <filename>examples/chroot-setup/LINUX2</filename> for details.
378 </para>
379 </note>
[3df190fb]380
[2605bb1]381 <para>
382 If you have an existing configuration, you can run the
383 <command>postfix</command> utility to add any necessary definitions to
384 your existing files. As the
385 <systemitem class="username">root</systemitem> user:
386 </para>
[cef276c]387
388<screen role="root"><userinput>/usr/sbin/postfix upgrade-configuration</userinput></screen>
389
[2605bb1]390 <para>
391 Before starting <application>Postfix</application>, you should check
392 that your configuration and file permissions will work properly. Run the
393 following commands as the <systemitem class="username">root</systemitem>
394 user to check and start your <application>Postfix</application> server:
395 </para>
[cef276c]396
397<screen role="root"><userinput>/usr/sbin/postfix check &amp;&amp;
[417f9e7]398/usr/sbin/postfix start</userinput></screen>
[58f0b91]399
[417f9e7]400 </sect3>
401
402 <sect3 id="postfix-init">
[1258125]403 <title><phrase revision="sysv">Boot Script</phrase>
404 <phrase revision="systemd">Systemd Unit</phrase></title>
[417f9e7]405
[2605bb1]406 <para>
407 To automate the running of Postfix at startup, install the
[1258125]408 <phrase revision="sysv"><filename>/etc/rc.d/init.d/postfix</filename>
409 init script</phrase>
410 <phrase revision="systemd"><filename>postfix.service</filename>
411 unit</phrase> included in the
412 <xref linkend="bootscripts" revision="sysv"/>
[3c7bd00]413 <xref linkend="systemd-units" revision="systemd"/> package.
[2605bb1]414 </para>
[417f9e7]415
416 <indexterm zone="postfix postfix-init">
417 <primary sortas="f-postfix">postfix</primary>
418 </indexterm>
419
420<screen role="root"><userinput>make install-postfix</userinput></screen>
[58f0b91]421
[417f9e7]422 </sect3>
[58f0b91]423
[417f9e7]424 </sect2>
425
426 <sect2 role="content">
427 <title>Contents</title>
428
429 <segmentedlist>
430 <segtitle>Installed Programs</segtitle>
[58f0b91]431 <segtitle>Installed Libraries</segtitle>
[417f9e7]432 <segtitle>Installed Directories</segtitle>
433
434 <seglistitem>
[2605bb1]435 <seg>
[f13b771]436 mailq (symlink), newaliases (symlink), postalias, postcat, postconf,
437 postdrop, postfix, postkick, postlock, postlog, postmap, postmulti,
438 postqueue, postsuper, and sendmail
[58f0b91]439 </seg>
440 <seg>
441 None
[2605bb1]442 </seg>
443 <seg>
[0a76c13]444 /{etc,usr/lib}/postfix,
445 /usr/share/doc/postfix-&postfix-version; and
446 /var/{lib,spool}/postfix
[2605bb1]447 </seg>
[417f9e7]448 </seglistitem>
449 </segmentedlist>
450
451 <variablelist>
452 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
453 <?dbfo list-presentation="list"?>
454 <?dbhtml list-presentation="table"?>
455
456 <varlistentry id="mailq">
457 <term><command>mailq</command></term>
458 <listitem>
[2605bb1]459 <para>
460 A symlink to <filename>sendmail</filename>.
461 </para>
[417f9e7]462 <indexterm zone="postfix mailq">
463 <primary sortas="b-mailq">mailq</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
467
468 <varlistentry id="newaliases">
469 <term><command>newaliases</command></term>
470 <listitem>
[2605bb1]471 <para>
472 A symlink to <filename>sendmail</filename>.
473 </para>
[417f9e7]474 <indexterm zone="postfix newaliases">
475 <primary sortas="b-newaliases">newaliases</primary>
476 </indexterm>
477 </listitem>
478 </varlistentry>
479
[2e8afa9]480 <varlistentry id="postalias">
481 <term><command>postalias</command></term>
[417f9e7]482 <listitem>
[2605bb1]483 <para>
484 is a utility for <application>Postfix</application> alias database
485 maintenance
486 </para>
[2e8afa9]487 <indexterm zone="postfix postalias">
488 <primary sortas="b-postalias">postalias</primary>
[417f9e7]489 </indexterm>
490 </listitem>
491 </varlistentry>
492
493 <varlistentry id="postcat">
494 <term><command>postcat</command></term>
495 <listitem>
[2605bb1]496 <para>
497 Prints the contents of files from the
498 <application>Postfix</application> queue in human readable format.
499 </para>
[417f9e7]500 <indexterm zone="postfix postcat">
501 <primary sortas="b-postcat">postcat</primary>
502 </indexterm>
503 </listitem>
504 </varlistentry>
505
506 <varlistentry id="postconf">
507 <term><command>postconf</command></term>
508 <listitem>
[2605bb1]509 <para>
510 Displays or changes the value of
511 <application>Postfix</application> configuration parameters.
512 </para>
[417f9e7]513 <indexterm zone="postfix postconf">
514 <primary sortas="b-postconf">postconf</primary>
515 </indexterm>
516 </listitem>
517 </varlistentry>
518
519 <varlistentry id="postdrop">
520 <term><command>postdrop</command></term>
521 <listitem>
[2605bb1]522 <para>
523 Creates a file in the maildrop directory and copies its standard
524 input to the file.
525 </para>
[417f9e7]526 <indexterm zone="postfix postdrop">
527 <primary sortas="b-postdrop">postdrop</primary>
528 </indexterm>
529 </listitem>
530 </varlistentry>
531
532 <varlistentry id="postfix-bin">
533 <term><command>postfix</command></term>
534 <listitem>
[2605bb1]535 <para>
536 is the <application>Postfix</application> control program.
537 </para>
[417f9e7]538 <indexterm zone="postfix postfix-bin">
539 <primary sortas="b-postfix">postfix</primary>
540 </indexterm>
541 </listitem>
542 </varlistentry>
543
544 <varlistentry id="postkick">
545 <term><command>postkick</command></term>
546 <listitem>
[2605bb1]547 <para>
548 Sends requests to the specified service over a local transport
549 channel.
550 </para>
[417f9e7]551 <indexterm zone="postfix postkick">
552 <primary sortas="b-postkick">postkick</primary>
553 </indexterm>
554 </listitem>
555 </varlistentry>
556
557 <varlistentry id="postlock">
558 <term><command>postlock</command></term>
559 <listitem>
[2605bb1]560 <para>
561 Locks a mail folder for exclusive use, and executes commands passed
562 to it.
563 </para>
[417f9e7]564 <indexterm zone="postfix postlock">
565 <primary sortas="b-postlock">postlock</primary>
566 </indexterm>
567 </listitem>
568 </varlistentry>
569
570 <varlistentry id="postlog">
571 <term><command>postlog</command></term>
572 <listitem>
[2605bb1]573 <para>
574 A <application>Postfix</application>-compatible logging interface
575 for use in, for example, shell scripts.
576 </para>
[417f9e7]577 <indexterm zone="postfix postlog">
578 <primary sortas="b-postlog">postlog</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582
583 <varlistentry id="postmap">
584 <term><command>postmap</command></term>
585 <listitem>
[2605bb1]586 <para>
587 Creates or queries one or more Postfix lookup tables, or updates an
588 existing one.
589 </para>
[417f9e7]590 <indexterm zone="postfix postmap">
591 <primary sortas="b-postmap">postmap</primary>
592 </indexterm>
593 </listitem>
594 </varlistentry>
595
[2605bb1]596 <varlistentry id="postmulti">
597 <term><command>postmulti</command></term>
598 <listitem>
599 <para>
600 is the <application>Postfix</application> multi-instance manager.
601 It allows a system administrator to manage multiple
602 <application>Postfix</application> instances on a single host.
603 </para>
604 <indexterm zone="postfix postmulti">
605 <primary sortas="b-postmulti">postmulti</primary>
606 </indexterm>
607 </listitem>
608 </varlistentry>
609
[417f9e7]610 <varlistentry id="postqueue">
611 <term><command>postqueue</command></term>
612 <listitem>
[2605bb1]613 <para>
[58f0b91]614 The <application>Postfix</application> user interface for
615 queue management.
616 </para>
[417f9e7]617 <indexterm zone="postfix postqueue">
618 <primary sortas="b-postqueue">postqueue</primary>
619 </indexterm>
620 </listitem>
621 </varlistentry>
622
623 <varlistentry id="postsuper">
624 <term><command>postsuper</command></term>
625 <listitem>
[2605bb1]626 <para>
[58f0b91]627 The <application>Postfix</application> user interface for
628 superuser queue management.
629 </para>
[417f9e7]630 <indexterm zone="postfix postsuper">
631 <primary sortas="b-postsuper">postsuper</primary>
632 </indexterm>
633 </listitem>
634 </varlistentry>
635
636 <varlistentry id="sendmail-postfix">
637 <term><command>sendmail</command></term>
638 <listitem>
[2605bb1]639 <para>
640 is the <application>Postfix</application> to
641 <application>Sendmail</application> compatibility interface.
642 </para>
[417f9e7]643 <indexterm zone="postfix sendmail-postfix">
644 <primary sortas="b-sendmail">sendmail</primary>
645 </indexterm>
646 </listitem>
647 </varlistentry>
[58f0b91]648
[417f9e7]649 </variablelist>
[58f0b91]650
[417f9e7]651 </sect2>
[58f0b91]652
[f45b1953]653</sect1>
Note: See TracBrowser for help on using the repository browser.