Subject: the 'right' way to start sendmail (from pkgsrc) to process client
To: None <netbsd-users@NetBSD.org>
From: Carl Brewer <carl@bl.echidna.id.au>
List: netbsd-users
Date: 09/10/2004 09:14:02
Hello,

I'm trying to work out the 'right' way to start my sendmail
installation processing the MSP queue - I'm
currently doing this by hand :

sendmail -Ac -qp5m

And am considering inserting into cron :

*/10 * * * * /usr/sbin/sendmail -Ac -q

But that seems way too clunky, is there a way to start the
MSP queue processing from rc.conf?

thanks!

Carl