We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb361f commit 1b4c23bCopy full SHA for 1b4c23b
cookbooks/exim/templates/default/exim4.conf.erb
@@ -382,17 +382,6 @@ begin acl
382
# SMTP message.
383
384
acl_check_mail:
385
-<% if node[:exim][:smarthost_name] -%>
386
-
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}}.
394
- !hosts = +relay_from_hosts
395
-<% end -%>
396
397
accept
398
0 commit comments