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

« back to all changes in this revision

Viewing changes to debian/postfix-add-filter.1

  • 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:
1
 
.TH POSTFIX-ADD-FILTER 1 
2
 
.ad
3
 
.fi
4
 
.SH NAME
5
 
postfix-add-filter
6
 
\-
7
 
add filter service to Postfix master.cf
8
 
.SH "SYNOPSIS"
9
 
.na
10
 
.nf
11
 
\fBpostfix-add-filter\fR [\fIsmtp service name\fR...] [\fIsmtpd port\fR...]
12
 
.SH DESCRIPTION
13
 
.ad
14
 
.fi
15
 
The \fBpostfix-add-filter\fR(1) command adds an smtp service named 
16
 
\fIsmtp service name\fR and and smtpd server listening on \fIsmtpd port\fR to
17
 
\/etc/postfix/master.cf to facilitate integration of SMTP filters such as 
18
 
amavisd-new or clamsmtp.  The configuration is based on the upstream
19
 
recommendations for amavisd-new 2.6.0.  Adminstrators should verify it is
20
 
appropriate for their requirements.  
21
 
 
22
 
The original file is copied prior to modification and left in /etc/postfix to
23
 
make it possible to revert changes easily.
24
 
 
25
 
Available in the Debian package for Postfix version 2.5.3 and later.
26
 
 
27
 
.SH DIAGNOSTICS
28
 
.ad
29
 
.fi
30
 
If the given \fIsmtp service name\fR or \fIsmtpd port\fR already appear in the
31
 
master.cf, a message will be printed to standard out and master.cf will not be
32
 
modified.
33
 
 
34
 
.SH "ENVIRONMENT"
35
 
.na
36
 
.nf
37
 
.ad
38
 
.fi
39
 
.IP \fBMAIL_CONFIG\fR
40
 
Directory with Postfix configuration files.
41
 
 
42
 
The \fBpostfix-add-filter\fR(1) command should use this, but it currently
43
 
doesn't.  It is hard coded to /etc/postfix.  This should be changed.
44
 
.SH "CONFIGURATION PARAMETERS"
45
 
.na
46
 
.nf
47
 
.ad
48
 
.fi
49
 
None
50
 
.SH "FILES"
51
 
.na
52
 
.nf
53
 
/etc/postfix/master.cf
54
 
.SH "SEE ALSO"
55
 
.na
56
 
.nf
57
 
postconf(5), Postfix configuration
58
 
.SH "LICENSE"
59
 
.na
60
 
.nf
61
 
.ad
62
 
.fi
63
 
This software is licensed under the MIT open source license.
64
 
.SH "AUTHOR(S)"
65
 
.na
66
 
.nf
67
 
Scott Kitterman
68
 
<scott@kitterman.com>