I can send but not receive.

Looks like to me exim is not running:

[root@server ~]# Connecting to mail.guffman.net [66.197.184.106]:25 ... failed: Connection refused

[root@server ~]# telnet mail.guffman.net 25
Trying 66.197.184.106...
telnet: connect to address 66.197.184.106: Connection refused
telnet: Unable to connect to remote host: Connection refused

I also question whether you are actually running DirectAdmin:

Code:
[root@server ~]# telnet  66.197.184.106 2222
Trying 66.197.184.106...
telnet: connect to address 66.197.184.106: Connection refused
telnet: Unable to connect to remote host: Connection refused
 
In the first post he tells us he's using DirectAdmin; you don't need to be running it on port 2222.

Or perhaps he's got firewall problems.

Jeff
 
In the first post he tells us he's using DirectAdmin; you don't need to be running it on port 2222.

True but:

Code:
[root@super2 ~]# nmap 66.197.184.106

Starting Nmap 5.21 ( http://nmap.org ) at 2010-09-24 13:00 EDT
Nmap scan report for 66-197-184-106.hostnoc.net (66.197.184.106)
Host is up (0.030s latency).
Not shown: 997 closed ports
PORT     STATE SERVICE
22/tcp   open  ssh
80/tcp   open  http
3306/tcp open  mysql

Nmap done: 1 IP address (1 host up) scanned in 1.29 seconds

Maybe the firewall on his server is blocking all but ssh, apache, and mysql.
 
Back
Top