This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:exchange:exchange_spam [2022/07/20 12:14] gcooper |
internet:mail:exchange:exchange_spam [2024/04/30 11:57] (current) gcooper |
||
---|---|---|---|
Line 21: | Line 21: | ||
< | < | ||
Get-MailboxJunkEmailConfiguration -Identity <e-mail address> | Get-MailboxJunkEmailConfiguration -Identity <e-mail address> | ||
+ | |||
+ | Get-Mailbox -Identity <e-mail address> | Format-List SCL*, | ||
</ | </ | ||
Line 48: | Line 50: | ||
Set-TransportConfig -InternalSMTPServers @{Add="< | Set-TransportConfig -InternalSMTPServers @{Add="< | ||
</ | </ | ||
+ | |||
+ | ===== DKIM ===== | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | ==== Receiving ==== | ||
+ | |||
+ | We currently rely on MailCleaner (inbound mail filtering) to verify DKIM signatures as Exchange does not do so. | ||
+ | |||
+ | ==== Sending ==== | ||
+ | |||
+ | :!: This free tool will sign outgoing messages for the domains you specify. | ||
+ | |||
+ | <note tip>The GUI configuration tool is not added to the Start Menu but is located here: " | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||