Autor: Daniel Tiefnig Data: Dla: exim-users Temat: Re: [Exim] Re: Exim+LDAP,Can't contact LDAP server
Alexander G. Jerjomin wrote: > Exim mainlog:
> 2004-02-13 12:53:04 H=exim.host [ip] F=<mail> temporarily rejected
> RCPT <email>: failed to expand ACL string [...]
<rant>Eh, stupid little piece of software.</rant>
Hmmm, you might want to include perl support in exim and run a perl
subroutine instead of the single simple ldaplookup. That will be slow
and quite expensive, though. Alternatively you can hack the LDAP
lookup-type source, or write one on your own, adapted from ldap.c... It
may be easy to port the "defer_ok" option from callout verification to
the general "condition", or even all ACL conditions.
Can't think of something easier at the moment, sorry.