mailserver: Disable recipient_restrictions for submission

Otherwise, sending mails to slow destinations might fail (with the
client throwing an error).
pull/48/head
Simon Bruder 2021-02-06 16:49:20 +01:00
parent 9c62905442
commit 62f1dbe30f
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

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