Sebastian Arcus via Exim-users <[email protected]> (Mi 27 Dez 2017 11:19:11 CET): > Apologies for posting for the third time in three days. I have the following > acl in acl_smtp_connect, which appears to be ignoring completely the "delay > =" setting:
You're welcome :)
> drop message = Reverse DNS record incorrect or missing
> ! condition = ${if eq{$received_port}{587}}
> ! verify = reverse_host_lookup
> delay = 600s
I tested this in a simplified setup:
acl_smtp_connect = acl_check_connect
begin acl:
acl_check_connect:
drop message = Reverse DNS record incorrect or missing
delay = 600s
And then start working towards your setup. For me the above ACL worked
as expected, with 4.89 and 4.90. Please not, in case you use 'swaks'
with --pipe 'exim -bh …', the delays won't be executed, but shown in the
log.
--
Heiko
signature.asc
Description: PGP signature
-- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
