From 1d49bfe80e11f959e5a46c0f12087fe3c0ecfbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Wed, 18 Sep 2013 15:45:21 +0200 Subject: [PATCH] partially revert to a75dad35dd99e05f23a91d88e99127d4e903c35b, fixes #1263 --- .../debian_wheezy/postfix_courier/etc_postfix_main.cf | 7 ++++--- .../debian_wheezy/postfix_dovecot/etc_postfix_main.cf | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/misc/configfiles/debian_wheezy/postfix_courier/etc_postfix_main.cf b/templates/misc/configfiles/debian_wheezy/postfix_courier/etc_postfix_main.cf index 6ac51137..b23ec93b 100644 --- a/templates/misc/configfiles/debian_wheezy/postfix_courier/etc_postfix_main.cf +++ b/templates/misc/configfiles/debian_wheezy/postfix_courier/etc_postfix_main.cf @@ -688,9 +688,10 @@ smtpd_sender_restrictions = permit_mynetworks, smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_client_hostname -smtpd_relay_restrictions = permit_mynetworks, - permit_sasl_authenticated, - defer_unauth_destination + +# Postfix 2.10 requires this option. Postfix < 2.10 ignores this. +# The option is intentionally left empty. +smtpd_relay_restrictions = # Maximum size of Message in bytes (50MB) message_size_limit = 52428800 diff --git a/templates/misc/configfiles/debian_wheezy/postfix_dovecot/etc_postfix_main.cf b/templates/misc/configfiles/debian_wheezy/postfix_dovecot/etc_postfix_main.cf index b797bed2..4e83c37a 100644 --- a/templates/misc/configfiles/debian_wheezy/postfix_dovecot/etc_postfix_main.cf +++ b/templates/misc/configfiles/debian_wheezy/postfix_dovecot/etc_postfix_main.cf @@ -688,9 +688,10 @@ smtpd_sender_restrictions = permit_mynetworks, smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_client_hostname -smtpd_relay_restrictions = permit_mynetworks, - permit_sasl_authenticated, - defer_unauth_destination + +# Postfix 2.10 requires this option. Postfix < 2.10 ignores this. +# The option is intentionally left empty. +smtpd_relay_restrictions = # Maximum size of Message in bytes (50MB) message_size_limit = 52428800