From d2196bf3165c980cba42132ef83ac169ef09e992 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 20 Nov 2023 02:03:50 +0000 Subject: [PATCH] Revert "Use callout verification for domains we are relaying to" This reverts commit f59b522f292def10d39f5bb6e4fbe770add1b5c4. --- cookbooks/exim/templates/default/exim4.conf.erb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 96f0cad77..6babb839a 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -506,11 +506,7 @@ 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 - - require verify = recipient/callout - domains = +relay_to_domains + require verify = recipient <% if node[:exim][:dns_blacklists] -%> # Deny any messages from hosts in certain blacklists. -- 2.45.1