在Exchange 2007中无法接收密码保护的存档

首先是相关的环境信息:我使用梭子鱼垃圾邮件和病毒防火墙300运行Exchange 2007。

最近,我开始使用一个服务,送我一个月度报告。 不幸的是,这份月度报告需要密码保护。 当然,这导致拒绝通知从我的梭子鱼框(虽然我怀疑他们可能是直接从Exchange服务器,给出简单的通知格式)。 奇怪的是我有我的密码保护存档filter设置为隔离,而不是阻止。 此外,被阻止的邮件根本不会显示在梭子鱼邮箱的邮件日志中。

为了解决这个问题,我一直在尝试从我的个人电子邮件地址发送一个受密码保护的存档到我的内部地址 – 我试图在Barracuda盒子和Exchange服务器上列出我个人的电子邮件地址

set-contentfilterconfig -bypassedsenders [my address1], [my address2] 

但是当我使用我的Gmail帐户时,我仍然收到失败通知,并且Hotmail彻底拒绝了这个消息。 (为了清楚起见:这只是意味着Hotmail不会让我发送带有密码保护的存档的消息,这不是意外的行为。)

我甚至尝试过

 set-contentfilterconfig -bypassedrecipients [my internal address] 

但是这也不起作用。

有没有人有任何想法,我可能会在这里失踪?


这是拒绝通知:

 Delivery to the following recipient failed permanently: [my internal address] Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient domain [my domain] by [my Barracuda box's public DNS name]. [My Barracuda box's public IP]. The error that the other server returned was: 552 Password protected zip file found inside of the email 

请注意,这是不同于通常的拒绝通知,看起来像这样:

 Delivery has failed to these recipients or distribution lists: [recipient address] An error occurred while trying to deliver this message to the recipient's e-mail address. Microsoft Exchange will not try to redeliver this message for you. Please try resending this message, or provide the following diagnostic text to your system administrator. The following organization rejected your message: cuda.[my domain]. _____ Sent by Microsoft Exchange Server 2007 

问题解决了。 这个问题是由SonicWALL的网关防病毒造成的。

请注意,SonicWALL没有任何迹象表明这一点。 它甚至在传送失败消息中使用梭子鱼的地址而不是自己的地址。

以下是我所做的:

  1. login到SonicWALL。
  2. 转到安全服务>网关防病毒
  3. 点击SMTP下的“设置”button
  4. 取消选中“限制传送受密码保护的ZIP文件”

我想将某些服务器仅列入SMTP组件,但是看起来不行。 好吧。