Hi Marten,

 | I know that it isn't RFC conform, but we have a problem to 
 | send emails 
 | to a Chinese ISP which MX record looks like this:
 | 
 | example.cn.         900     IN      MX      20 1.2.3.4.
 | 
 | Exim bounces a mail with the following message:
 | 
 | It appears that the DNS operator for example.cn has 
 | installed an invalid MX record with an IP address ...
 | 
 | What can I do to make exim deliver mails to this domain anyway?


you could add a private route. for example:

private_route:
  driver = manualroute
  transport = remote_smtp
  route_list = example.cn mail-server.example.cn



Regards,
Tom

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to