Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm not familiar with the kerio sendmail server, I'm just familiar with regular old sendmail.
Quote:
What else can I check ?
You can check the log files. You should always start with checking log files when something wrong happens. Your log files for sendmail should be /var/log/maillog. You can also check the output of 'ps -aux | grep sendmail' to see if sendmail is actually up and running. You can telnet into your local computer (i.e, 'telnet 127.0.0.1 25') and see if Sendmail is accepting connections. You can also try sending an email using the 'mail' command and then rechecking the log files. Post some of your finding and we'll take a look at it.
I'm not familiar with the kerio sendmail server, I'm just familiar with regular old sendmail.
You can check the log files. You should always start with checking log files when something wrong happens. Your log files for sendmail should be /var/log/maillog. You can also check the output of 'ps -aux | grep sendmail' to see if sendmail is actually up and running. You can telnet into your local computer (i.e, 'telnet 127.0.0.1 25') and see if Sendmail is accepting connections. You can also try sending an email using the 'mail' command and then rechecking the log files. Post some of your finding and we'll take a look at it.
~Justin
It seems that nothing is working, from "ps -aux | grep sendmail" the answer is :
This says that sendmail is not running. The grep sendmail is the grep command that you are currently running. If sendmail was running you would see something similar to
Code:
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ
root 1853 0.0 0.0 5692 1856 ? Ss Jul13 0:00 sendmail: accepting connections
smmsp 1861 0.0 0.0 5208 1692 ? Ss Jul13 0:00 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue
root 27423 0.0 0.0 4992 640 pts/0 S+ 09:03 0:00 grep sendmail
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.