~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to html/OVERVIEW.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
advantage of this setup is that one Postfix machine can feed multiple
360
360
mailbox servers over LMTP. The opposite is true as well:  one
361
361
mailbox server can be fed over LMTP by multiple Postfix machines.
362
 
The <a href="LMTP_README.html">LMTP_README</a> document gives examples of how to use the <a href="lmtp.8.html">lmtp(8)</a>
363
 
client.  </p>
 
362
</p>
364
363
 
365
364
<li> <p> The <a href="local.8.html">local(8)</a> delivery agent understands UNIX-style mailboxes,
366
365
qmail-compatible maildir files, Sendmail-style system-wide <a href="aliases.5.html">aliases(5)</a>
461
460
 
462
461
</table>
463
462
 
464
 
<li> <p> The <a href="bounce.8.html">bounce(8)</a>, <a href="defer.8.html">defer(8)</a> and <a href="trace.8.html">trace(8)</a> servers each maintain
465
 
their own queue directory trees with per-message logfiles. This
466
 
information is used to send delivery or non-delivery notifications
467
 
to the sender. </p>
 
463
<li> <p> The <a href="bounce.8.html">bounce(8)</a>, <a href="defer.8.html">defer(8)</a> and <a href="trace.8.html">trace(8)</a> services each maintain
 
464
their own queue directory trees with per-message logfiles. Postfix
 
465
uses this information when sending "failed", "delayed" or "success"
 
466
delivery status notifications to the sender. </p>
468
467
 
469
 
<p> The <a href="trace.8.html">trace(8)</a> service implements support for the Postfix "sendmail
 
468
<p> The <a href="trace.8.html">trace(8)</a> service also implements support for the Postfix
 
469
"sendmail
470
470
-bv" and "sendmail -v" commands which produce reports about how
471
471
Postfix delivers mail, and is available with Postfix version 2.1
472
472
and later. See <a href="DEBUG_README.html#trace_mail"> DEBUG_README
550
550
 
551
551
<p> When delivering mail to a destination with multiple mail servers,
552
552
connection caching can help to skip over a non-responding server,
553
 
and thus dramatically speed up delivery.  </p>
 
553
and thus dramatically speed up delivery. SMTP connection caching
 
554
is available in Postfix version 2.2 and later.  More information
 
555
about this feature is in the <a href="CONNECTION_CACHE_README.html">CONNECTION_CACHE_README</a> document. </p>
554
556
 
555
557
<table>
556
558
 
557
 
<tr> <td align="center" bgcolor="#f0f0ff"> <br> <a href="smtp.8.html">smtp(8)</a> <br>
558
 
&nbsp; </td> <td> <tt> &lt;-&gt; </tt> </td> <td align="center"
559
 
bgcolor="#f0f0ff"> <br> <a href="scache.8.html">scache(8)</a> <br> &nbsp; </td> <td> <tt>
560
 
&lt;-&gt; </tt> </td> <td align="center" bgcolor="#f0f0ff"> <br>
561
 
<a href="smtp.8.html">smtp(8)</a> <br> &nbsp; </td>
 
559
<tr> <td> </td> <td> <tt> /-- </tt> </td> <td align="center"
 
560
colspan="3" bgcolor="#f0f0ff"> <a href="smtp.8.html">smtp(8)</a> </td> <td colspan="2"> <tt>
 
561
--&gt; </tt> Internet </td> </tr>
 
562
 
 
563
<tr> <td align="center" bgcolor="#f0f0ff"> <a href="qmgr.8.html">qmgr(8)</a> </td> <td> </td>
 
564
<td align="center" rowspan="3"> &nbsp; </td> <td align="center"
 
565
rowspan="3"><tt>|<br>|<br>|<br>|<br>v</tt></td> <td> &nbsp; </td>
 
566
</tr>
 
567
 
 
568
<tr> <td> </td> <td> <tt> \-- </tt> </td> <td align="center"
 
569
colspan="2" bgcolor="#f0f0ff"> <a href="smtp.8.html">smtp(8)</a> </td> <td align="left"> <tt>
 
570
--&gt; </tt> Internet </td> </tr>
 
571
 
 
572
<tr> <td colspan="3"> </td> <td align="center"><tt>^<br>|</tt></td>
 
573
<td> &nbsp; </td> </tr>
 
574
 
 
575
<tr> <td colspan="3"> </td> <td align="center" colspan="3"
 
576
bgcolor="#f0f0ff"> <a href="scache.8.html">scache(8)</a> </td> </tr>
562
577
 
563
578
</table>
564
579