Re: [Exim] local_domains & MySQL

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Ben-Nes Michael
CC: exim-users
Assumpte: Re: [Exim] local_domains & MySQL
Ben-Nes Michael wrote:

> I just upgraded my exim 3.x to 4.30
>
> The only thing I couldnt achive was geting the local domain list from MySQL DB.
>
> This didnt worked:
>
> MYSQL_LOCAL_DOMAIN=SELECT domain FROM virtual GROUP BY domain;
> domainlist local_domains = @:mysql;MYSQL_LOCAL_DOMAIN


MYSQL_LOCAL_DOMAIN=select 1 from virtual where \
domain='${quote_mysql:$domain}'

RTFM:
http://www.exim.org/exim-html-4.30/doc/html/spec_10.html#IX726

Nico