我们使用"Google为您的域名“的电子邮件,但希望使用我们的旧电子邮件服务器发送邮件。原因是Google应用程序SMTP被我们的几个合作伙伴列为垃圾邮件(!!)。
谷歌有有关配置此选项的详细说明,但我不是百分之百熟悉MailEnable,当然也不熟悉MailEnable。MailEnable似乎强迫您指定单个IP范围以允许而不是允许范围,即使我按照配置SPF的说明,浏览它们的知识库.。
我试过设置它,但MailEnable不允许谷歌转发邮件:
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有任何建议吗?
发布于 2009-07-12 21:11:31
这听起来更像是收件人域的MX记录配置错误。它需要认证才能发送到非本地电子邮件地址,他们通常需要从试图在域外发送消息的用户那里获得认证。
域的MX记录指向要接收域电子邮件的特定服务器,但当您试图将邮件传递到这些服务器时,服务器表示它们不负责接收该域的电子邮件,因此需要身份验证,以便将消息转发给适当的收件人。
检查哪些服务器负责该域。如果试图发送到alice@example.com,请在Windows命令提示符下执行以下操作:
nslookup -type=mx example.com您将看到负责接收该域邮件的服务器列表。该列表可能包含为该域处理电子邮件的提供者的名称,例如example.net。您可能会很幸运地发送消息给postmaster@example.net,并在尝试发送到域时告诉他们您得到了“需要身份验证”响应。否则,您可能需要查找example.net的whois记录,以确定该问题的适当联系人。
它还可能有助于与It经理联系,以便您的合作伙伴知道问题所在,而且他们可能不知道配置错误。
https://serverfault.com/questions/24845
复制相似问题