Page 1 of 1

Unable to send Outgoing email otherwise fine

Posted: Sat Jun 23, 2007 1:50 pm
by RevDarkman
Hi all

After a successful test last week of course the actual install has issues.

Running FC5 resolved all dependencies prior to installation.

Incoming email is fine, internal email is fine however all email to an external address simply sits in the queue "Internet Mail Gateway"

I found the ldap issue and have gone through the article on the wiki chaging port to 3890 - all done.

I'd like to check the logs but not sure which ones I need to be looking at. /var/log/maillog is almost empty bar the sendmail startup reports. /var/log/mail/ is empty

[root@mail ~]# lsof -itcp:25
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
omsmtpd 2324 root 4u IPv4 6155 TCP mail.xxxxxxxx.co.uk:smtp (LISTEN)
sendmail 3330 root 4u IPv4 13048 TCP localhost.localdomain:smtp (LISTEN)

[root@mail ~]# lsof -itcp:3890
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
omslapd 2332 root 8u IPv4 6162 TCP *:ndsconnect (LISTEN)
omslapd 2332 root 9u IPv4 18175 TCP mail.xxxxx.co.uk:ndsconnect>mail.xxxxx.co.uk:50195 (ESTABLISHED)
omslapd 2332 root 11u IPv4 18208 TCP mail.xxxxx.co.uk:ndsconnect>mail.xxxxx.co.uk:56447 (ESTABLISHED)

HELP!

RevDarkman

Posted: Tue Jun 26, 2007 10:01 am
by KevinAnderson
Is sendmail running at all?

Kev.

Posted: Tue Jun 26, 2007 9:46 pm
by grahamk
It looks like sendmail is listening on localhost, port 25

[root@mail ~]# lsof -itcp:25
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
omsmtpd 2324 root 4u IPv4 6155 TCP mail.xxxxxxxx.co.uk:smtp (LISTEN)
sendmail 3330 root 4u IPv4 13048 TCP localhost.localdomain:smtp (LISTEN)


Wish I could help more. It looks like Scalix may not be handing off to sendmail. Check out /var/opt/scalix/??/s/sys/smtpd.cfg and see if anything looks amiss?

Posted: Wed Jun 27, 2007 9:50 am
by craig
what does ps aux |grep sendmail give you?