Re: [exim] problem with condition an lookup

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] problem with condition an lookup
On 08/31/2009 08:50 AM, Pascal Bourdais wrote:
> Failed: condition name expected, but found "${lookup ldap {l"
>
> Lead me think thas one can't do a lookup in a ${if }, or am i wrong ?


You're wrong. Look at the syntax for ${if - and don't cut corners.

if *condition-name* optionA optionB

Then put your lookup as one of the options.

- Jeremy