Quote:
root@server:~# netstat -anp | grep "LISTEN .*master"
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2592/master
IP: 173.230.153.211
Yes I can telnet locally:
Quote:
root@server:~# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 server.mydomain.com ESMTP Postfix (Ubuntu)
quit
221 2.0.0 Bye
Connection closed by foreign host.
I do not remember setting up a firewall. Although the default Ubuntu install may have.
Ohh, that is a possibility. I can't telnet from my client (remote) machine to any other server running smtp either. Although, I have never had an issue trying to get my mail client (Apples mail.app) to work with any mail server before.