mailserver: Disable recipient_restrictions for submission
Otherwise, sending mails to slow destinations might fail (with the client throwing an error).
This commit is contained in:
parent
9c62905442
commit
62f1dbe30f
|
@ -251,6 +251,8 @@ in
|
|||
|
||||
smtpd_sender_login_maps = "hash:/etc/postfix/valiases";
|
||||
|
||||
smtpd_recipient_restrictions = listToString [ ];
|
||||
|
||||
smtpd_client_restrictions = listToString [
|
||||
"permit_sasl_authenticated"
|
||||
"reject"
|
||||
|
|
Loading…
Reference in a new issue