Dear users,
I wonder how to get exim4 working together with local and virtual
domains.
I have the following in conf:
hide mysql_servers = 127.0.0.1/maildb/mail/secret
domainlist local_domains = lists.x.cz:luxik.x.cz:/etc/mail/locdom:
${lookup mysql {SELECT userid FROM domains \
WHERE userid="${quote_mysql:${domain}}" }}
When I try to send test message I get this error:
451 Temporary local problem - please try later
and in maillog this shows up:
lowest numbered MX record points to local host: test.cdi.cz (while
verifying <zbynek@???> from host [192.168.254.107])
Feb 7 16:05:03 luxik exim[5940]: 2005-02-07 16:05:03
H=[192.168.254.107] F=<zbynek@???> temporarily rejected RCPT
zbynek@???: lowest numbered MX record points to local host
Is there any solution how to get rid of this? I suspect mysql query.
Zbynek
--
zbynh@??? <zbynh@???>