【问题标题】:Mail Server Not Receiving Email But Sending it Fine邮件服务器未收到电子邮件但发送正常
【发布时间】:2014-09-13 20:44:52
【问题描述】:

我正在使用 Plesk Parallel 邮箱和网络基础 Horde。我可以发送电子邮件,但无法接收电子邮件。我的其他电子邮件帐户(gmail)从不抱怨无法交付或收件人不存在等。我假设接收邮件没有定向到我的部落收件箱(在 webmail.exampledomain.com 中)是 DNS 问题。

我的服务器上有以下 DNS 条目,它们也充当我的主域名服务器。

     Host
     mail.exampledomain.com   

     Record type
     A

     Value
     ipaddress (111.222.111.222)

我是否缺少任何主要名称服务器记录来接收到此服务器的邮件?

更新:

当我向我的服务器有效电子邮件帐户发送电子邮件时,我在 gmail 上收到以下错误:

The recipient server did not accept our requests to connect. Learn more at   http://support.google.com/mail/bin/answer.py?answer=7720
[(10) mail.exampledomain.com. [ipaddress]:25: Connection refused]

【问题讨论】:

  • 您的区域中有 MX 记录吗?
  • 我有以下 MX 记录:Host=exampledomain.com。记录类型=MX (10) 值=mail.exampledomain.com.
  • “连接被拒绝”是当邮件服务器不监听尝试连接的端口/接口,或者访问被防火墙阻止时得到的。
  • @Bushmills 我将如何检查邮件服务器是否未运行或防火墙是否阻止它?我在 Centos 5.5 上。非常感谢帮助指针。
  • 检查是否正在运行以及它绑定到哪些地址/端口:netstat -tunlp - 检查防火墙:iptables -nvL - 你会在 mail.exampledomain.com 上运行 thar,并假设机器在 iinux 下

标签: email dns plesk nameservers horde


【解决方案1】:

收到的邮件未送达的原因是因为我禁用了 popmail 服务。我启用了,效果很好。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-12-03
    • 2017-08-13
    • 1970-01-01
    • 2014-07-20
    • 1970-01-01
    相关资源
    最近更新 更多