溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Exchange 2013 OWA發(fā)送大附件的問題

發(fā)布時間:2020-05-31 06:53:28 來源:網(wǎng)絡(luò) 閱讀:1194 作者:ljb_job 欄目:建站服務(wù)器

最近做了一個項目,客戶提出了這樣的要求:把對外發(fā)送郵件的大小改為100M(默認(rèn)是35M),針對此需求我們修改以下配置:
接收連接器:
Exchange 2013 OWA發(fā)送大附件的問題
Exchange 2013 OWA發(fā)送大附件的問題
發(fā)送連接器:
Exchange 2013 OWA發(fā)送大附件的問題
組織傳輸設(shè)置:
Exchange 2013 OWA發(fā)送大附件的問題
修改完以上配置后,發(fā)現(xiàn)通過outlook發(fā)送大附件沒有問題,可以正常的發(fā)送,但通過OWA發(fā)送就會報錯:
Exchange 2013 OWA發(fā)送大附件的問題

針對以上問題,通過研究確定,我們還需要修改web.config文件才可以解決,我們需要在CAS&MBX服務(wù)器上進(jìn)行web.config文件的修改,簡單的方法是直接復(fù)制以下命令即可(需要修改命令中的大?。钊缦拢?br/>以下命令需要在CAS服務(wù)器上執(zhí)行:
%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site/owa/" -section:system.webServer/security/requestFiltering /requestLimits.maxAllowedContentLength:35000000
%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site/owa/" -section:system.web/httpRuntime /maxRequestLength:35000

以下命令在MBX服務(wù)器上執(zhí)行:
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/owa/" -section:system.webServer/security/requestFiltering /requestLimits.maxAllowedContentLength:35000000
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/owa/" -section:system.web/httpRuntime /maxRequestLength:35000
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/owa/" -section:system.serviceModel/bindings /webHttpBinding.[name='httpsBinding'].maxReceivedMessageSize:35000000
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/owa/" -section:system.serviceModel/bindings /webHttpBinding.[name='httpBinding'].maxReceivedMessageSize:35000000
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/owa/" -section:system.serviceModel/bindings /webHttpBinding.[name='httpsBinding'].readerQuotas.maxStringContentLength:35000000
%windir%\system32\inetsrv\appcmd.exe set config "Exchange Back End/owa/" -section:system.serviceModel/bindings /webHttpBinding.[name='httpBinding'].readerQuotas.maxStringContentLength:35000000

參考鏈接:https://technet.microsoft.com/zh-cn/library/hh629949%28v=exchg.160%29.aspx?f=255&MSPPError=-2147217396

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI