Author: Tom Fischer Date: To: exim-users Subject: 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}}}"