Tony wrote:
> Hi,
>
> Not the most descriptive of titles, sorry about that.  I'm having a
> problem getting QS to install.  It configures and compiles well.  But
> when I change the tcp.smtp to a line that sends all through QS, only
> the injected test mails are working.   No external mails make it
> through.  I see them enter the SMTP queue, but never make it to the
> send queue.


http://qmail-scanner.sourceforge.net/FAQ.php says "How do I add QMAILQUEUE support to supervise-style startup scripts?. Don't. "


So I spent 3 full days looking into this qmail-inject:unable to exec qq.
problem.  (cant send mail out)

Google only shows the "increase softlimit" which was not the problem in my case.

I tried every variation of modifying the /etc/tcp.smtp with no luck.

Besides, I want to scan ALL mail period. Moreover, I do not like the idea of using RELAYCLIENT to invoke spamassassin
# [it triggers SpamAssassin via the presence of the RELAYCLIENT var]


And I use vpopmail with:
# WITH_SPAMASSASSIN - enable SpamAssassin checks before Maildir delivery

And and POP before SMTP so.....

My solution?

#!/bin/sh
# /service/qmail-smtpd/run
QMAILQUEUE="/usr/local/bin/qmail-scanner-queue.pl"


Problem solved.



------------------------------------------------------- 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

Reply via email to