Sendmail user open problem

Jonathan Arcand jonathan.arcand at CEGEPTR.QC.CA
Tue Jan 22 21:13:44 GMT 2002


My old config:
# Start the sendmail daemon:
if [ -x /usr/sbin/sendmail ]; then
  echo "Starting sendmail daemon (/usr/sbin/sendmail -bd -q15m)..."
  /usr/sbin/sendmail -bd -q15m
fi

My new config:
# Start the sendmail daemon:
if [ -x /usr/sbin/sendmail ]; then
echo "Starting sendmail daemon"
/usr/sbin/sendmail -bd -ODeliveryMode=queueonly -OQueueDirectory=/var/spool/
mqueue.in
/usr/sbin/sendmail -q15m
/usr/local/MailScanner/bin/check_mailscanner
fi

The problem appear at the first boot with the new config but if I use the
old config, the problem persist.

I'm using a Slackware 7.1 and the file is /etc/rc.d/rc.M


----- Original Message -----
From: "Julian Field" <jkf at ECS.SOTON.AC.UK>
To: <MAILSCANNER at JISCMAIL.AC.UK>
Sent: Tuesday, January 22, 2002 3:20 PM
Subject: Re: Sendmail user open problem


> At 18:53 22/01/2002, you wrote:
> >I'm testing mailscanner. It seemed to work great when I tried it for the
> >first time (start at the console).
> >I placed the config in rc.d to start mailscanner and sendmail on a
reboot.
> >Since then, my sendmail doesn't work correctly anymore. I replaced the
> >startup config by the old and the problem persist:
>
> You want to let MailScanner's init.d script start up the 2 sendmail
> processes it needs. Don't start a normal "sendmail -bd -q15m" as well!
>
> >169 ?        S      0:00 sendmail: ./g0MHLqn00167 my.domain.name.: user
open
> >All mail jams in the mqueue.
> >What can be the cause of this problem?
>
> What does your mailscanner rc.d script say? It should start 2 sendmail
> processes, then mailscanner itself (using the check_mailscanner script).
Do
> not run a separate sendmail rc.d script as well.
> --
> Julian Field                Teaching Systems Manager
> jkf at ecs.soton.ac.uk         Dept. of Electronics & Computer Science
> Tel. 023 8059 2817          University of Southampton
>                              Southampton SO17 1BJ
>



More information about the MailScanner mailing list