We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71df4ba commit 8fb361fCopy full SHA for 8fb361f
cookbooks/exim/templates/default/exim4.conf.erb
@@ -387,6 +387,7 @@ acl_check_mail:
387
# Reject mail that fails SPF checks
388
389
deny spf = fail
390
+ condition = ${if eq {${lookup{postmaster@osmfoundation.org}spf{$sender_host_address}}}{fail}}
391
message = $sender_host_address is not allowed to send mail from \
392
${if def:sender_address_domain \
393
{$sender_address_domain}{$sender_helo_name}}.
0 commit comments