just a heads up
Code:
# Redirect MTA to port 125 to enable ASSP
local_interfaces = 127.0.0.1.125
Code:
==> /var/log/exim_mainlog <==
2007-03-17 14:44:28 exim 4.63 daemon started: pid=22202, -q1h, listening for SMTP on [127.0.0.1]:125
2007-03-17 14:44:28 Start queue run: pid=22203
2007-03-17 14:44:28 End queue run: pid=22203
2007-03-17 14:44:28 socket bind() to port 125 for address 127.0.0.1 failed: Address already in use: waiting 30s before trying again (9 more tries)
Code:
# Redirect MTA to port 125 to enable ASSP
local_interfaces = 127.0.0.1
daemon_smtp_ports = 125
Code:
2007-03-17 14:55:35 exim 4.63 daemon started: pid=23367, -q1h, listening for SMTP on [127.0.0.1]:125
2007-03-17 14:55:35 Start queue run: pid=23368
2007-03-17 14:55:35 End queue run: pid=23368
cpanel starts 2 versions of exim. one with ssl and one without. so we need to change only the smtp version. please update your addon to reflect the proper way configuring exim.