Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/postfix Document the canonicalize_envelope_recipien...



details:   https://anonhg.NetBSD.org/src/rev/b91347e88190
branches:  trunk
changeset: 550812:b91347e88190
user:      kim <kim%NetBSD.org@localhost>
date:      Fri Aug 22 04:43:21 2003 +0000

description:
Document the canonicalize_envelope_recipient variable.

diffstat:

 gnu/dist/postfix/man/man5/canonical.5  |  5 +++++
 gnu/dist/postfix/man/man8/cleanup.8    |  5 +++++
 gnu/dist/postfix/src/cleanup/cleanup.c |  5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 9617bbc65e65 -r b91347e88190 gnu/dist/postfix/man/man5/canonical.5
--- a/gnu/dist/postfix/man/man5/canonical.5     Fri Aug 22 04:25:26 2003 +0000
+++ b/gnu/dist/postfix/man/man5/canonical.5     Fri Aug 22 04:43:21 2003 +0000
@@ -139,6 +139,11 @@
 .IP \fBsender_canonical_maps\fR
 Address mapping lookup table for envelope and header sender
 addresses.
+.IP \fBcanonicalize_envelope_recipient\fR
+By default (recipient address) canonicalization is applied even
+to the envelope recipient. To prevent delivery loops when using
+external canonical addresses, while still having recipient headers
+rewritten to the canonical addresses, set this to 'no'.
 .PP
 Other parameters of interest:
 .IP \fBinet_interfaces\fR
diff -r 9617bbc65e65 -r b91347e88190 gnu/dist/postfix/man/man8/cleanup.8
--- a/gnu/dist/postfix/man/man8/cleanup.8       Fri Aug 22 04:25:26 2003 +0000
+++ b/gnu/dist/postfix/man/man8/cleanup.8       Fri Aug 22 04:43:21 2003 +0000
@@ -150,6 +150,11 @@
 .IP \fBsender_canonical_maps\fR
 Address mapping lookup table for envelope and header sender
 addresses.
+.IP \fBcanonicalize_envelope_recipient\fR
+By default (recipient address) canonicalization is applied even
+to the envelope recipient. To prevent delivery loops when using
+external canonical addresses, while still having recipient headers
+rewritten to the canonical addresses, set this to 'no'.
 .IP \fBmasquerade_classes\fR
 List of address classes subject to masquerading: zero or
 more of \fBenvelope_sender\fR, \fBenvelope_recipient\fR,
diff -r 9617bbc65e65 -r b91347e88190 gnu/dist/postfix/src/cleanup/cleanup.c
--- a/gnu/dist/postfix/src/cleanup/cleanup.c    Fri Aug 22 04:25:26 2003 +0000
+++ b/gnu/dist/postfix/src/cleanup/cleanup.c    Fri Aug 22 04:43:21 2003 +0000
@@ -136,6 +136,11 @@
 /* .IP \fBsender_canonical_maps\fR
 /*     Address mapping lookup table for envelope and header sender
 /*     addresses.
+/* .IP \fBcanonicalize_envelope_recipient\fR
+/*     By default (recipient address) canonicalization is applied even
+/*     to the envelope recipient. To prevent delivery loops when using
+/*     external canonical addresses, while still having recipient headers
+/*     rewritten to the canonical addresses, set this to 'no'.
 /* .IP \fBmasquerade_classes\fR
 /*      List of address classes subject to masquerading: zero or
 /*      more of \fBenvelope_sender\fR, \fBenvelope_recipient\fR,



Home | Main Index | Thread Index | Old Index