【问题标题】:How to unset the spam quarantine mailbox in Exchange Server 2019如何在 Exchange Server 2019 中取消设置垃圾邮件隔离邮箱
【发布时间】:2020-08-14 13:41:59
【问题描述】:

我按照文档设置了一个邮箱来处理被隔离的电子邮件:

https://docs.microsoft.com/en-us/exchange/antispam-and-antimalware/antispam-protection/configure-quarantine-mailboxes?view=exchserver-2019

我用Set-ContentFilterConfig -QuarantineMailbox spamQ@mydomain.com

现在我不想要这个,只想让垃圾邮件进入个人垃圾邮件文件夹。我找不到如何删除此设置。

谢谢。

【问题讨论】:

    标签: exchange-server exchange-server-2019


    【解决方案1】:

    这样您就可以禁用隔离

    Set-ContentFilterConfig -SCLQuarantineEnabled $false
    

    【讨论】:

    • 请不要只回答代码。请注意,您不仅要回答 OP,还要回答该问题的任何未来读者。因此,请编辑帖子以包含解释为什么这行代码有效。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-01-24
    • 1970-01-01
    • 2011-07-12
    • 1970-01-01
    • 2016-01-10
    相关资源
    最近更新 更多