73ac093dba
* 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.
9 lines
409 B
Text
9 lines
409 B
Text
===========================================================================
|
|
$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
|
|
===========================================================================
|