Sendmail [25: Connection refused] fix

If you can't receive email from the outside and got next error:

 (Delivery Status Notification [(0) www.domainname.com. [1.1.1.1]:25: Connection refused]).

You should check the iptables , is port listening .

if you can telnet on port 25 from localhost and can't from remote you need to modify your sendmail.cf file. Just comment the next line:

# O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA

 

Save config and restart sendmail.

 

 

Was this answer helpful?

 Print this Article

Also Read

Centos 6 Webserver

In this article we will install some software that is useful on a webserver based on...

DDoS

Diagnostic To display how many http connections are open at the moment, enter: netstat |...

FFmpeg on Centos 6

Install repo and ffmpeg # rpm -ihv...

Squid with authentication on Centos 6

How to install Squid with authentication on Centos 6 >>Get VPS with current...

Cron

Cron is the daemon that can be used to schedule tasks according to time, day of the month,...