Category Archives: smtp

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 and SMTP speed

In order to have Exchange SMTP speed up a little you can change some default values. Some of those values can be found here https://technet.microsoft.com/en-us/library/bb232205(v=exchg.160).aspx So if you want to change some of those value, to accept more mail at … Continue reading

Posted in Exchange 2016, smtp | Comments Off on Exchange 2016 and SMTP speed