Autor: Tore Anderson Fecha: A: Nathan Ollerenshaw Cc: exim-users Asunto: Re: [Exim] Cache $address_data from verification, and make it available to routers
* Nathan Ollerenshaw
> I think that before 4.40, being more efficient with LDAP was an
> issue, but these days its not so much of a problem; LDAP queries are
> supposed to be cache in a better way now, so doing two identical
> lookups won't result in two LDAP queries, just one and a cached
> reply?
Hmm. Interesting. Sadly, it doesn't seem to work here - when
I'm eavesdropping with tethereal I see two lookups, one at RCPT
TO-time, and one at routing time. (The first one is unbound when DATA
is sent - smart.) The behaviour seems to be the same whether I use
queue_only or not.
Perhaps I need to flip a switch in the configuration file or wherever
to enable the new cache pool?