Re: [exim] problem with condition an lookup

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: 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