I'm not sure if this is the best way, but you could try hacking out qmail-queue with something like this: #!/bin/sh #/bin/env >> /tmp/qmail-queue.env if [ "${RELAYCLIENT-test}" == "" -o -z "$TCPREMOTEIP" ]; then /var/qmail/bin/qmail-queue.orig else /usr/local/bin/spamc -t 60 -d sa.host.com | /var/qmail/bin/qmail-queue.orig fi It would appear others are taking different approaches: http://www.mail-archive.com/[EMAIL PROTECTED]/msg18944.html Hope that helps - others would know more about this than me. Mike |
- Re: [toaster] qmail-spamc with qscanq Michael McCallister
- Re: [toaster] qmail-spamc with qscanq Tom Collins
- Re: [toaster] qmail-spamc with qscanq Michael McCallister
- Re: [toaster] qmail-spamc with qscanq Bill WONG - SV