Hi
I like to use my Linode for outgoing mail but my ISP has started blocking port 25. No problem, I thought, I knew Sendmail could use an alternative so ... in sendmail.mc I removed the front dnl from the last line of this:
Code:
dnl # The following causes sendmail to additionally listen to port 587 for
dnl # mail from MUAs that authenticate. Roaming users who can't reach their
dnl # preferred sendmail daemon due to port 25 being blocked or redirected find
dnl # this useful.
dnl #
dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl
Recompiled sendmail.cf, restarted Sendmail and all looks good when I telnet localhost 587. But ... it stops responding to port 25 which is rather unhelpful. The word 'additionally' above suggests that it should do both.
Thanks for any help.
Cheers
Ross