6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Simple maildrop using...
FromSent OnAttachments
Jens E. Madsen Jr.Oct 15, 2006 11:49 am 
Sam VarshavchikOct 15, 2006 12:11 pm 
Jens E. Madsen Jr.Oct 16, 2006 6:33 pm 
Sam VarshavchikOct 16, 2006 7:54 pm 
Jens E. Madsen Jr.Oct 17, 2006 3:51 pm 
Sam VarshavchikOct 17, 2006 6: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:Re: [maildropl] Simple maildrop using authlib and userdb installationActions...
From:Jens E. Madsen Jr. (mail@madcyberspace.com)
Date:Oct 16, 2006 6:33:04 pm
List:net.sourceforge.lists.courier-maildrop

Sam Varshavchik wrote:

Jens E. Madsen Jr. writes:

# maildrop -v9 -d te@domain1.com maildrop 2.0.2 Copyright 1998-2005 Double Precision, Inc. GDBM extensions enabled. Maildir quota extension enabled. This program is distributed under the terms of the GNU General Public License. See COPYING for additional information.

Actually, the command I really meant to type was: # maildrop -V9 -d te@domain1.com <<-- Capital V Invalid user specified.

Most likely the Postfix configuration is wrong, and ${recipient} is "test1" instead of "test1@domain".

I rechecked the postfix documentation and this configuration is right out their MAILDROP_README.

See Postfix's documentation for more information.

maildrop works with system (unix account) users but not virtual users in userdb.

I also checked the source archive I downloaded from the courier-mta.com web site link and it appears that enable-userdb is set.

So how can I test maildrop to be sure that it is using userdb? Does it need any configuration in either /etc/maildroprc or another file?

It seems that all of the examples I found on google use either mysql, postsql or ldap. Does anyone use userdb?

Thanks Sam, Jens