From 005dbbef98288f8b49c85dd37019a9c44592b388 Mon Sep 17 00:00:00 2001 From: 1984gobrr <95983955+1984gobrr@users.noreply.github.com> Date: Sat, 21 Jan 2023 16:28:38 +0100 Subject: [PATCH] Fix: Spoof domain to domain https://github.com/LukeSmithxyz/emailwiz/issues/254 --- emailwiz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailwiz.sh b/emailwiz.sh index afb5c24..d5fea1c 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -94,7 +94,7 @@ postconf -e 'smtpd_sasl_type = dovecot' postconf -e 'smtpd_sasl_path = private/auth' # Sender and recipient restrictions -postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unknown_recipient_domain' +postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated, reject' # NOTE: the trailing slash here, or for any directory name in the home_mailbox # command, is necessary as it distinguishes a maildir (which is the actual