我们使用“Google Apps for Your Domain”来收发电子邮件,但希望使用旧的电子邮件服务器来发送邮件。原因是 Google Apps SMTP 被我们的几个合作伙伴列入了垃圾邮件黑名单(!!)。
谷歌配置此选项的详细说明但我对 SPF 并不十分熟悉,而且对 MailEnable 也完全没有经验。MailEnable 似乎会强制您指定要允许的单个 IP 范围,而不是范围,尽管我按照配置 SPF 的说明进行操作,并浏览其知识库。
我已尝试进行此项设置,但 MailEnable 不允许 Google 中继邮件:
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain.
We recommend contacting the other email provider for further information about the
cause of this error. The error that the other server returned was: 503 503 This mail
server requires authentication when attempting to send to a non-local e-mail address.
Please check your mail client settings or contact your administrator to verify that
the domain or address is defined for this server. (state 14).
关于如何继续,有任何 MailEnable 建议吗?
答案1
这听起来更像是收件人域的 MX 记录配置错误。它要求对发送到非本地电子邮件地址的邮件进行身份验证,而他们通常会要求那些试图向域外发送邮件的用户进行身份验证。
域的 MX 记录指向特定服务器以接收域的电子邮件,但是当您尝试传递到这些服务器时,服务器会说它们不负责接收该域的电子邮件,因此需要进行身份验证才能将消息转发给适当的收件人。
检查哪些服务器负责该域。如果您尝试发送到[电子邮件保护],在 Windows 命令提示符下执行以下操作:
nslookup -type=mx example.com
您将看到负责接收该域邮件的服务器列表。该列表可能包含处理该域电子邮件的提供商的名称,例如 example.net。您可能有幸收到消息[电子邮件保护]并告诉他们当您尝试向域发送信息时,您会收到“需要身份验证”的响应。否则,您可能需要查找 example.net 的 whois 记录,以确定问题的适当联系人。
联系您的合作伙伴的 IT 经理也可能会有所帮助,让他们了解该问题,并且他们可能没有意识到配置错误。