Re: [Exim] problems with server condition

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tom Fischer
日付:  
To: exim-users
題目: Re: [Exim] problems with server condition
Am Donnerstag, 30. August 2001 15:14 schrieben Sie:

> ${${lookup pgsql{select...
>
> and correct the other braces accordingly. which exim?


exim is version 3.33

do you mean something like this:

server_condition = "${${lookup pgsql}{SELECT name from exim_emails where
domain='$domain' and name='$2'}}}} {eq{$3}{${lookup pgsql}{SELECT password
from exim_emails where domain='$domain' and name='$2'}}} } {1}{0}}}"