Re: [Exim] Creating domainlist with SQL select

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Wakko Warner
Data:  
Para: Kirill Miazine
CC: Eli, exim-users
Assunto: 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