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,
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/