PDA

View Full Version : Is Sendmail runing?


mic520
August 5th, 2007, 07:28 PM
Hi folks!

When "/etc/init.d/sendmail reload", I got "Reloading Mail Transport Agent configuration: sendmail."
When "usr/sbin/sendmail -bt -d0", I got "Version 8.13.5.20060308 blah-blah",
seems sendmail is running

Alhough, telnet localhost 25 shows nothing
And I can't find any configuration file like sendmail.cf I worked with before in RH

Any Help, please.

Mr. C.
August 5th, 2007, 10:19 PM
ps -ef | grep sendmail
netstat -an | grep :25

MrC