I need to move exim to port 26 on one IP. I entered the following(except using the correct IPs) in exim.conf:
local_interfaces = 127.0.0.1 : 11.222.333.44.26 : 11.222.333.45
the idea being to move Exim off port 26 on 11.222.333.44. Lyris ListManager will be monitoring port 25 on that IP.
I restarted Exim and got:
Exim configuration error in line 653:
option "local_interfaces" unknown
I couldn't find any documentation on where the local_interfaces directive goes, but I did find one example that placed under "TRANSPORTS CONFIGURATION", so I put it at the end of that section. Is there something wrong with either my syntax or that location in exim.conf for this option? Could it be that local_interfaces is not supported in the DA installed version of Exim?
local_interfaces = 127.0.0.1 : 11.222.333.44.26 : 11.222.333.45
the idea being to move Exim off port 26 on 11.222.333.44. Lyris ListManager will be monitoring port 25 on that IP.
I restarted Exim and got:
Exim configuration error in line 653:
option "local_interfaces" unknown
I couldn't find any documentation on where the local_interfaces directive goes, but I did find one example that placed under "TRANSPORTS CONFIGURATION", so I put it at the end of that section. Is there something wrong with either my syntax or that location in exim.conf for this option? Could it be that local_interfaces is not supported in the DA installed version of Exim?