Re: sqwebmail + spamassassin + clamav
"Szabo Nandor" <[email protected]>
| Newsgroups | gmane.mail.sqwebmail |
|---|---|
| Message-ID | <[email protected]> |
> Hi ! > I have installed sqwebmail with tools above but when I send mail by sqwebmail these tools aren't work. > I had clamd and spamd run with qscand id for qmail-scanner. > Any sugestion? Set the QMAILQUEUE variable in sendit.sh: #!/bin/sh QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE exec /var/qmail/bin/qmail-inject -f "$1" And also set the QMAILQUEUE for qmail-smtpd! Nandor Szabo