Re: [SAtalk] unable to exec qq

2003-10-07 Thread Eduardo Gargiulo
Chr. von Stuckrad <[EMAIL PROTECTED]> wrote: On Mon, Oct 06, 2003 at 06:29:17PM -0300, Eduardo Gargiulo wrote: QMAILQUEUE="/usr/local/bin/spamassassin -P" export QMAILQUEUE ... but the messages are not delivered. The logs says "unable to exec qq". Is eem to remember, that the QMAILQUEUE-Variable do

Re: [SAtalk] unable to exec qq

2003-10-07 Thread Chr. von Stuckrad
On Mon, Oct 06, 2003 at 06:29:17PM -0300, Eduardo Gargiulo wrote: > QMAILQUEUE="/usr/local/bin/spamassassin -P" export QMAILQUEUE ... > but the messages are not delivered. The logs says "unable to exec qq". Is eem to remember, that the QMAILQUEUE-Variable does not contain a program's 'call' but ON

[SAtalk] unable to exec qq

2003-10-06 Thread Eduardo Gargiulo
Hi all I've successfuly patched qmail with bguenter qmailqueue patch and my tcpserver smtpd run file is the following --- #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` QMAILQUEUE="/usr/local/bin/spamassassin -P" expor