X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f59b522f292def10d39f5bb6e4fbe770add1b5c4..ef193e96760ed795494ffb3812e909c6655dc221:/cookbooks/exim/templates/default/exim4.conf.erb diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 96f0cad77..635682e2e 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -506,11 +506,11 @@ acl_check_rcpt: # relay domains is to use a callout (add /callout), but please read the # documentation about callouts before doing this. - require verify = recipient - !domains = +relay_to_domains + deny domains = +relay_to_domains + !verify = recipient/callout=use_sender - require verify = recipient/callout - domains = +relay_to_domains + deny domains = !+relay_to_domains + !verify = recipient <% if node[:exim][:dns_blacklists] -%> # Deny any messages from hosts in certain blacklists.