partially revert to a75dad35dd, fixes #1263

This commit is contained in:
Robert Förster (Dessa)
2013-09-18 15:45:21 +02:00
parent 23361e64bb
commit 1d49bfe80e
2 changed files with 8 additions and 6 deletions

View File

@@ -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

View File

@@ -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