diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:46:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:46:31 +0000 |
commit | 32afea41ba8b7328e252ae97ca32c56f98d42a90 (patch) | |
tree | 11b25ffd59d9190c8316cd48ace4e198531d0e7d /debian/postfix-add-filter.8 | |
parent | Adding upstream version 3.4.23. (diff) | |
download | postfix-32afea41ba8b7328e252ae97ca32c56f98d42a90.tar.xz postfix-32afea41ba8b7328e252ae97ca32c56f98d42a90.zip |
Adding debian version 3.4.23-0+deb10u1.debian/3.4.23-0+deb10u1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postfix-add-filter.8')
-rw-r--r-- | debian/postfix-add-filter.8 | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/debian/postfix-add-filter.8 b/debian/postfix-add-filter.8 new file mode 100644 index 0000000..ac20992 --- /dev/null +++ b/debian/postfix-add-filter.8 @@ -0,0 +1,68 @@ +.TH POSTFIX-ADD-FILTER 8 +.ad +.fi +.SH NAME +postfix-add-filter +\- +add filter service to Postfix master.cf +.SH "SYNOPSIS" +.na +.nf +\fBpostfix-add-filter\fR [\fIsmtp service name\fR...] [\fIsmtpd port\fR...] +.SH DESCRIPTION +.ad +.fi +The \fBpostfix-add-filter\fR(8) command adds an smtp service named +\fIsmtp service name\fR and and smtpd server listening on \fIsmtpd port\fR to +\/etc/postfix/master.cf to facilitate integration of SMTP filters such as +amavisd-new or clamsmtp. The configuration is based on the upstream +recommendations for amavisd-new 2.6.0. Adminstrators should verify it is +appropriate for their requirements. + +The original file is copied prior to modification and left in /etc/postfix to +make it possible to revert changes easily. + +Available in the Debian package for Postfix version 2.5.3 and later. + +.SH DIAGNOSTICS +.ad +.fi +If the given \fIsmtp service name\fR or \fIsmtpd port\fR already appear in the +master.cf, a message will be printed to standard out and master.cf will not be +modified. + +.SH "ENVIRONMENT" +.na +.nf +.ad +.fi +.IP \fBMAIL_CONFIG\fR +Directory with Postfix configuration files. + +The \fBpostfix-add-filter\fR(8) command should use this, but it currently +doesn't. It is hard coded to /etc/postfix. This should be changed. +.SH "CONFIGURATION PARAMETERS" +.na +.nf +.ad +.fi +None +.SH "FILES" +.na +.nf +/etc/postfix/master.cf +.SH "SEE ALSO" +.na +.nf +postconf(5), Postfix configuration +.SH "LICENSE" +.na +.nf +.ad +.fi +This software is licensed under the MIT open source license. +.SH "AUTHOR(S)" +.na +.nf +Scott Kitterman +<scott@kitterman.com> |