I generally use spamassassin and an own script in order to filter some message (it is called through qmail-queue patch using qfilter).
It works fine. But, when I put on QS (to use clamav antivirus also) I get some problems: External messages (coming from other servers) isn't delivered to their recipients and, on the other hand, mail sent by users to external ones (outside the server) seems to arrive very late.
I modify the QS script changing the qmail-queue binary path to point to QFILTER, this way:
--- my $qmailqueue = '/var/qmail/bin/qfilter'; ---
qfilter script is as I put bellow:
---- #!/bin/sh
# # QFILTER # # Call to qmail-qfilter to use our own filters # exec /var/qmail/bin/qmail-qfilter /var/qmail/bin/qmail-qfmine -------
qmail-qfmine script have some filters (DROP blank messages and so on), but it seems to work fine without QS.
I'm not sure where may be the problem; any help?
Thanks
Jesús Arnáiz
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general