[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sendmail
Rick Wash writes:
> > Despite removing the sendmail binaries, I still see starting sendmail even
> > though there is nothing to start.
> > It's annoying and I'm wondering where this is coming from.
>
> man mailer.conf
> - controls what gets executed.
> less /etc/rc
> - the system daemon gets launched from here
> crontab -e
> - the queue processor gets run from here
>
> HTH,
> Rick
Interesting. Someone already responded.
sendmail_flags="NO"
was missing (deleted ? ) from rc.conf.
It's fine now.
Go figure ? !