Get-IPAllowListEntry
Add-IPAllowListEntry
Remove-IPAllowListEntry
Get-MailboxJunkEmailConfiguration -Identity <e-mail address> Get-Mailbox -Identity <e-mail address> | Format-List SCL*,Bypass*,*SenderAuth*
http://woshub.com/configure-spam-protection-in-exchange-2013-rbl-providers/
https://blog.ahasayen.com/smtp-relay-exchange-internalsmtpservers/
Get the current list:
Get-TransportConfig | fl InternalSMTPServers
Replace list:
Set-TransportConfig -InternalSMTPServers 192.168.1.0/24, 192.168.5.2
Add to list:
Set-TransportConfig -InternalSMTPServers @{Add="<ip address1>","<ip address2>"...}
We currently rely on MailCleaner (inbound mail filtering) to verify DKIM signatures as Exchange does not do so.
This free tool will sign outgoing messages for the domains you specify.
https://opentechtips.com/how-to-configure-dkim-on-exchange-2019-the-simple-way/