Skip to content

Commit 8fb361f

Browse files
committed
Accept any mail that passes an osmfoundation.org SPF check
1 parent 71df4ba commit 8fb361f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbooks/exim/templates/default/exim4.conf.erb

+1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ acl_check_mail:
387387
# Reject mail that fails SPF checks
388388

389389
deny spf = fail
390+
condition = ${if eq {${lookup{postmaster@osmfoundation.org}spf{$sender_host_address}}}{fail}}
390391
message = $sender_host_address is not allowed to send mail from \
391392
${if def:sender_address_domain \
392393
{$sender_address_domain}{$sender_helo_name}}.

0 commit comments

Comments
 (0)