Author: Christiaan den Besten Date: To: Brian Candler CC: exim-users Subject: 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 }
}