Luca Bertoncello wrote:

>> Use $acl_c[0-9]

don't use acl_c, it sets variables for the whole connection and therefor
may have side effects if you receive more than one message in a single
connection.
In fact, I'm not sure I understand what you try to do. Save the result of
address verification from the ACL run so you don't need another db lookup
for delivery? That's not easy, because a message may have multiple
recipients, so you'd have to store the results for every recipient.
And I think the results are cached, so there will be no effect, anyway.

> If the E-Mail comes from TCP it's work, if I try with exim -bt <address> I
> get always "Unrouteable address".

That's because the RCPT ACL is only run for SMTP connections.


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to