Author: Christiaan den Besten Date: To: exim-users Subject: [exim] LDAP, multiple results ?!
Hi all !
I am struggling with a redirect router that I just can't get to work
:(
All our recipient data is stored in LDAP, this includes an extra
entry for 'catch-all' adresses. These entry's have a
'mailForwardingAddress' attribute that I would like to access in a
redirect router.
But, it should take the attribute from the recipients if it has
one, -or- it should take the attribute from the catch-all entry ...
which offcourse gives me all kind of 'multiple results' errors if
both are the case. I have been expirimenting with {$ extract }, but
it doesn't seem to help either.