将企业邮箱发送邮件到部署在内网的邮件服务器

发布于 2024-10-14 13:27:36 字数 150 浏览 8 评论 0原文

我在内网部署了邮件服务器。每当我尝试从公司电子邮件服务器发送电子邮件时,邮件都无法送达。出现类似IP未找到之类的错误。 但是当我在 DMZ(云)上部署邮件服务器时,它就可以工作了。

因此,当企业电子邮件服务器和我的测试邮件服务器位于同一个内网,为什么电子邮件会被退回?

I have deployed mail server in the intranet. Whenever I try to send email from my corporate email server, the mail does not get delivered. Gives error like IP not found.
But when I deploy mail server on DMZ (cloud), it works.

So when both corporate email server & my test mail server are in same intranet, why the email gets bounced?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

帅冕 2024-10-21 13:27:36

从“收件人:”字段中使用的电子邮件地址检查域的 DNS MX 记录。
发送服务器将首先尝试将您的电子邮件传送到其中一台 MX 服务器。

Check DNS MX record for the domain from the email address used in To: field.
The sending server will try to deliver your email to one of the MX-servers first.

眼波传意 2024-10-21 13:27:36

也许您应该在电子邮件服务器上运行测试,以确保没有任何配置问题。您可以尝试 http://www.emailsecuritygrader.com 这是一个免费的在线工具,我认为效果很好。它会对您域的 MX 记录中定义的所有邮件服务器运行一系列安全测试,并针对发现的问题向您提供建议。

Maybe you should run a test on your email server to make sure you don't have any config problems. You could try http://www.emailsecuritygrader.com it's a free online tool that I think works well. It runs a series of security tests on all mail servers defined in the MX record for your domain and will give you recommendations on the problems found.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文