1 message in net.sourceforge.lists.courier-maildropRE: RES: [maildropl] Maildrop with VP...
FromSent OnAttachments
martin martinMay 18, 2004 3:28 pm 
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:RE: RES: [maildropl] Maildrop with VPOPMAILActions...
From:martin martin (mart@hotmail.com)
Date:May 18, 2004 3:28:42 pm
List:net.sourceforge.lists.courier-maildrop

Thanks, but what Im asking is the details of a working MAILDROP:

Can show me your "configure" script you executed? what path are you useing?

From: Sérgio José Ferreira <ser@wgo.com.br>

To: "martin martin" <mart@hotmail.com> Subject: RES: [maildropl] Maildrop with VPOPMAIL Date: Wed, 12 May 2004 15:11:03 -0300 MIME-Version: 1.0 Received: from wgo.com.br ([200.163.67.133]) by mc3-f24.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Tue, 18 May 2004 11:13:40 -0700 Received: (qmail 98593 invoked by uid 1007); 18 May 2004 18:08:55 -0000 Received: from ser@wgo.com.br by mail.wgo.com.br by uid 82 with qmail-scanner-1.22 (uvscan: v4.1.60/v4326. Clear:RC:1(192.168.100.15):. Processed in 0.743116 secs); 18 May 2004 18:08:55 -0000 Received: from unknown (HELO w2kwinb01) (192.168.100.15) by wgo.com.br with SMTP; 18 May 2004 18:08:54 -0000 X-Message-Info: JGTYoYF78jFuKykxtpxuBG4RtmObyDfh Message-ID: <JPEL@wgo.com.br> X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <BAY7@hotmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Return-Path: ser@wgo.com.br X-OriginalArrivalTime: 18 May 2004 18:13:42.0877 (UTC) FILETIME=[DA3BE0D0:01C43D03]

my mailfilter is working fine :

--------------start here :-) -------------------- import EXT import HOST import HOME MAX = 15 VHOME=`/usr/local/vpopmail/bin/vuserinfo -d $EXT@$HOST` VPOP="| /usr/local/vpopmail/bin/vdelivermail '' delete"

`test -d $VHOME/Maildir` if ( $RETURNCODE == 1 ) { echo "I can't find this mailbox (#5.1.1)" EXITCODE=100 exit }

`test -d $VHOME/Maildir/.Spam` if ( $RETURNCODE == 1 ) { `maildirmake -f Spam $VHOME/Maildir` `chown vpopmail $VHOME/Maildir/.Spam` `echo Inbox.Spam >> $VHOME/Maildir/courierimapsubscribed` }

if ( $SIZE < 262144 ) { exception { xfilter "/usr/local/bin/spamc -f -u $EXT@$HOST" } }

if (/^X-Spam-Flag: *YES/) { exception { include $VHOME/Maildir/.mailfilter } exception { to "$VHOME/Maildir/.Spam" exit } exception { to "$VPOP" exit } } else { exception { include $VHOME/Maildir/.mailfilter } exception { to "$VPOP" exit } } exit

------------end-----------

Sergio Jose Ferreira WGO Internet Catalao - GO - Brazil

Can someone describe me the maildrop installation to make it work with QMAIL+VPOPMAIL? I can´t find what is wrong and maildrop complains with this when it is called: