A client of mine wants me to handle his mail. His hosting service has set up the MX record on remotedomain.com to point to mydomain.com but my server is rejecting the mail. I have tested his local mailbox on my server [email protected] and it delivers fine, but [email protected] is rejected. I've tried the following:
1. Put remotedomain.com in /etc/localdomains
Result: rejected with 'unrouteable address'
2. Put remotedomain.com in /etc/remotedomains
Result: rejected with 'lowest numbered MX record points to local host'
Do I need to add a CNAME record for remotedomain.com to the zone file for mydomain.com? Or perhaps add a rule to exim.conf?
Any help appreciated!
1. Put remotedomain.com in /etc/localdomains
Result: rejected with 'unrouteable address'
2. Put remotedomain.com in /etc/remotedomains
Result: rejected with 'lowest numbered MX record points to local host'
Do I need to add a CNAME record for remotedomain.com to the zone file for mydomain.com? Or perhaps add a rule to exim.conf?
Any help appreciated!