diff --git a/postfix/RELEASE_NOTES b/postfix/RELEASE_NOTES index 48ff15ebb..f1792aba7 100644 --- a/postfix/RELEASE_NOTES +++ b/postfix/RELEASE_NOTES @@ -42,18 +42,9 @@ That should stop a lot of the mail to non-existent recipients. It won't stop mail to broken aliases or to users with broken .forward files, though. -For a relaying site, the best we can do is something like: - - smtpd_recipient_restrictions = - permit_mynetworks - reject_unauth_destination - reject_unknown_sender_domain - ...other checks to reject non-FQDN, RBL, access maps... - permit_recipient_map unix:passwd.byname - permit_recipient_map hash:/etc/canonical - permit_recipient_map hash:/etc/postfix/virtual - permit_recipient_map hash:/etc/aliases - reject +For a relaying site, a good configuration with permit_recipient_map +still needs to be found. Something that permits relaying to all +sites except $mydestination. Unfortunately, permit_recipient_map does not combine well with permit_mynetworks, because permit_mynetworks accepts mail for diff --git a/postfix/global/mail_version.h b/postfix/global/mail_version.h index fe393f6dc..fff99cabf 100644 --- a/postfix/global/mail_version.h +++ b/postfix/global/mail_version.h @@ -15,7 +15,7 @@ * Version of this program. */ #define VAR_MAIL_VERSION "mail_version" -#define DEF_MAIL_VERSION "Snapshot-19990911" +#define DEF_MAIL_VERSION "Snapshot-19990912" extern char *var_mail_version; /* LICENSE