From 085f244632183f60fa319c2041b2f3b38f24dbae Mon Sep 17 00:00:00 2001 From: saloniamatteo Date: Mon, 5 Apr 2021 13:28:45 +0200 Subject: [PATCH] Actually fix typo --- emailwiz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailwiz.sh b/emailwiz.sh index f01972d..f0cdb97 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -81,7 +81,7 @@ postconf -e "smtpd_sasl_type = dovecot" postconf -e "smtpd_sasl_path = private/auth" # Sender and recipient restrictions -postconf -e "smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unknown_sender_domain, reject_unauth_pipelining, reject_non_fqdn_sender, reject_sender_login_mismatch, reject_authenticated_sender_login_mismatch, reject_known_sender_login_mismatch, reject_unauthenticated_sender_login_mismatch" +postconf -e "smtpd_sender_restrictions = permit_sasl_authenticated, reject_unknown_sender_domain, reject_unauth_pipelining, reject_non_fqdn_sender, reject_sender_login_mismatch, reject_authenticated_sender_login_mismatch, reject_known_sender_login_mismatch, reject_unauthenticated_sender_login_mismatch" postconf -e "smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination" # NOTE: the trailing slash here, or for any directory name in the home_mailbox