4.12 Ensure MailTips are enabled for end users

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

MailTips assist end users with identifying strange patterns to emails they send

Rationale:

Setting up MailTips gives a visual aid to users when they send emails to large groups of recipients or send emails to recipients not within the tenant.

NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.

Solution

To enable MailTips, use the Exchange Online PowerShell Module:

Run Microsoft Exchange Online PowerShell Module

Connect using Connect-ExchangeOnline.

Run the following PowerShell command:

Set-OrganizationConfig -MailTipsAllTipsEnabled $true -MailTipsExternalRecipientsTipsEnabled $true -MailTipsGroupMetricsEnabled $true -MailTipsLargeAudienceThreshold '25'

Default Value:

MailTipsAllTipsEnabled: True MailTipsExternalRecipientsTipsEnabled: False MailTipsGroupMetricsEnabled: True MailTipsLargeAudienceThreshold: 25

See Also

https://workbench.cisecurity.org/files/3729