1 message in net.sourceforge.lists.courier-maildrop[maildropl] courier-maildrop with aut...
FromSent OnAttachments
Ian C RobertsMay 6, 2008 12:47 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] courier-maildrop with authlib lookups and virtual domainsActions...
From:Ian C Roberts (ia@arlein.net)
Date:May 6, 2008 12:47:10 pm
List:net.sourceforge.lists.courier-maildrop

I have postfix setup up with mysql virtual domains with courier-imap/ pop3 servers setup with authdaemon mysql. I am trying to get postfix to deliver mail via courier-maildrop.

This is my maildrop -v:

maildrop 2.0.2 Copyright 1998-2005 Double Precision, Inc. GDBM extensions enabled. Courier Authentication Library extension enabled. Maildir quota extension enabled. This program is distributed under the terms of the GNU General Public License. See COPYING for additional information. ianr@mail:~$

Everything is done so far with debian etch packages. Courier-imap/pop is working great with these options

MYSQL_HOME_FIELD home MYSQL_MAILDIR_FIELD maildir

These fields in my database are like this:

home-> /home/vmail maildir-> domain.com/i/ianr

in /home/vmail/domain.com/i/ianr I have the maildir style mailbox.

Now maildrop will not chdir to "/home/vmail/domain.com/i/ianr" it will only go to "/home/vmail" and dump mail there. Why is the MYSQL_MAILDIR_FIELD being ignored?!?!

can someone assist?

Ian