skip to Main Content

Set up smart host

  • Updated on August 16, 2023

Instead of routing all outbound messages directly to the Internet, you should route your organization’s outbound mail through the SpamBull spam filter, which scans outbound mail for spam and malware.

Note: Ensure that you create an outgoing user before going through the steps below.

Create send connector in Exchange Server On-Premises.

  1. Sign in to Exchange admin center.
  2. Click on mail flow > send connectors.
  3. Create a new send connector.
  1. Add a relevant name for the new send connector. For example, SpamBullOut.
  2. Select: Internet (For example, to send internet mail).
  3. Click Next.
  1. Select Route mail through smart hosts.
  2. Click on the + icon.
  3. Add the SpamBull smart host URL. You received this URL in the mail of your login credentials. If that’s not the case, send an email to the support team to receive it.
  4. Click Save.
  5. Click Next.
  1. If you are using an IP outgoing user, leave None. If you are using an Authenticating user, select Basic Authentication > Input the Outgoing User name and Password.
  2. Click Next.
  1. Click the + icon.
  1. Type * (asterisk) in the Full Qualified Domain Name (FQDN) field. This value indicates that the send connector applies to messages addressed to all external domains.
  2. Click Save.
  1. Click Next.
  1. Click on the + icon.
  1. Select the Exchange Server from the list.
  2. Click OK and Finish.

Note: Ensure you disable other send connectors and only keep SpamBullOut send connecter enabled.

The send connector is created. But by default, it’s configured on port 25.

Note: We do not recommend using port 25 for sending outbound mail to the SpamBull spam filter.

Ensure that the send connector uses port 587.

Note: The default and recommended outgoing port is 587 (this supports STARTTLS, which will be automatically employed if the connecting server supports it).

  1. Run Exchange Management Shell as administrator.
  2. Run the command:
Set-SendConnector -Identity "SpamBullOut" -Port:587

Suppose you have given the send connector another name than SpamBullOut, change “SpamBullOut” in the above command to the name you gave the send connector.

  1. Restart the Microsoft Exchange Transport service.

You successfully created a send connector that uses port 587 to send mail through the SpamBull smart host.

Note: Don’t forget to block port 25 from LAN > WAN in the firewall. This will restrict outgoing mail to stop scammers and malware from sending mail from your IP address.