I'm posting to this list because I'm facing an issue when integrating
mandrillapp on exim.
To the point: When I exclude some domain from sending via mandrill,
messages can't be sent.
When I set "senders" to exclude "domain.tld" from sending via mandrill
(sending locally), I got this:
=================================
2015-04-27 19:43:13 1Ymrk9-000zDR-7K <= email@??? H=localhost
(domain.tld) [::1]:50354 I=[::1]:25 P=esmtpa
A=dovecot_login:email@??? S=508
id=7e29820a926a50a01ed4cc87299c3288@??? T="TEST SUBJECT" from
<email@???> for email@???
2015-04-27 19:43:13 1Ymrk9-000zDR-7K SMTP connection outbound 1430174593
1Ymrk9-000zDR-7K domain.tld email@???
2015-04-27 19:43:13 1Ymrk9-000zDR-7K ** email@???
F=<email@???> R=fail_remote_domains: The mail server could not
deliver mail to email@???. The account or domain may not
exist, they may be blacklisted, or missing the proper dns entries.
2015-04-27 19:43:13 1Ymrk9-000zDR-7K Completed
=================================
Obviously, I made all the tests and outsidedomain.tld can receive emails
normally.
If I comment "senders" line, domain.tld can send via mandrill without
issues.
If I get rid of all mandrill integration, domain.tld can send mail
wihout any issues.
Can you help me to discover why excluding domain.tld is triggering
"R=fail_remote_domains"?
What I'm doing wrong?