From fc2a33b827a7adede9cba7728e381820857189d5 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 1 Sep 2022 12:35:54 -0400 Subject: [PATCH] fix mail forwarded from fsf --- mail-setup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mail-setup b/mail-setup index 4d69087..36b0e9d 100755 --- a/mail-setup +++ b/mail-setup @@ -2786,12 +2786,12 @@ tls_privatekey = REMOTE_SMTP_SMARTHOST_PRIVATEKEY EOF - # this avoids some error. i cant remember what. todo: - # test it out and document why/if its needed. - # i /etc/exim4/host_local_deny_exceptions <<'EOF' - # mail.fsf.org - # *.posteo.de - # EOF + # This allows for forward mail to not get most rcpt checks, especially SPF, + # which would incorrectly get denied. + i /etc/exim4/host_local_deny_exceptions <<'EOF' +mail.fsf.org +*.posteo.de +EOF # cron email from smarthost hosts will automatically be to # USER@FQDN. I redirect that to alerts@, on the smarthosts, but in -- 2.30.2