Re: [exim] Differences exim 4.93 and 4.94

Top Page
Delete this message
Reply to this message
Author: SysAdmin EM
Date:  
To: exim-users
Subject: Re: [exim] Differences exim 4.93 and 4.94
In the two servers the query is carried out as follows

### Server with exim 4.93 ###

domainlist local_domains = ${lookup mysql{SELECT domain FROM eximdomains
WHERE active=1 AND domain='${quote_mysql:$domain}'}{$value}}

### Server with exim 4.94 ###

domainlist local_domains = ${lookup mysql{SELECT domain FROM eximdomains
WHERE active=1 AND domain='${quote_mysql:$domain}'}{$value}}

I don't understand why it doesn't work in exim 4.93, but in exim 4.94 works
fine. Both servers use the same version of proxysql.

What other information can I provide??

Regards,