Page 1 of 1
Mail stuck in Internet Mail Gateway
Posted: Mon Mar 05, 2007 7:11 pm
by TRACKS
I have a fresh install of Scalix 11.0.2 on RHat 4 I can send mail internally however I cant send mail to any external domain. Its all sitting in the Internet Mail Gateway
Posted: Mon Mar 05, 2007 7:20 pm
by kanderson
can you post the results of "lsof -i tcp:25"
Kev
Posted: Mon Mar 05, 2007 7:26 pm
by TRACKS
omsmtpd 9254 root 3u IPv4 84209 TCP My.host.com:smtp->My.host.com:35421 (ESTABLISHED)
omsmtpd 9254 root 6u IPv4 35103 TCP My.host.com:smtp (LISTEN)
omsmtpd 9254 root 11u IPv4 84213 TCP My.host.com:35422->My.host.com:smtp (ESTABLISHED)
omsmtpd 9254 root 15u IPv4 81077 TCP My.host.com:smtp->ns2.pads.ufrj.br:38058 (ESTABLISHED)
omsmtpd 9254 root 17u IPv4 81441 TCP My.host.com:smtp->ns2.pads.ufrj.br:38080 (ESTABLISHED)
unix.out 9307 scalix 11u IPv4 84208 TCP My.host.com:35421->My.host.com:smtp (ESTABLISHED)
sendmail 17505 root 4u IPv4 79589 TCP localhost:smtp (LISTEN)
Posted: Wed Mar 07, 2007 11:50 am
by TRACKS
This issue is resolved.
Turned out I had a host file issue had to add the following
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.2.1 sysname.mydomain.com sysname
I had several issues using the GUI tool in Rhat so I added the entry manually and restarted the network all is good now.
this now returns
lsof -i tcp:25
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
sendmail 7012 root 4u IPv4 31423 TCP localhost.localdomain:smtp (LISTEN)
omsmtpd 9215 root 6u IPv4 34802 TCP sysname.mydomain.com:smtp (LISTEN)