Skip to content

Commit

Permalink
Revert "Use callout verification for domains we are relaying to"
Browse files Browse the repository at this point in the history
This reverts commit f59b522.
  • Loading branch information
Firefishy committed Nov 20, 2023
1 parent f59b522 commit d2196bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cookbooks/exim/templates/default/exim4.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d2196bf

Please sign in to comment.