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 [2020/07/11 12:23] gcooper |
internet:mail:exchange:exchange_spam [2024/04/30 11:57] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Exchange E-Mail Security ====== | ====== Exchange E-Mail Security ====== | ||
+ | |||
+ | See also **[[internet: | ||
+ | |||
+ | ===== Enable AntiSpam ===== | ||
+ | |||
+ | https:// | ||
===== Whitelist a Sender or Domain ===== | ===== Whitelist a Sender or Domain ===== | ||
- | https:// | + | https:// |
+ | |||
+ | ===== Whitelist an IP Address or Range ===== | ||
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | ===== Show Mailbox Anti-Spam ===== | ||
+ | |||
+ | < | ||
+ | Get-MailboxJunkEmailConfiguration -Identity <e-mail address> | ||
+ | |||
+ | Get-Mailbox -Identity <e-mail address> | Format-List SCL*, | ||
+ | </file> | ||
===== SMTP Relay Filters ===== | ===== SMTP Relay Filters ===== | ||
+ | |||
+ | http:// | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Get the current list: | ||
< | < | ||
Get-TransportConfig | fl InternalSMTPServers | Get-TransportConfig | fl InternalSMTPServers | ||
+ | </ | ||
- | Set-TransportConfig | + | Replace list: |
+ | |||
+ | < | ||
+ | Set-TransportConfig | ||
</ | </ | ||
+ | |||
+ | Add to list: | ||
+ | |||
+ | < | ||
+ | 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:// | ||
+ |