1 message in net.sourceforge.lists.courier-maildrop[maildropl] PLEASE HELP with Maildrop...
FromSent OnAttachments
Jeff SorrentinoOct 26, 2003 11:53 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] PLEASE HELP with Maildrop Script.Actions...
From:Jeff Sorrentino (je@soren.com)
Date:Oct 26, 2003 11:53:53 am
List:net.sourceforge.lists.courier-maildrop

Hello, I've just removed qmail-scanner-queue.pl from my qmail setup in favor or using maildrop to do my spam and virus filtering...

Everything is working with a standard .qmail-default file (here:)

| /usr/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

Now, when I put a .qmail file in my /usr/home/vpopmail/domains/<domainname>/<username> directory, i get no mail...

I'm assuming there's a problem in my filter...

I'm not using a sql backend, also, spamd is running, and worked fine with qmail-scanner before it was removed.

Here's my .qmail file from the user directory, someone please help me figure this out:

*** START *** | /var/qmail/bin/preline /usr/local/bin/maildrop /usr/home/vpopmail/domains/.mailfilter *** END ***

and the .mailfilter file:

*** START *** import EXT import HOST VHOME=`/usr/home/vpopmail/bin/vuserinfo -d $EXT@$HOST`

if($SIZE < 262144) { xfilter "/usr/local/bin/spamc -t 20 -f -u $EXT@$HOST" } if ((/^X-Spam-Flag:.*YES/)) { `/bin/test -d $VHOME/Maildir/.Spam` if( $RETURNCODE == 1 ) { `/var/qmail/bin/maildirmake $VHOME/Maildir/.Spam; /usr/sbin/chown -R vpopmail:vchkpw $VHOME/Maildir/.Spam` } to "$VHOME/Maildir/.Spam" } to "$VHOME/Maildir/" *** END ***

Thank you in advance, I'm getting frustrated with this already :-)