Fasthosts和Heroku

我在Heroku上有一个应用程序,为此我已经指出一个Cnamelogging到www和裸域。

但是,当人们尝试回复我们从该域名发送的电子邮件时,这就造成了一个问题。 他们正在以某种方式通过Heroku路由 – 但只是在回复:

Delivery has failed to these recipients or groups: [email protected].herokuapp.com 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账户。

CNAMElogging不能与MXlogging共存。 您的MXlogging将被忽略,该域名将获取CNAME 目的地的MXlogging(可能类似于proxy.heroku.com这里)。