3 messages in net.sourceforge.lists.courier-maildrop[maildropl] qmail + vpopmail + sqwebm...
FromSent OnAttachments
Abhinav KeswaniOct 14, 2002 10:48 pm 
Michael LeoneOct 15, 2002 1:11 pm 
Abhinav KeswaniOct 15, 2002 4: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:[maildropl] qmail + vpopmail + sqwebmail + maildrop - newbie questionsActions...
From:Abhinav Keswani (abhi@winston.zip.com.au)
Date:Oct 14, 2002 10:48:42 pm
List:net.sourceforge.lists.courier-maildrop

Hi, I have been happily running qmail with qmailadmin and sqwebmail and after joining a heavy traffic mailing list, I needed to use something to filter my incoming email. I chose to set up maildrop. There seems to not be a definitive guide to setting this configuration up - just lots of disparate sources of information, so I need some help.

I have set DEFAULT_DEF to "./Maildir" in the maildrop/config.h file in the source tree. Then I compiled the src.

I have a virtual user with a .qmail file which has the following line in it: "| /usr/local/bin/maildrop -d abhinav"

Then I set up maildirfilterconfig file under with these settings in it: MAILDIRFILTER=../.mailfilter MAILDIR=./Maildir

the mailfilter file holds the following (which I set up through sqwebmail):

------------------------------

FROM='abhi@winston.zip.com.au' import SENDER if ($SENDER eq "") { SENDER=$FROM }

##Op:hasrecipient ##Header: ##Value:mtb@topica.com ##Folder:.MTB-OZ ##From: ##PlainString ##Name:mtb-oz

if ((hasaddr("mtb@topica.com"))) { to "./Maildir/.MTB-OZ/." }

to "./Maildir/." -----------------------------------

So, when I set the .qmail file, I am getting the following error (/var/log/maillog):

"deferral: /usr/local/bin/maildrop:_Cannot_set_my_user_or_group_id./"

I am sure that I am missing a bunch of things here...could someone please help me out?

Many thanks in advance...

-Abhinav