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:
Simon Bruder 2021-02-06 16:49:20 +01:00
parent 9c62905442
commit 62f1dbe30f
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -251,6 +251,8 @@ in
smtpd_sender_login_maps = "hash:/etc/postfix/valiases"; smtpd_sender_login_maps = "hash:/etc/postfix/valiases";
smtpd_recipient_restrictions = listToString [ ];
smtpd_client_restrictions = listToString [ smtpd_client_restrictions = listToString [
"permit_sasl_authenticated" "permit_sasl_authenticated"
"reject" "reject"