Antispamcloud / Spamexperts default settings change port to 587 / 550 Mail-relay not allowed

So yeah, I just updated my smarthost settings for my send-connector, and ofcourse, I forgot to change the port to 587. You can't do this for Exchange in the adminwebpanel nor in the settings-gui. No you can only do this as an administrator in powershell with the exchange add-in enabled or invoked. The code you need to run is:

Set-SendConnector -identity "NAME OF CONNECTOR" -Port:587


Don't remember your connector name? Look it up with:

Get-SendConnector | fl
Author: Angelique Dawnbringer Published: 2016-02-18 22:09:55 Keywords:
  • Anti-spam
  • Spamexperts
  • Exchange 2013
Modified: 2019-05-27 23:29:19