MP is setup on a CentOS 6.5 box with a public IP. I can login to the UI.
I added the router config for exim.conf on our mail server that is on
another box in the DC. (which you might want to add to the pdf doc)
begin routers
mailarchive:
debug_print = "R: mailarchive for $local_part@$domain"
driver = manualroute
domains = *
transport = remote_smtp
# piler listening on port 25:
route_list = * "arc.mydomain.com::25"
self = send
unseen
I simply added our piler box domain to the route list line and kept
port 25.
Based on what I could find in the mail list my config.php in part has:
$config['LOCALHOST'] = '127.0.0.1';
$config['PILER_HOST'] = '0.0.0.0';
$config['PILER_PORT'] = 25;
$config['SMARTHOST'] = '127.0.0.1';
$config['SMARTHOST_PORT'] = 10026;
Regardless, no email. I am not able to telnet to port 25 from my Win7
box at home (I never install telnet on my servers). I have CSF firewall
and TCP port 25 is allowed.
I have experience with Atmails Archive Vault but this is my first
install of MP.
I'm a bit lost at this point.
Thanks,
Brad