User Tools

Site Tools


internet:mail:exchange:exchange_spam

This is an old revision of the document!


Exchange E-Mail Security

Enable AntiSpam

Whitelist a Sender or Domain

SMTP Relay Filters

https://blog.ahasayen.com/smtp-relay-exchange-internalsmtpservers/

https://docs.microsoft.com/en-us/Exchange/antispam-and-antimalware/antispam-protection/antispam-on-mailbox-servers?view=exchserver-2019

Get the current list:

Get-TransportConfig | fl InternalSMTPServers

Replace list:

Set-TransportConfig -InternalSMTPServers 192.168.1.1, 192.168.1.2

Add to list:

Set-TransportConfig -InternalSMTPServers @{Add="<ip address1>","<ip address2>"...}
internet/mail/exchange/exchange_spam.1594492530.txt.gz · Last modified: 2020/07/11 12:35 by gcooper