我面临一个问题,一个巨大的mail.que文件上的文件夹C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue。
我们的一个用户创建了一个重定向循环,并使用超过100 k的回弹消息创建了邮箱,这个文件最终填充了整个C:驱动器。
我在网上读到这个文件是做什么的,它似乎保存了一些旧的排队的消息,但我不确定这些信息是否正确。
正如所述的这里,使用以下算法删除该文件是安全的:
1. Run “Get-Queue” and take a look at the count of messages in HUB01
2. Goto services.msc and Pause the Microsoft Exchange Transport service
3. Again, run “Get-Queue” and ensure all pending messages are “zeroed” out
4. Once messages pending becomes zero, stop the Transport service
5. Move the mail.que file and all others to a new folder in the same location
6. Start the Transport service我想知道这是否真的是正确的过程,因为链接上的信息似乎适用于Exchange 2010。
提前谢谢你,
发布于 2015-08-14 14:08:44
此过程也适用于Exchange 2013。为了防止这里还有Exchange2013:https://technet.microsoft.com/en-us/library/bb125177%28v=exchg.150%29.aspx的链接,本文还解释了如何将mail.que失败移动到另一个位置。
https://serverfault.com/questions/705399
复制相似问题