Hello Jeremy,

On Thursday, March 25, 2004 at 6:18:33 PM you wrote (at least in
part):

> Your question is not related to vpopmail, it should probably be on the qmail
> mailing list.  That being said:

ACK. And to make a long story short my diff follows as hint how your
suggested patch can look like ...

>> I have just setup qscanq to drop the load on the mail server a bit and I
>> have also compiled the qmail-spamc wrapper from spamassassin, but im now
>> stuck as to how to call them both with the qmailqueue patch. Has someone
>> done this that can give me a hint as to how your calling them one after
>> the other?

> both of them call qmail-queue to deliver the email.  You can easily edit the
> simple c code of either wrapper to call a different program.

> I would suggest calling qscanq first, then qmail-spamc, as there's no sense in
> checking a message for spam if it's a virus.

Over here I've changed it like this:

,----- [  ]
| --- qscanq-0.38.orig/src/conf-qmailq    Tue Mar  9 12:59:15 2004
| +++ qscanq-0.38/src/conf-qmailq Wed Mar 10 22:15:00 2004
| @@ -1,3 +1,4 @@
| +/usr/local/sbin/qmail-spamc
|  /var/qmail/bin/qscanq
|  
|  The first line of this file gives the full path to the folder to which
| [EMAIL PROTECTED]:/package/mail# diff -u qscanq-0.38.orig/src/Makefile 
qscanq-0.38/src/Makefile
| --- qscanq-0.38.orig/src/Makefile       Tue Mar  9 12:59:15 2004
| +++ qscanq-0.38/src/Makefile    Wed Mar 10 22:24:34 2004
| @@ -111,9 +111,9 @@
|         ./compile auto_qmailbin.c
|  
|  auto_qmailq.c: auto-strarr conf-qmailq
| -       ./auto-strarr auto_qmailq "`head -1 conf-qmailq`"/qmail-queue > \
| +       ./auto-strarr auto_qmailq "`head -1 conf-qmailq`" > \
|         auto_qmailq.c.tmp && mv auto_qmailq.c.tmp auto_qmailq.c
| -
| +#/qmail-queue
|  auto_qmailq_destdir.c: auto-str conf-qmailq
|         ./auto-str auto_qmailq_destdir "`head -1 conf-qmailq`" > \
|         auto_qmailq_destdir.c.tmp && mv auto_qmailq_destdir.c.tmp \
`-----
-- 
Best regards
Peter Palmreuther

Paint a number on her head and Sinead's a billiard ball.

Reply via email to