From 8c7ece931d402b94eb6674d0d957069a4a2a37a3 Mon Sep 17 00:00:00 2001 From: John Hupperts <39680353+treatmesubj@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:35:51 -0600 Subject: [PATCH 1/2] Can -> Can't --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 306fc35..02074ec 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ this script or documentation has saved you some frustration, donate here: ## Sites for Troubleshooting -Can send or receive mail? Getting marked as spam? There are tools to double-check your DNS records and more: +Can't send or receive mail? Getting marked as spam? There are tools to double-check your DNS records and more: - Always check `journalctl -xe` first for specific errors. - [Check your DNS](https://intodns.com/) From 11f47826c922b890bebc6bfe50607fd12df54f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksa=20Vu=C4=8Dkovi=C4=87?= <56649122+aleksav013@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:01:20 +0100 Subject: [PATCH 2/2] Reverse DNS does not match SMTP Banner --- emailwiz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailwiz.sh b/emailwiz.sh index ef8d283..c9cf574 100644 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -286,7 +286,7 @@ sed -i '/^SOCKET/d' /etc/default/opendkim && echo "SOCKET=\"inet:12301@localhost echo 'Configuring Postfix with OpenDKIM settings...' postconf -e 'smtpd_sasl_security_options = noanonymous, noplaintext' postconf -e 'smtpd_sasl_tls_security_options = noanonymous' -postconf -e "myhostname = $domain" +postconf -e "myhostname = $maildomain" postconf -e 'milter_default_action = accept' postconf -e 'milter_protocol = 6' postconf -e 'smtpd_milters = inet:localhost:12301'