首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >电子邮件服务器可以在内部发送,但邮件永远不会到达外部收件人。

电子邮件服务器可以在内部发送,但邮件永远不会到达外部收件人。
EN

Server Fault用户
提问于 2013-11-05 19:18:15
回答 1查看 1.1K关注 0票数 1

我正在我的服务器上运行MailEnable,并且已经运行了很多年。最近,我们的服务器受到攻击,我得以关闭漏洞。

从那以后,我们的邮件服务器似乎不再发送邮件了。

  • 如果我将一封电子邮件从我自己发送到服务器上的另一个帐户,电子邮件就会如期而至。
  • 如果我从我的gmail帐户发送电子邮件到我的商业帐户,电子邮件也会如期而至。
  • 当我从业务帐户发送到外部域时,问题就出现了。
    • 我尝试了下面的
      • Gmail.com
      • Hotmail.com
      • Shaw.ca

代码语言:javascript
复制
- When I send to any of the above  
    - The message leaves my client as expected,
    - The logs appear to accept and forward on the message
    - The SMTP outbound que is empty
    - **The message never arrives**
代码语言:javascript
复制
- I have checked our domain with     
    - mxtoolbox.com
    - senderbase.org  
        - And neither of them are reporting any problems with our domain.
代码语言:javascript
复制
- I have ensured that port 25 is open (along with the other standard ports)

以下是SMTP连接器的日志条目之一

代码语言:javascript
复制
11/05/13 12:10:00   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1           220 mx1.example.com ESMTP MailEnable Service, Version: 6.81--6.81 ready at 11/05/13 12:10:00    0   0       
11/05/13 12:10:00   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   EHLO    EHLO ASSP.nospam    250-mx1.example.com [127.0.0.1], this server offers 6 extensions    159 18      
11/05/13 12:10:00   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   EHLO    EHLO ASSP.nospam    250-mx1.example.com [127.0.0.1], this server offers 6 extensions    159 18      
11/05/13 12:10:01   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   AUTH    AUTH LOGIN  334 VXNlcm5hbWU6    18  12      
11/05/13 12:10:01   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   AUTH    {blank} 334 UGFzc3dvcmQ6    18  26  chase@example.com
11/05/13 12:10:01   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   AUTH    Y29sb25lbGZhY2U=    235 Authenticated   19  18  chase@example.com   
11/05/13 12:10:01   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   MAIL    MAIL FROM:<chase@example.com>   250 Requested mail action okay, completed   43  31  chase@example.com   
11/05/13 12:10:01   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   RCPT    RCPT TO:<chase-example@gmail.com>   250 Requested mail action okay, completed   43  35  chase@example.com   
11/05/13 12:10:01   SMTP-IN 494C0AF55CD0400FB90FD5E6525BC885.MAI    1312    127.0.0.1   DATA    DATA    354 Start mail input; end with <CRLF>.<CRLF>    46  6   chase@example.com   

以下是已发送消息的标题

代码语言:javascript
复制
X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam
X-Assp-ID: ASSP.nospam 78601-04523
X-Assp-Intended-For: chase@gmail.com
X-Assp-Envelope-From: chase@example.com
Received: from [10.10.1.101] ([68.147.245.149] helo=[10.10.1.101]) with
    IPv4:587 by ASSP.nospam; 5 Nov 2013 12:10:00 -0700
From: Chase Florell <chase@example.com>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Subject: Test Message
Message-Id: <D88FA946-44E4-4B1C-BA5D-5DAC4330B2C1@example.com>
Date: Tue, 5 Nov 2013 12:10:18 -0700
To: Chase Florell <chase@gmail.com>
Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1816\))
X-Mailer: Apple Mail (2.1816)

.

我还能在哪里检查一下是否有什么坏东西?是什么原因导致这样的问题,信息似乎发送,但从来没有到达,永远不会返回反弹?

EN

回答 1

Server Fault用户

回答已采纳

发布于 2013-11-05 20:05:15

我不知道发生了什么。我刚刚安装了最新的MailEnable修补程序,并重新启动了计算机。电子邮件似乎又开始流动了。

好像有东西在内部被包裹起来了。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/550886

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档