autoupdate
[postfix-master.git] / postfix-master / big-picture.html
bloba816a2e1e278c2f9b5c8561e4d9d240846d27a13
1 <html>
3 <head>
5 <title>Postfix - the Big Picture</title>
7 <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
8 </head>
10 <body background="obsolete.gif">
12 <h1><a href="big-picture.html"><img src="small-picture.gif" width="115" height="45"></a> Postfix
13 - the Big Picture</h1>
15 <hr>
17 <p> <strong> Note: this web page is no longer maintained. It exists
18 only to avoid breaking links in web pages that describe earlier
19 versions of the Postfix mail system. </strong> </p>
21 <img src="big-picture.gif" width="810" height="269">
23 <p>
25 The figure shows the main Postfix system components, and the main
26 information flows between them. Postfix system components are
27 introduced in the <a href="receiving.html">Postfix anatomy</a>
28 documentation.
30 <p>
32 <ul>
34 <li>Yellow ellipsoids are mail programs.
36 <li>Yellow boxes are mail queues or files.
38 <li>Blue boxes are lookup tables.
40 <li>Programs in the large box run under control by the Postfix
41 resident <a href="master.8.html">master</a> daemon.
43 <li>Data in the large box is property of the Postfix mail system.
45 </ul>
47 In order to keep the big picture readable the following elements were omitted:
49 <p>
51 <ul>
53 <li>The Postfix <a href="commands.html">command-line utilities</a>.
55 <li>The Postfix resident <a href="master.8.html">master</a> daemon.
57 <li>The DNS lookups by the SMTP <a href="smtpd.8.html">server</a>
58 and <a href="smtp.8.html">client</a> daemons
60 <li>The <a href="bounce.8.html">bounce or defer</a> daemon and the
61 flow of bounced mail.
63 <li>The address rewriting and resolving requests by the SMTP server
64 and by the local delivery agent.
66 <li>The flow of mail forwarded by the local delivery agent.
68 <li>The flow of <a href="basic.html#notify">postmaster notices</a>
69 for protocol errors, policy violations, etc.
71 <li>Triggers to alert the <a href="pickup.8.html">pickup</a> daemon
72 and <a href="qmgr.8.html">queue manager</a> that new mail has arrived
73 in the <b>maildrop</b> and <B>incoming</b> queues, respectively.
75 </ul>
77 <hr>
79 </body>
81 </html>