Exchange 2013附件太大?

我有最大的时间发送大附件,我已经检查了我的发送/接收的文件大小限制为100MB,但即使在14MB的大小,但用户无法接收文件。

我正在使用一个垃圾邮件filter(Appriver),并且在那里支持了很长时间,我们在日志中看到以下错误

13:32:40.260 4 SMTP-000036([myserverIP]) rsp: 354 Start mail input; end with <CRLF>.<CRLF> 13:33:41.038 3 SMTP-000033([myserverIP]) write failed. Error Code=connection reset by peer 13:33:41.038 3 SMTP-000033([myserverIP]) [659500] failed to send. Error Code=connection reset by peer 13:33:41.038 4 SMTP([myserverIP]) [659500] batch reenqueued into tail 

在交换服务器上禁用了Windows防火墙,其他所有价值较小的邮件都可以正常使用。

以下是尺寸限制的打印:

 ConnectorType ConnectorName MaxReceiveMessageSize MaxSendMessageSize ------------- ------------- --------------------- ------------------ Send InternetSendConnector - 35 MB (36,700,160 bytes) Send Appriver-Smarthost - 35 MB (36,700,160 bytes) Receive Default EXCHSRVR 100 MB (104,857,600 bytes) - Receive Client Proxy EXCHSRVR 100 MB (104,857,600 bytes) - Receive Default Frontend EXCHSRVR 100 MB (104,857,600 bytes) - Receive Outbound Proxy Frontend EXCHSRVR 100 MB (104,857,600 bytes) - Receive Client Frontend EXCHSRVR 100 MB (104,857,600 bytes) - Receive ExchangeRelay 100 MB (104,857,600 bytes) - TransportConfig - 100 MB (104,857,600 bytes) 10 MB (10,485,760 bytes) ADSiteLink DEFAULTIPSITELINK Unlimited Unlimited 

服务器上没有反病毒,可能是干扰,我在这一点上的想法:(

编辑1

运行BPA后,它给出了错误:

 Exchange Organization: Check whether the incoming message(CN=MyDomain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=WG,DC=local) size isn't set The maximum incoming message size isn't set in organization 'CN=MyDomain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=WG,DC=local'. This can cause reliability problems. 

以下是目前的尺寸:

 [PS] C:\Temp>Get-TransportConfig | ft MaxSendSize, MaxReceiveSize MaxSendSize MaxReceiveSize ----------- -------------- Unlimited Unlimited [PS] C:\Temp>Get-ReceiveConnector | ft name, MaxMessageSize Name MaxMessageSize ---- -------------- Default EXCHSRVR 100 MB (104,857,600 bytes) Client Proxy EXCHSRVR 100 MB (104,857,600 bytes) Default Frontend EXCHSRVR 100 MB (104,857,600 bytes) Outbound Proxy Frontend EXCHSRVR 100 MB (104,857,600 bytes) Client Frontend EXCHSRVR 100 MB (104,857,600 bytes) ExchangeRelay 100 MB (104,857,600 bytes) 

再次,更小的电子邮件通过罚款。 似乎有一个10MB的接收限制,我找不到。

你是否也提高了组织的界限?

请参阅以供参考:

收到消息的最大大小
Cmdlet:Set-TransportConfig

参数:MaxReceiveSize邮件stream>接收连接器>更多选项更多选项图标>组织传输设置>限制选项卡>最大接收邮件大小

此外,“通过对等方重置连接”更多地指向networking问题而不是尺寸限制问题。

所有连接器configuration正确,允许大小为10 + mb的附件。 电子邮件由于我们的第三方垃圾邮件filter,AppRiver没有被传送。

在那里支持,他们允许大小为35mb的附件。 根据我们的testing,这是不正确的。

一旦我绕过垃圾邮件filter,所有形状/尺寸的电子邮件成功交付。

尝试将您的服务器的IP地址添加到允许的中继连接器列表中。