source: server/mail/postfix/postfix-desc.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

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

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The postfix package contains <userinput>bounce</userinput>,
5<userinput>cleanup</userinput>, <userinput>error</userinput>,
6<userinput>flush</userinput>, <userinput>lmtp</userinput>,
7<userinput>local</userinput>, <userinput>mailq</userinput>,
8<userinput>master</userinput>, <userinput>newaliases</userinput>,
9<userinput>nqmgr</userinput>, <userinput>pickup</userinput>,
10<userinput>pipe</userinput>, <userinput>postalias</userinput>,
11<userinput>postcat</userinput>, <userinput>postconf</userinput>,
12<userinput>postdrop</userinput>, <userinput>postfix</userinput>,
13<userinput>postkick</userinput>, <userinput>postlock</userinput>,
14<userinput>postlog</userinput>, <userinput>postmap</userinput>,
15<userinput>postqueue</userinput>, <userinput>postsuper</userinput>,
16<userinput>qmgr</userinput>, <userinput>qmqpd</userinput>,
17<userinput>sendmail</userinput>, <userinput>showq</userinput>,
18<userinput>smtp</userinput>, <userinput>smtpd</userinput>,
19<userinput>spawn</userinput>, <userinput>trivial-rewrite</userinput>,
20and <userinput>virtual</userinput>.</para>
21
22</sect2>
23
24<sect2><title>Description</title>
25
26<sect3><title>postfix</title>
27<para>postfix is the program that starts and stops the mail delivery system.</para></sect3>
28
29<sect3><title>master</title>
30<para>master is the resident process that runs bounce, cleanup, error, flush,
31lmtp, local, nqmgr, pickup, pipe, qmgr, qmqpd, showq, smtp, smtpd, spawn,
32trivial-rewrite and virtual on demand. These programs are not designed to
33work as user commands.</para></sect3>
34
35<sect3><title>postqueue</title>
36<para>postqueue implements the Postfix user interface for queue management.
37It implements all the operations that are traditionally available via the
38sendmail command.</para></sect3>
39
40<sect3><title>sendmail</title>
41<para>sendmail implements the Postfix to Sendmail compatibility interface.
42mailq and newaliases are symlinks to sendmail.</para></sect3>
43
44<sect3><title>showq</title>
45<para>showq will emulate the mailq command when the Postfix mail system is
46not running.</para></sect3>
47
48<sect3><title>postsuper</title>
49<para>postsuper does maintenance jobs on the Postfix queue.</para></sect3>
50
51<sect3><title>postalias</title>
52<para>postalias creates, queries or updates Postfix alias
53databases.</para></sect3>
54
55<sect3><title>postcat</title>
56<para>postcat prints the contents of a Postfix queue file in human-readable
57form.</para></sect3>
58
59<sect3><title>postconf</title>
60<para>postconf prints or changes the value of configuration
61parameters.</para></sect3>
62
63<sect3><title>postdrop</title>
64<para>postdrop creates a file in the maildrop directory and copies its standard input to the file.</para></sect3>
65
66<sect3><title>postkick</title>
67<para>postkick makes the mail system private IPC accessible for use in shell
68scripts.</para></sect3>
69
70<sect3><title>postlock</title>
71<para>postlock locks a file for exclusive access and executes a command
72on that file.</para></sect3>
73
74<sect3><title>postlog</title>
75<para>postlog implements a logging interface for use in shell
76scripts.</para></sect3>
77
78<sect3><title>postmap</title>
79<para>postmap creates, queries or updates Postfix lookup tables.</para></sect3>
80
81</sect2>
82
Note: See TracBrowser for help on using the repository browser.