summaryrefslogtreecommitdiff
path: root/mail/postfix/MESSAGE
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-05-14 06:57:23 +0000
committermartti <martti@pkgsrc.org>2002-05-14 06:57:23 +0000
commit73ac093dba0bed3d4614ce33bbac448af8542537 (patch)
treee681433595e12bb93b7e748731090ab8045f819b /mail/postfix/MESSAGE
parent802f1e7d16c1e8ccb060efcfc3e882b78e07a065 (diff)
downloadpkgsrc-73ac093dba0bed3d4614ce33bbac448af8542537.tar.gz
Updated postfix to 1.1.9
* add a MESSAGE file to describe how to activate postfix (pkg/13335) Changes: * Close user@domain@postfix-style.virtual.domain source routing relaying loophole involving postfix-style virtual domains with @virtual.domain catch-all patterns * mail_addr_map() used the "wrong" @ character in addresses with multiple @. * For address localpart quoting, now quote @ as a special character everywhere, except when resolving addresses. Previously, the @ was nowhere quoted as a special character, not even in SMTP commands. * Don't allow an OK access rule lookup result for user@domain@postfix-style.virtual.domain. * Quote unquoted address localparts that need quoting. * The SMTP client logged and bounced the CNAME expanded recipient address, and thereby complicated trouble shooting. * The SMTP and LMTP clients bounced the quoted recipient address, resulting in too much quoting in bounce reports. * The LDAP client used the "wrong" @ character in addresses with multiple @. * Forwards "postqueue -r" compatibility with the additional queue file records that are stored by snapshot 20050512. * Specify "resolve_dequoted_address = no" to prevent Postfix from looking inside quotes for extra @ etc. characters when resolving an address. This behavior is technically more correct, but it opens a mail relay loophole with "user @domain"@domain when relaying mail to a Sendmail system.
Diffstat (limited to 'mail/postfix/MESSAGE')
-rw-r--r--mail/postfix/MESSAGE9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/postfix/MESSAGE b/mail/postfix/MESSAGE
new file mode 100644
index 00000000000..5f2800efb5d
--- /dev/null
+++ b/mail/postfix/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2002/05/14 06:57:23 martti Exp $
+
+To activate postfix:
+
+- Check the configuration files in /etc/postfix (see ${PREFIX}/share/postfix)
+- Modify /etc/mailer.conf (see ${PREFIX}/etc/mailer.conf.postfix)
+- Set postfix=YES in /etc/rc.conf
+===========================================================================