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

Page principale

Répondre à ce message
Auteur: Vic
Date:  
À: hampshire
Sujet: 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.