Re: [Hampshire] Connection refused even though Sendmail is r…

Top Page

Reply to this message
Author: Vic
Date:  
To: hampshire
Subject: Re: [Hampshire] Connection refused even though Sendmail is running

> I'm not a sendmail expert but you need to either be bound to every
> address 0.0.0.0 or the external IP to be able to see the service.


That's done in /etc/mail/sendmail.mc - look for the line

DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

Take out the "Addr=127.0.0.1," clause and remake sendmail.cf (type "make"
in /etc/mail).

Vic.