如果使用 Microsoft Exchange 郵件伺服器作為您的郵件伺服器,且電子郵件寄件者配置了閱讀回執通知要求,則必須停用閱讀回執通知。否則,閱讀回執通知將從您配置用於 Kaspersky Anti Targeted Attack Platform 接收郵件的電子郵件信箱傳送出去。您也必須停用自動處理會議要求,以防止佔用 Kaspersky Anti Targeted Attack Platform 接收郵件的信箱。
若要停用傳送來自 Kaspersky Anti Targeted Attack Platform 接收郵件的電子郵件信箱的閱讀回執通知:
Get-MailboxMessageConfiguration -Identity<Kaspersky Anti Targeted Attack Platform 接收邮件的电子邮件信箱> | fl
Set-MailboxMessageConfiguration -Identity<Kaspersky Anti Targeted Attack Platform 接收邮件的电子邮件信箱> -ReadReceiptResponse NeverSend
這將停用來自 Kaspersky Anti Targeted Attack Platform 接收郵件的電子郵件信箱的閱讀回執通知。
若要停用自動處理會議請求:
Get-CalendarProcessing -Identity<Kaspersky Anti Targeted Attack Platform 接收邮件的电子邮件信箱> | fl
Set-CalendarProcessing -Identity<Kaspersky Anti Targeted Attack Platform 接收邮件的电子邮件信箱> -AutomateProcessing:None
這將停用自動處理會議請求。