Please keep posts on the list if you want me to reply to them.

> Bill,
>
> this was the response from the qmail-scanner list
>
> Dave


That's becuase the spamassassin sub will return if the RELAYCLIENT
variable is set.  Just comment it out, that should work.

Bill


> -----Forwarded Message-----
>
> From: CertaintyTech <[EMAIL PROTECTED]>
> To: 'Dave Cramer' <[EMAIL PROTECTED]>, 'qmail scanner'
> <[EMAIL PROTECTED]> Subject: RE:
> [Qmail-scanner-general]qmail scanner with vpopmail
> Date: 18 Nov 2002 20:12:07 -0500
>
>> Hi folks,
>>
>> I have setup up the qmail toaster, and everything works except the
>> qmail-scanner doesn't seem to scan??
>>
>> It looks like the QMAILQUEUE environ var is not being set properly.
>>
>> I have the following in my tcp.smtp file
>>
>> # No Qmail-Scanner at all for mail from 127.0.0.1
>> 127.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/b
>> in/qmail-queue"
>>
>> # Use Qmail-Scanner with SpamAssassin on any mail from the rest of the
>> world
>>:allow,RELAYCLIENT="",RBLSMTPD="",
>> QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
>>
>
> Do you have the roaming users option set in vpopmail?  If so then
> vpopmail will ignore the QMAILQUEUE entries in your tcp.smtp file.  So
> with vpopmail you must set the QMAILQUEUE variable in the
> qmail-smtpd/run file.  For example:
>
> #!/bin/sh
> PATH=/var/qmail/bin:/usr/local/sbin:/usr/local/bin:${PATH}
> export PATH
> echo "Start qmail-smtpd"
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"; export QMAILQUEUE
> exec softlimit -m 12000000 \
>      tcpserver -v -p -r -c 20 -t 10 -l mail.yourdomain.com \
>      -x /etc/tcp.smtp.cdb -u "$QMAILDUID" -g "$NOFILESGID" \
>      192.168.1.10 smtp /var/qmail/bin/qmail-smtpd 2>&1
>
>
> ---
> Ed.
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: To learn the basics of securing  your
> web site with SSL, click here to get a FREE TRIAL of a Thawte  Server
> Certificate: http://www.gothawte.com/rd524.html
> _______________________________________________
> Qmail-scanner-general mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
>
> --
> Dave Cramer <[EMAIL PROTECTED]>
> Cramer Consulting



Reply via email to