Kaspersky Security 9.x for Microsoft Exchange Servers

同步垃圾郵件防護位址白/黑名單

2018年4月2日

ID 129464

透過結合使用向白/黑名單新增位址和從垃圾郵件防護位址白/黑名單中刪除位址的指令,您可以同步不同 Microsoft Exchange server 或不同設定檔中的黑、白名單。

透過用另一個清單替代清單進行清單同步。同步包括兩個步驟:

  1. 從需要與另一個清單同步的清單中刪除所有記錄
  2. 將第二個清單中的所有記錄新增至第一個空清單中

    範例:

    1.同步 server2.domain.com 上的白名單和 server1.domain.com 上的白名單:

    Get-KSEAntiSpamWhiteList -Server server2.domain.com | Remove-KSEAntiSpamWhiteListItem -Server server2.domain.com

    Get-KSEAntiSpamWhiteList -Server server1.domain.com | Add-KSEAntiSpamWhiteListItem -Server server2.domain.com

    2.同步 profile2 上的黑名單和 profile1 上的黑名單:

    Get-KSEAntiSpamBlackList -Profile profile2 | Remove-KSEAntiSpamBlackListItem -Profile profile2

    Get-KSEAntiSpamBlackList -Profile profile1 | Add-KSEAntiSpamBlackListItem -Profile profile2

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.