Re: [exim] LDAP, multiple results ?!

Pàgina inicial
Delete this message
Reply to this message
Autor: Christiaan den Besten
Data:  
A: Brian Candler
CC: exim-users
Assumpte: Re: [exim] LDAP, multiple results ?!
Hi !

> Personally, I'd just do two LDAP lookups: one looking for
> $local_part@$domain, and if that fails, a subsequent one for
> [catchall]@$domain. If you make the assumption that most incoming
> mail will
> hit a specific user entry rather than the catchall, then you are
> not
> suffering a big performance hit.


How can one use a 'or' in a data line ?

like

data = ${ or {
                    ${ lookup recient }
                    ${ lookup catch-all }
           }


That is what you mean don't you ?

bye,
Chris