Re: [Exim] Databases + Exim

Góra strony
Delete this message
Reply to this message
Autor: Suresh Ramasubramanian
Data:  
Dla: Odhiambo G. Washington
CC: Exim Users
Temat: Re: [Exim] Databases + Exim
wash@??? (Odhiambo G. Washington) [Tuesday, August 20, 2002 7:09
PM]:

> Try this
> cipher.lin-gen.com : ${lookup pgsql{select name from exim_local_domains
> where name = '$domain'}}


add "limit 1" there to prevent more entries from being returned even if
accidentally.

    -srs