Ok I got the emails to work with
user@domain.com, I can now receive emails but cannot send out well not completely because I can only send out if I do a reply to who ever I received an email from but if I start a new email it never reaches my destination.
Example:
Compose a message with
user@domain.com to send to
user@msn.com, it does not deliver.
Reply to message from
user@msn.com that user@domain received, it does deliver.
The following is the output of netstat -tap:
[root@server1 ~]# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 24639/xinetd
tcp 0 0 *:32769 *:* LISTEN 1899/rpc.statd
tcp 0 0 *

op3s *:* LISTEN 24639/xinetd
tcp 0 0 *:mysql *:* LISTEN 2356/mysqld
tcp 0 0 *

op3 *:* LISTEN 24639/xinetd
tcp 0 0 *:imap *:* LISTEN 24639/xinetd
tcp 0 0 *:sunrpc *:* LISTEN 1881/portmap
tcp 0 0 *:10000 *:* LISTEN 3536/perl
tcp 0 0 *:81 *:* LISTEN 2671/ispconfig_http
tcp 0 0 *:ftp *:* LISTEN 23626/proftpd: (acc
tcp 0 0 70-225-237-246.ded.a:domain *:* LISTEN 9972/named
tcp 0 0 70-225-237-245.ded.a:domain *:* LISTEN 9972/named
tcp 0 0 server1.hcihm.org:domain *:* LISTEN 9972/named
tcp 0 0 server1.hcihm.org:ipp *:* LISTEN 2208/cupsd
tcp 0 0 server1.hcihm.org:5335 *:* LISTEN 2190/mDNSResponder
tcp 0 0 *:smtp *:* LISTEN 25122/master
tcp 0 0 server1.hcihm.org:rndc *:* LISTEN 9972/named
tcp 0 0 *:http *:* LISTEN 24003/httpd
tcp 0 0 *:ssh *:* LISTEN 2256/sshd
tcp 0 0 ::1:rndc *:* LISTEN 9972/named
tcp 0 0 *:https *:* LISTEN 24003/httpd
tcp 0 864 70-225-237-245.ded.amer:ssh 70-225-237-242.ded.am:49979 ESTABLISHED 4350/1
Thank you for your help.