I'm trying to set up inbound mail with mailgun. I want to receive email at support@mydomain.com. (changed for privacy)
- All Mailgun's DNS checks pass.
- I have a route set up. The expression is
match_recipient("support@mydomain.com")
and the action isforward("me@gmail.com")
- When I use the route testing tool it correctly matches my route.
But when I send email in real life to support@mydomain.com, I get a failure notice. The error message is:
Your message cannot be delivered to the following recipients:
Recipient address: support@mydomain.com
Reason: Remote SMTP server has rejected address
Diagnostic code: smtp;550 5.7.1 Relaying denied
Remote system: dns;mxb.mailgun.org (TCP|17.172.80.96|58312|52.5.239.85|25) (ak47 ESMTP ready)
What step am I missing here?