Can't get smarthost to work

Issue #624 invalid
Tim Stumbo created an issue

I've edited the following fields in config-site.php

$config['PILER_HOST'] = '172.17.1.27';

$config['SMARTHOST'] = '172.17.1.27';

$config['SMARTHOST_PORT'] = 10026;

PILER_HOST is running on Port 25.

Under the health status page Piler is showing OK but the Smarthost is showing Error.

What am I missing? I've looked around everywhere.

Thanks for all the help! Great product.

Comments (9)

  1. Janos SUTO repo owner

    Show me netstat -antl (make sure to format it!). Normally the smarthost is your mail server, another ip-address.

  2. Tim Stumbo reporter

    Here you go, I tried changing the Smarthost to the e-mail server but I'm still showing an error.

    Screen Shot 2015-10-27 at 5.04.01 PM.png

  3. Tim Stumbo reporter

    I set the smarthost settings to to the same IP address as my exchange server and set the port to 25.

    Things are working now, thanks.

  4. Log in to comment