4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Maildrop with Squirre...
FromSent OnAttachments
Sunil William SavkarOct 5, 2002 1:46 pm 
Rolan YangOct 5, 2002 6:00 pm 
William PietriOct 5, 2002 6:36 pm 
Jens LauterbachOct 6, 2002 1:05 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:Re: [maildropl] Maildrop with SquirrelmailActions...
From:William Pietri (will@scissor.com)
Date:Oct 5, 2002 6:36:40 pm
List:net.sourceforge.lists.courier-maildrop

On Sat, 2002-10-05 at 13:46, Sunil William Savkar wrote:

Problem you will run into is the protection scheme required for maildrop filters. IN particular, they can only be accessible by the straight user, which causes some problems for a php based solution.

One idea is simply to modify maildrop to relax the security requirements. That was going to be my way.

That's indeed a problem for some!

In my case, I'm not so worried; all the users are virtual, meaning that all mail (and all maildrop files) are owned by the same userid, which nobody logs into. That's a different user than my web user, but for me gluing the two together shouldn't be too painful.

If you're going to bend maildrop to fit your setup, I'd suggest either a carefully written setuid wrapper for your filter editor or letting maildrop accept files with group permissions as long as it's for a special group that only the web-based filter editor is in.

William