I am trying to change the SMTP port in an effort to get ASSP working.
I have edited /etc/e-smith/templates-custom/etc/services/10standard
appropriately and when I expand it I see that the port in /etc/services changes to 125 as I want it to.
When I do a
service smtpfront-qmail restart
and
telnet localhost 125
I get a "connection refused". Doing telnet localhost 25 gives a connection to the localhost.
It looks like the services file is being ignored.
What is my mistake?
Thanks.