Subject: Re: the 'right' way to start sendmail (from pkgsrc) to =?iso-8859-1?q?process=09client?= (MSP) queue runner
To: Carl Brewer <carl@bl.echidna.id.au>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: netbsd-users
Date: 09/10/2004 12:17:24
On Friday 10 September 2004 12:01, Carl Brewer wrote:
> At the moment I have two daemons running, one started from
> rc.conf :
>
> root 3443 0.0 0.5 1092 1432 ?? Ss Thu09AM 0:05.53 sendmail:
> accepting connections
>
> and one from my manual kickoff of the msp processor :
>
> smmsp 17230 0.0 0.5 956 1268 ?? Ss 9:46AM 0:00.00 sendmail:
> Queue control
Is there any particular reason you want the msp queue processing as a daemon?
On our mail hub I start up the normal daemon from rc.conf
sendmail=YES sendmail_flags="-Lsm-mta -bd -q15m"
and do the queue processing from cron
15,35,55 * * * * /usr/sbin/sendmail -Ac -q
cheers
mark