Category Archives: E-mail

Exchange, Disable spam filter for a receive connector

You may want to disable the spam filter for e.g. a connector that sends your invoices. Get-ReceiveConnector “SERVER\ReceiveConnector” | Add-ADPermission -User “NT Authority\Anonymous Logon”  -AccessRights ExtendedRight -ExtendedRights ms-exch-ypass-anti-spam Hope this helps you!  

Posted in E-mail, Exchange 2016, smtp | Comments Off on Exchange, Disable spam filter for a receive connector

Exchange 2016, receive connector, enable relaying, powershell

In order to have a certain receive connector to be able to relay (other than local delivery: actually route the mail to the outside) perform the following powershell command: Set-ReceiveConnector “SERVER\Receive Connector” -PermissionGroups AnonymousUsers Above command enables “Anyonymous user” delivery. … Continue reading

Posted in Connector, E-mail, Exchange 2016 | Comments Off on Exchange 2016, receive connector, enable relaying, powershell