[Mimedefang] Problem getting notification messages

John john at jjgb.com
Fri Jan 31 18:00:01 EST 2003


At 03:29 PM 1/31/03, you wrote:
>Hi all,
>
>So running sendmail -Ac -qp5m did the trick but (about 600 messages
>::sigh::) I thought I was already covered with this in my crontab:
>* * * * * /usr/lib/sendmail -qRsimutronics.com
>6,16,26,36,46,56 * * * * /usr/lib/sendmail -qRplay.net

If you wish to put it in a cron then it would be:
*/10 * * * * /usr/sbin/sendmail -Ac -q
The A is using submit.cf instead of sendmail.cf which would run it every 
ten minutes.

I used to have that in there as a safety net running every 30 minutes, but 
since I have clamd, I run it as a daemon and check the clientmqueue every 
ten minutes...

I added this (plus other stuff) to my /etc/init.d/sendmail startup script:

         echo -n $"Starting sm-client: "
         daemon --check sm-client /usr/sbin/sendmail -L sm-msp-queue -Ac \
                                 $([ -n "$QUEUE" ] && echo -q10)


>So this brings up another questions.   Why does mimedefang use a different
>queue location (/var/spool/clientmqueue) as opposed to /var/spool/mqueue?

Later versions of sendmail use two functions for delivery for safer 
operation...  As long as nothing goes amiss locally, nothing ever really 
gets put in clientmqueue and normal mail that is suppose to leave the box 
that cannot be delivered goes in the standard mqueue directory...



>Thanks,
>Jim


John Jaeger - Billings, Montana

EMail To	: <mailto:john at jjgb.com>
Home Page	: <http://www.jjgb.com>

PGP:
RSA Key ID: 0xAAEC7751  <http://www.jjgb.com/public_files/RSA_Key.zip>

"Our liberty is protected by four boxes...
     The ballot box, the jury box, the soap box, and the cartridge box."
                                    - Anonymous




More information about the MIMEDefang mailing list