Jeremy Harris wrote: > >I had a go adding a line to accept authenticated connections, but Exim threw > >me back an error saying "cannot test authenticated condition in connection > >ACL". So I'm just wondering if there is anything else I can do, other than > >have mail go via BT mail servers. > >Any ideas appreciated, > > Move the dnsbl check to the rcpt acl?
Or store the result in a acl_c_* variable and deny/drop the connection if your authentication check fails and the acl_c variable you use indicates a successful match in the blacklist. Regards D. -- ## List details at http://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/
