diff options
| author | heas <heas@NetBSD.org> | 2004-03-27 16:31:19 +0000 |
|---|---|---|
| committer | heas <heas@NetBSD.org> | 2004-03-27 16:31:19 +0000 |
| commit | f32166d8a91a2c82316a00a40ee4842e27ec245d (patch) | |
| tree | 23fa8e0342da03f7dc80d4e582d0351d2a2f3724 /gnu/dist/postfix/man | |
| parent | 5f1ffa71fcd47bffcc5eb3f23221d6570b558e8f (diff) | |
merge from 2.0.19 import
Diffstat (limited to 'gnu/dist/postfix/man')
| -rw-r--r-- | gnu/dist/postfix/man/man5/canonical.5 | 2 | ||||
| -rw-r--r-- | gnu/dist/postfix/man/man5/virtual.5 | 7 | ||||
| -rw-r--r-- | gnu/dist/postfix/man/man8/cleanup.8 | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/gnu/dist/postfix/man/man5/canonical.5 b/gnu/dist/postfix/man/man5/canonical.5 index 3b963cbef0d..37f6d320612 100644 --- a/gnu/dist/postfix/man/man5/canonical.5 +++ b/gnu/dist/postfix/man/man5/canonical.5 @@ -53,7 +53,7 @@ Use the \fBaliases\fR(5) map for that purpose. .nf .ad .fi -The format of the \fBcanonical\fR table is as follows: +The input format for the \fBpostmap\fR(1) command is as follows: .IP "\fIpattern result\fR" When \fIpattern\fR matches a mail address, replace it by the corresponding \fIresult\fR. diff --git a/gnu/dist/postfix/man/man5/virtual.5 b/gnu/dist/postfix/man/man5/virtual.5 index 98a64d047f8..c314bc59cfe 100644 --- a/gnu/dist/postfix/man/man5/virtual.5 +++ b/gnu/dist/postfix/man/man5/virtual.5 @@ -55,8 +55,7 @@ the lookups are done in a slightly different way as described below. .nf .ad .fi -The format of the virtual table is as follows, mappings being -tried in the order as listed in this manual page: +The input format for the \fBpostmap\fR(1) command is as follows: .IP "\fIpattern result\fR" When \fIpattern\fR matches a mail address, replace it by the corresponding \fIresult\fR. @@ -141,9 +140,9 @@ See the output from \fBpostconf -m\fR for available database types. .fi .sp The \fIvirtual-alias.domain anything\fR entry is required for a -virtual alias domain. Without this entry, mail is rejected +virtual alias domain. \fBWithout this entry, mail is rejected with "relay access denied", or bounces with -"mail loops back to myself". +"mail loops back to myself".\fR Do not specify virtual alias domain names in the \fBmain.cf mydestination\fR or \fBrelay_domains\fR configuration parameters. diff --git a/gnu/dist/postfix/man/man8/cleanup.8 b/gnu/dist/postfix/man/man8/cleanup.8 index 237b75c4436..30ae10f1c12 100644 --- a/gnu/dist/postfix/man/man8/cleanup.8 +++ b/gnu/dist/postfix/man/man8/cleanup.8 @@ -121,7 +121,7 @@ this also breaks majordomo approval requests when the included request contains valid 8-bit MIME mail, and it breaks bounces from mailers that do not properly encapsulate 8-bit content (for example, bounces from qmail or from old versions of Postfix). -.IP \fBstrict_mime_domain_encoding\fR +.IP \fBstrict_mime_encoding_domain\fR Reject mail with invalid \fBContent-Transfer-Encoding:\fR information for message/* or multipart/*. This blocks mail from poorly written software. @@ -173,7 +173,7 @@ Limits the number of envelope recipients that are remembered. .IP \fBheader_address_token_limit\fR Limits the number of address tokens used to process a message header. .IP \fBheader_size_limit\fR -Limits the amount of memory in bytes used to process a message header. +Limits the amount of memory in bytes used to store a message header. .IP \fBin_flow_delay\fR Amount of time to pause before accepting a message, when the message arrival rate exceeds the message delivery rate. |
