14 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop web interface
FromSent OnAttachments
Marc HultquistNov 11, 2004 10:59 pm 
Alessio CecchiNov 12, 2004 12:04 am 
Ron JohnsonNov 12, 2004 3:17 am 
Stefan HornburgNov 12, 2004 3:50 am 
Marc HultquistNov 12, 2004 5:06 am 
Jeremy KitchenNov 12, 2004 8:32 am 
Jerry M. Howell IINov 12, 2004 1:30 pm 
Ron JohnsonNov 12, 2004 1:49 pm 
p dont thinkNov 13, 2004 1:02 am 
Martin List-PetersenNov 13, 2004 5:07 pm 
p dont thinkNov 13, 2004 9:23 pm 
Martin List-PetersenNov 14, 2004 5:48 am 
Dmitri OrleanskiNov 14, 2004 6:16 am 
Martin List-PetersenNov 14, 2004 3:04 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: [maildropl] maildrop web interfaceActions...
From:Martin List-Petersen (mart@list-petersen.net)
Date:Nov 13, 2004 5:07:54 pm
List:net.sourceforge.lists.courier-maildrop

On Fri, 2004-11-12 at 12:49, Marc Hultquist wrote:

I don't know where the mis-communication is comming in, but basically as I understand it, maildrop is a mail filtering agent correct? Basically I need something that with my qmail server, that I can control the mail quatantine, much like xamime. ? ? ?I need a web based control panel for it, where one person can go and: 1. Control the Mail quarantine list. 2. Allow / Deny messages to go through. 3. Add, edit and modify mail filtering rules.

The Rules are obviously generic to the entire user base, irrespective of the domains hosted. The Quarantine should manage messages and anything associated before the message even arrives in the users mailbox....

What you are looking specifically is something completely different, than what maildrop is.

- maildrop is a filtering agent yes. - these filters can be applied global or on a pr. user base

maildrop does not (by itself) provide quarantines etc. It is only intended to react on mail content and filter it accordingly, like moving it to a folder, executing a script, forwarding the mail or bounce it.

You can realise quarantining, tdma like features etc., but that would require programming from your side.

Maildrop is only the basic framework, and there is no finished product/control-panel etc. that provides this.

sqwebmail provides a interface to maildrop rules, thought against the single user and mainly to move mails to certain folders or forward them, vacation notice etc.

I did some scripts, that generate maildrop rules files from sql database content, which would make it easier to write a webfrontend in php or alike to maildrop (http://www.marlow.dk/postfix)

In ISPWorks (http://www.ispworks.org) i've started to add a tdma alike plugin that uses maildrop.

But i doubt that these are suitable for your qmail setup.

Basically end of story: maildrop will provide you with a powerful filtering language, that allows you to develop, what you want to archieve, but there is no finished solution like what you are looking for, that i'm aware of. I haven't seen many people using maildrop in a qmail setup yet, most of them are using postfix or the courier-mta.

Actually what you are looking at sounds more like the combination of amavisd-new (http://www.ijs.si/software/amavisd/), spamassassin (http://spamassassin.apache.org/) and Maia Mailguard (http://www.renaissoft.com/projects/maia/)

Which would allow you to filter virus, spam, use white/blacklists and manage everything system, domain or user-wide on your system with maia mailguard.

I have never tried to use Maia Mailguard, since i have my own management system, but it looks like it should do the job for you.