我正在我的服务器上运行MailEnable,并且已经运行了很多年。最近,我们的服务器受到攻击,我得以关闭漏洞。
从那以后,我们的邮件服务器似乎不再发送邮件了。
- 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**- I have checked our domain with
- mxtoolbox.com
- senderbase.org
- And neither of them are reporting any problems with our domain.- I have ensured that port 25 is open (along with the other standard ports)以下是SMTP连接器的日志条目之一
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 以下是已发送消息的标题
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)
.我还能在哪里检查一下是否有什么坏东西?是什么原因导致这样的问题,信息似乎发送,但从来没有到达,永远不会返回反弹?
发布于 2013-11-05 20:05:15
我不知道发生了什么。我刚刚安装了最新的MailEnable修补程序,并重新启动了计算机。电子邮件似乎又开始流动了。
好像有东西在内部被包裹起来了。
https://serverfault.com/questions/550886
复制相似问题