4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] @hi, about migration ...
FromSent OnAttachments
Miroslav RisSep 23, 2003 1:22 am 
Erik BourgetSep 23, 2003 11:21 am 
Martin LohmeierSep 23, 2003 6:43 pm 
Erik BourgetSep 23, 2003 7:37 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] @hi, about migration to maildrop+mysqlActions...
From:Erik Bourget (er@midmaine.com)
Date:Sep 23, 2003 11:21:40 am
List:net.sourceforge.lists.courier-maildrop

"Miroslav Ris" <miro@ichistory.org> writes:

hi,

i migrate from exim+procmail+courier-imap+real-users to exim+maildrop+courier-imap+mysql+only-virtual-users and have same questions: 1) possible maildrop can be store filters in mysql?

Yes, I posted about a patch that I had written a week or so ago that can do this.

1) Untar maildrop-1.5.3.

2) Untar: http://tacos.sus.mcgill.ca/~erik/cdb.tar.gz into the maildrop directory.

3) apply this patch: http://tacos.sus.mcgill.ca/~erik/maildrop-1.5.3-sql.patch

4) cd maildrop-1.5.3/maildrop; aclocal; automake; autoconf cd ..; aclocal; automake; autoconf

5) ./configure --enable-maildropmysql --enable-mysqlmailfilter; make

6) build a database based on this schema: http://tacos.sus.mcgill.ca/~erik/mailfilter.sql

Make sure that your /etc/maildropmysql.config is set up correctly.

2) what type of mailstatus_field vmailstatus field???

It's totally ignored.

- Erik