On Tue, Nov 05, 2002 at 10:11:41PM -0500, Eric Reff wrote:
> I have one RedHat server that is having trouble mailing it's logs out. Up
> until a week ago when I removed(rpm -e) sendmail everything is going
> perfectly. The logs were sent out with a simple pipe to /bin/mail. I've
> since reinstalled the sendmail RPM and the logs are still unable to get out.
> The relevent line from the maillog:
Sendmail daemon must be running even for sending mail locally:
chkconfig sendmail on
service sendmail start
Read release notes ;-)
Mirek