Re: [Exim] Creating domainlist with SQL select

Top Page
Delete this message
Reply to this message
Author: Wakko Warner
Date:  
To: Kirill Miazine
CC: Eli, exim-users
Subject: Re: [Exim] Creating domainlist with SQL select
> domainlist virtual_domains = \
>     mysql;select host from users where host='$domain' limit 1


This doesn't always work. Supposed you're testing virtual_domains inside of
the mail acl. $domain is blank.

I found that useing ${lookup mysql{...}{ $sg{$value}{\\n}{ : }} }}
works pretty well for me. it's on the wishlist to treat a \n as a
seperator.

--
Lab tests show that use of micro$oft causes cancer in lab animals