请解释我的VPS的邮件队列pipe理器

在我的WebHostpipe理器中的VPS我有一个称为邮件队列pipe理器的区域。 我经常会在那里build立一些似乎含有病毒和其他问题的信息。

这些消息到底是什么? 他们是否试图将邮件传递到我的域名? 或者他们的消息是以某种方式试图通过从我的域名发送?

我很担心,我的服务器不安全,垃圾邮件发送者正在使用它。 这个消息是否证实或否认?

注意:我将[email protected]转发到[email protected],我从Gmail发送邮件,但是使用我的MYDOMAIN.com SMTP服务器。

1NbSMG-0005mN-Ul-H mailnull 47 12 <> 1264915708 0 -ident mailnull -received_protocol local -body_linecount 230 -max_received_linelength 80 -allow_unqualified_recipient -allow_unqualified_sender -frozen 1264915709 -localerror XX 1 [email protected] 144P Received: from mailnull by vps.MYDOMAIN.com with local (Exim 4.69) id 1NbSMG-0005mN-Ul for [email protected]; Sun, 31 Jan 2010 00:28:28 -0500 040 X-Failed-Recipients: [email protected] 029 Auto-Submitted: auto-replied 060F From: Mail Delivery System <[email protected]> 022T To: [email protected] 059 Subject: Mail delivery failed: returning message to sender 049I Message-Id: <[email protected]> 038 Date: Sun, 31 Jan 2010 00:28:28 -0500 

 1NbSMG-0005mN-Ul-D This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [email protected] (ultimately generated from [email protected]) SMTP error from remote mail server after end of data: host gmail-smtp-in.l.google.com [209.85.221.42]: 552-5.7.0 Our system detected an illegal attachment on your message. Please 552-5.7.0 visit http://mail.google.com/support/bin/answer.py?answer=6590 to 552 5.7.0 review our attachment guidelines. 8si6597260qyk.56 ------ This is a copy of the message, including all the headers. ------ Return-path: <[email protected]> Received: from dyncable-72-159-38-204.bardstown.com ([72.159.38.204]) by vps.MYDOMAIN.com with esmtp (Exim 4.69) (envelope-from <[email protected]>) id 1NbSMF-0005kn-3O for [email protected]; Sun, 31 Jan 2010 00:28:27 -0500 Received: from 72.159.38.204 by mail.rowzie.com; Sun, 31 Jan 2010 00:27:12 -0500 Message-ID: <000d01caa236$0a893ba0$6400a8c0@gullyj> From: "Erma Cornelius" <[email protected]> To: <[email protected]> Subject: You've received a postcard Date: Sun, 31 Jan 2010 00:27:12 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0006_01CAA236.0A893BA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 This is a multi-part message in MIME format. ------=_NextPart_000_0006_01CAA236.0A893BA0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit Good day. Your family member has sent you an ecard Send free ecards from with your choice of colors, words and music. Your ecard will be available with us for the next 30 days. If you wish to keep the ecard longer, you may save it on your computer or take a print. To view your ecard, open zip attached file. ------=_NextPart_000_0006_01CAA236.0A893BA0 Content-Type: application/zip; name="ecard.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ecard.zip" (attachment data here) 

您需要configuration您的vps的防火墙closures端口25到外部stream量。

如果你想从你的networking服务器发送邮件,你仍然可以做到这一点与端口25封闭的外部世界,防止99%的问题。

如果您需要使用SMTP服务器进行外部通信,请使用托pipe公司提供的服务器。

否则,你将花费绝大部分时间来保持你的SMTP服务器补丁和closures恶意stream量。

这些消息到底是什么? 他们是否试图将邮件传递到我的域名? 或者他们的消息是以某种方式试图通过从我的域名发送?

垃圾邮件发送者通过您的服务器将电子邮件转发到外部世界。 您的电子邮件服务器被configuration为开放中继,因此正在发生。

我很担心,我的服务器不安全,垃圾邮件发送者正在使用它。 这个消息是否证实或否认?

服务器configuration不正确,因此是不安全的。 但是,有一个简单的方法来解决这个问题:

  1. 仅在回送接口(127.0.0.1)上运行您的MTA(电子邮件服务器)。
  2. 从外面closures端口25(请注意,根本不需要发送电子邮件)。