[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Spamassassin
Steve Brown schrieb:
> I use qscanq with clamd and spamassassin, this works very fine.
Would you mind sharing the contents of your QMAILQUEUE file with the
list please? I tried for a few weeks to get clamd and SpamAssassin
running at the same time with qscanq and could never get it working
correctly. ClamAV and SA work fine individuall, but the script to use
oth at the same time never worked right.
Thanks,
Steve
Sure, here it is:
in tcp.smtp
:allow,MFDNSCHECK="",QMAILQUEUE="/var/qmail/bin/spamcheck"
inx ~ $ cat /var/qmail/bin/spamcheck
#!/bin/bash
exec /package/mail/qscanq/command/qscanq /var/qmail/bin/qmail-spamc
thats it
Werner