User Tools

Site Tools


internet:mail:exchange:exchange_spam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:exchange:exchange_spam [2021/05/20 14:06]
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:mail:exchange:exchange_track_msg|Using the Exchange Shell to Track Messages]]**
  
 ===== Enable AntiSpam ===== ===== Enable AntiSpam =====
Line 14: Line 16:
   * ''Add-IPAllowListEntry''   * ''Add-IPAllowListEntry''
   * ''Remove-IPAllowListEntry''   * ''Remove-IPAllowListEntry''
 +
 +===== Show Mailbox Anti-Spam =====
 +
 +<file>
 +Get-MailboxJunkEmailConfiguration -Identity <e-mail address>
 +
 +Get-Mailbox -Identity <e-mail address> | Format-List SCL*,Bypass*,*SenderAuth*
 +</file>
  
 ===== SMTP Relay Filters ===== ===== SMTP Relay Filters =====
 +
 +http://woshub.com/configure-spam-protection-in-exchange-2013-rbl-providers/
  
 https://blog.ahasayen.com/smtp-relay-exchange-internalsmtpservers/ https://blog.ahasayen.com/smtp-relay-exchange-internalsmtpservers/
Line 38: Line 50:
 Set-TransportConfig -InternalSMTPServers @{Add="<ip address1>","<ip address2>"...} Set-TransportConfig -InternalSMTPServers @{Add="<ip address1>","<ip address2>"...}
 </file> </file>
 +
 +===== DKIM =====
 +
 +<note important>Exchange 2019 (on-prem) does not verify incoming DKIM signatures or sign outgoing by default.</note>
 +
 +==== 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: "C:\Program Files\Exchange DkimSigner\Configuration.DkimSigner.exe"</note>
 +
 +https://opentechtips.com/how-to-configure-dkim-on-exchange-2019-the-simple-way/
 +
 +https://github.com/Pro/dkim-exchange/wiki/Installation
 +
 +https://github.com/Pro/dkim-exchange/wiki
  
internet/mail/exchange/exchange_spam.1621541178.txt.gz · Last modified: 2021/05/20 14:06 by gcooper