- put proper smtpd_relay_restrictions also in gentoo template, postfix 2.10 is stable for a while now (and the only available version besides masked 2.11 anyway)
- fix 80 char "limit" per line for wheezy postfix templates (only cosmetic)
This commit is contained in:
@@ -688,8 +688,9 @@ smtpd_sender_restrictions = permit_mynetworks,
|
|||||||
smtpd_client_restrictions = permit_mynetworks,
|
smtpd_client_restrictions = permit_mynetworks,
|
||||||
permit_sasl_authenticated,
|
permit_sasl_authenticated,
|
||||||
reject_unknown_client_hostname
|
reject_unknown_client_hostname
|
||||||
|
smtpd_relay_restrictions = permit_mynetworks,
|
||||||
smtpd_relay_restrictions = permit_mynetworks,permit_sasl_authenticated,defer_unauth_destination
|
permit_sasl_authenticated,
|
||||||
|
defer_unauth_destination
|
||||||
|
|
||||||
# Maximum size of Message in bytes (50MB)
|
# Maximum size of Message in bytes (50MB)
|
||||||
message_size_limit = 52428800
|
message_size_limit = 52428800
|
||||||
|
|||||||
@@ -688,8 +688,9 @@ smtpd_sender_restrictions = permit_mynetworks,
|
|||||||
smtpd_client_restrictions = permit_mynetworks,
|
smtpd_client_restrictions = permit_mynetworks,
|
||||||
permit_sasl_authenticated,
|
permit_sasl_authenticated,
|
||||||
reject_unknown_client_hostname
|
reject_unknown_client_hostname
|
||||||
|
smtpd_relay_restrictions = permit_mynetworks,
|
||||||
smtpd_relay_restrictions = permit_mynetworks,permit_sasl_authenticated,defer_unauth_destination
|
permit_sasl_authenticated,
|
||||||
|
defer_unauth_destination
|
||||||
|
|
||||||
# Maximum size of Message in bytes (50MB)
|
# Maximum size of Message in bytes (50MB)
|
||||||
message_size_limit = 52428800
|
message_size_limit = 52428800
|
||||||
|
|||||||
@@ -36,10 +36,9 @@ smtpd_sender_restrictions = permit_mynetworks,
|
|||||||
smtpd_client_restrictions = permit_mynetworks,
|
smtpd_client_restrictions = permit_mynetworks,
|
||||||
permit_sasl_authenticated,
|
permit_sasl_authenticated,
|
||||||
reject_unknown_client_hostname
|
reject_unknown_client_hostname
|
||||||
|
smtpd_relay_restrictions = permit_mynetworks,
|
||||||
# Postfix 2.10 requires this option. Postfix < 2.10 ignores this.
|
permit_sasl_authenticated,
|
||||||
# The option is intentionally left empty.
|
defer_unauth_destination
|
||||||
smtpd_relay_restrictions =
|
|
||||||
|
|
||||||
# Maximum size of Message in bytes (512MB)
|
# Maximum size of Message in bytes (512MB)
|
||||||
message_size_limit = 536870912
|
message_size_limit = 536870912
|
||||||
|
|||||||
@@ -43,9 +43,9 @@ smtpd_client_restrictions = permit_mynetworks,
|
|||||||
permit_sasl_authenticated,
|
permit_sasl_authenticated,
|
||||||
reject_unknown_client
|
reject_unknown_client
|
||||||
|
|
||||||
# Postfix 2.10 requires this option. Postfix < 2.10 ignores this.
|
smtpd_relay_restrictions = permit_mynetworks,
|
||||||
# The option is intentionally left empty.
|
permit_sasl_authenticated,
|
||||||
smtpd_relay_restrictions =
|
defer_unauth_destination
|
||||||
|
|
||||||
# Maximum size of Message in bytes (512MB)
|
# Maximum size of Message in bytes (512MB)
|
||||||
message_size_limit = 536870912
|
message_size_limit = 536870912
|
||||||
|
|||||||
Reference in New Issue
Block a user