outlook邮箱邮件大小限制_配置邮箱的邮件大小限制: Exchange 2013 帮助 | Microsoft Docs...
為郵箱配置郵件大小限制Configure message size limits for a mailbox
2020/7/17
本文內容
適用于: Exchange Server 2013Applies to: Exchange Server 2013
可以使用 EAC 和命令行管理程序以配置用戶郵箱的郵件大小限制。這些限制控制用戶可以發送和接收的郵件的大小。默認情況下,創建了郵箱時,系統不會對發送和接收的郵件的大小進行限制。You can use the EAC and the Shell to configure message size limits for a user mailbox. These limits control the size of messages that a user can send and receive. By default, when a mailbox is created, there isn't a size limit for sent and received messages.
請記住,Exchange 組織中還有其他設置能確定郵箱發送和接收的最大郵件大小(例如,在郵箱服務器上配置的最大郵件大小)。若要了解有關 Exchange 中郵件大小的限制(包括郵件大小限制類型、作用域和優先順序)的詳細信息,請參閱郵件大小限制。Keep in mind that there are other settings in an Exchange organization that determine the maximum message size a mailbox can send and receive (for example, the maximum message size configured on a Mailbox server). To learn more about the message size restrictions in Exchange, including the types of message size limits, their scope, and the order of precedence, see Message size limits.
有關與用戶郵箱相關的其他管理任務,請參閱管理用戶郵箱。For additional management tasks related to user mailboxes, see Manage user mailboxes.
備注
還可以控制郵件用戶發送和接收的郵件的大小,以及來自共享郵箱的郵件的大小。You can also control the size of messages sent and received by mail users and from shared mailboxes.
在開始之前,您需要知道什么?What do you need to know before you begin?
估計完成時間:2 分鐘。Estimated time to complete: 2 minutes.
您必須先獲得權限,然后才能執行此過程或多個過程。若要查看所需的權限,請參閱 收件人權限主題中的"收件人設置權限"部分。You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Recipient Provisioning Permissions" section in the Recipients Permissions topic.
若要了解可能適用于此主題中過程的鍵盤快捷鍵,請參閱 Exchange 管理中心內的鍵盤快捷鍵。For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts in the Exchange admin center.
提示
是否有任何疑問?Having problems? 在 Exchange 論壇中尋求幫助。Ask for help in the Exchange forums. Visit the forums at Exchange Server.
使用 EAC 配置郵件大小限制Use the EAC to configure message size limits
在 EAC 中,導航到 "收件人" " ? > ?郵箱"。In the EAC, navigate to Recipients?>?Mailboxes.
在用戶郵箱列表中,單擊要更改其郵件大小限制的郵箱,然后單擊" 編輯"
。In the list of user mailboxes, click the mailbox that you want to change the message size limits for, and then click Edit
.
On the mailbox properties page, click Mailbox Features.On the mailbox properties page, click Mailbox Features.
在" 郵件大小限制"下,單擊" 查看詳情"以查看并更改以下郵件大小限制:Under Message Size Restrictions, click View details to view and change the following message size limits:
已發送郵件:若要指定此用戶發送的郵件的最大大小,請選中 "最大郵件大小(KB) " 復選框并在框中鍵入一個值。Sent messages: To specify a maximum size for messages sent by this user, select the Maximum message size (KB) check box and type a value in the box. 郵件大小必須介于 0 到 2,097,151 KB 之間。The message size must be between 0 and 2,097,151 KB. 如果用戶發送大于該指定大小的郵件,則會將該郵件返回至用戶,并向其顯示一條描述性的錯誤消息。If the user sends a message larger than the specified size, the message will be returned to the user with a descriptive error message.
已接收郵件:若要指定此用戶接收的郵件的最大大小,請選中 "最大郵件大小(KB) " 復選框并在框中鍵入值。Received messages: To specify a maximum size for messages received by this user, select the Maximum message size (KB) check box and type a value in the box. 郵件大小必須介于 0 到 2,097,151 KB 之間。The message size must be between 0 and 2,097,151 KB. If the user receives a message larger than the specified size, the message will be returned to the sender with a descriptive error message.If the user receives a message larger than the specified size, the message will be returned to the sender with a descriptive error message.
單擊“確定”,然后單擊“保存”以保存你的更改。Click OK, and then click Save to save your changes.
使用命令行管理程序配置郵件大小限制Use the Shell to configure message size limits
此示例將 Debra Garcia 郵箱能發送的最大郵件大小設置為 25 MB,并將能接收的最大郵件大小設置 35 MB。This example sets the maximum size for sent messages to 25?MB and the maximum size for received messages to 35?MB for the mailbox of Debra Garcia.
Set-Mailbox "Debra Garcia" -MaxSendSize 25mb -MaxReceiveSize 35mb
有關語法和參數的詳細信息,請參閱 Set-Mailbox。For detailed syntax and parameter information, see Set-Mailbox.
如何判斷是否生效?How do you know this worked?
若要驗證是否為郵箱成功配置了郵件大小限制,請執行下列操作之一:To verify that you've successfully configured message size limits for a mailbox, do one of the following:
在 EAC 中,導航到 "收件人" " ? > ?郵箱"。In the EAC, navigate to Recipients?>?Mailboxes.
在用戶郵箱列表中,單擊要驗證其郵件大小限制的郵箱,然后單擊" 編輯"
。In the list of user mailboxes, click the mailbox that you want to verify the message size limits for, and then click Edit
.
On the mailbox properties page, click Mailbox Features.On the mailbox properties page, click Mailbox Features.
在" 郵件大小限制"下,單擊" 查看詳情"以驗證郵箱的郵件大小限制。Under Message Size Restrictions, click View details to verify the message size limits for the mailbox.
或Or
在命令行管理程序中運行以下命令。Run the following command in the Shell.
Get-Mailbox | fl MaxSendSize,MaxReceiveSize
總結
以上是生活随笔為你收集整理的outlook邮箱邮件大小限制_配置邮箱的邮件大小限制: Exchange 2013 帮助 | Microsoft Docs...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ios 添加block 类别_ios之B
- 下一篇: rxjava获取异步请求的结果_我为什么