On Tuesday, February 5, 2019 8:47:19 AM MST Jeremy Harris via Exim-users
wrote:
> On 05/02/2019 05:59, Al T. via Exim-users wrote:
> > Any ideas why Exim does that
>
> That depends entirely on your Exim config.
I don't think I have anything crazy in there. Here is my pertinent parts of my
RCPT ACL:
accept authenticated = *
control = submission
control = dkim_disable_verify
control = submission/domain=/name=
require message = relay not permitted
domains = +local_domains : +relay_to_domains
deny message = SPF check failed. $sender_host_address is not allowed \
to send mail for $sender_address_domain. For details see:
\
http://www.openspf.org/Why?
s=mfrom;id=$sender_address;ip=$sender_host_address;r=mail.mypals.org
set acl_m1 = --ip $sender_host_address --helo-id $sender_helo_name \
--id $sender_address
set acl_m1 = ${run{/usr/bin/vendor_perl/spfquery $acl_m1}}
condition = ${if eq {$runrc}{1}{true}{false}}
--
Alberto Treviño
alberto@???