~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to README_FILES/OVERVIEW

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
IInnttrroodduuccttiioonn
6
6
 
7
 
This document presents an overview of the Postfix architecture, and is the
8
 
place where you find a pointer to every Postfix command or server program. The
9
 
text gives the general context in which each command or server program is used,
10
 
and provides pointers to documents with specific usage examples and background
 
7
This document presents an overview of the Postfix architecture, and provides
 
8
pointers to descriptions of every Postfix command or server program. The text
 
9
gives the general context in which each command or server program is used, and
 
10
provides pointers to documents with specific usage examples and background
11
11
information.
12
12
 
13
13
Topics covered by this document:
63
63
    section), and postmaster notifications about problems with Postfix.
64
64
 
65
65
  * The cleanup(8) server implements the final processing stage before mail is
66
 
    queued. It adds missing From: and other message headers, transforms
 
66
    queued. It adds missing From: and other message headers, and transforms
67
67
    addresses as described in the ADDRESS_REWRITING_README document.
68
68
    Optionally, the cleanup(8) server can be configured to do light-weight
69
69
    content inspection with regular expressions as described in the
390
390
  * The postmap(1) command maintains Postfix lookup tables such as canonical
391
391
    (5), virtual(5) and others. It is a cousin of the UNIX makemap command.
392
392
 
 
393
  * The postmulti(1) command repeats the "postfix start" etc. command for each
 
394
    Postfix instance, and supports creation, deletion etc. of Postfix
 
395
    instances. For a tutorial, see MULTI_INSTANCE_README.
 
396
 
393
397
  * The postqueue(1) command is the privileged command that is run by Postfix
394
398
    sendmail(1) and mailq(1) in order to flush or list the mail queue.
395
399