My host does not block port 25. Via root terminal, trying to telnet to localhost using port 25 fails, as well as externally.
Email is not working because of this.
root@gator:~# cat /etc/exim.conf|grep -i smtp_ports
daemon_smtp_ports = 25 : 587 : 465
# see also daemon_smtp_ports above
root@gator:~#
(from server side)
root@gator:~# telnet localhost 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
root@gator:~#
root@gator:~# netstat -l|grep 25
tcp 0 0 *:2571 *:* LISTEN
tcp6 0 0 [::]:2571 [::]:* LISTEN
root@gator:~#
Suggestions?
Email is not working because of this.
root@gator:~# cat /etc/exim.conf|grep -i smtp_ports
daemon_smtp_ports = 25 : 587 : 465
# see also daemon_smtp_ports above
root@gator:~#
(from server side)
root@gator:~# telnet localhost 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
root@gator:~#
root@gator:~# netstat -l|grep 25
tcp 0 0 *:2571 *:* LISTEN
tcp6 0 0 [::]:2571 [::]:* LISTEN
root@gator:~#
Suggestions?