我在 Heroku 上有一个应用程序,为此我将 Cname 记录指向 www 和裸域。
但是,当人们尝试从该域回复我们的电子邮件时,这会产生问题。他们正在以某种方式通过 Heroku 路由 - 虽然它只是在回复:
Delivery has failed to these recipients or groups:
[email protected]
The server has tried to deliver this message, without success, and has stopped trying.
The following organization rejected your message: us-east-1-a.route.herokuapp.com.
Diagnostic information for administrators:
Generating server: sofia.vsl-net.com
[email protected]
us-east-1-a.route.herokuapp.com #<us-east-1-a.route.herokuapp.com #4.4.7> #SMTP#
在上述案例中,他们正在回复从 [email protected] 发送的电子邮件。
像往常一样的 Fasthosts 根本没有帮助,任何人都可以对此有所了解吗?
谢谢
ETA - 似乎只有一些人在回复我们时遇到问题。我可以从另一个 imap 帐户以及 gmail 帐户发送/接收。
CNAME 记录不能与 MX 记录共存。您的 MX 记录将被忽略,域将获取 CNAME目的地的 MX 记录(可能类似于 proxy.heroku.com 此处)。