1832986 Members
2543 Online
110048 Solutions
New Discussion

messages not going out

 
GK_5
Regular Advisor

messages not going out

Hi! I use elm to send messages out. It was working. Now the messages the not going out. What could be the problem? where shall I look?

Thanks
IT is great!
5 REPLIES 5
Ollie R
Respected Contributor

Re: messages not going out

Hi,

A few things to check:

1) ps -ef | grep sendmail
checks if the sendmail daemon is running - if not, restart it

2) tail /var/adm/syslog/mail.log
checks if the system is actually sending mail

Try these first and communicate the results.

Have you changed anything that you know about?

Ollie.
To err is human but to not award points is unforgivable
Con O'Kelly
Honored Contributor

Re: messages not going out

How are you determining that messages are not being sent - are you not receiving them or can you see them queued on the system?

Does # mailq show alot of messages queued?

Also as Ollie said post last few lines of mail.log file.

Cheers
Con

RAC_1
Honored Contributor

Re: messages not going out

what mail.log says?

and if sendmail is running?

what mailq says?
There is no substitute to HARDWORK
twang
Honored Contributor

Re: messages not going out

Could the following succeed:
# sendmail < /etc/hosts
twang
Honored Contributor

Re: messages not going out

Could the following succeed:
# sendmail < /etc/hosts