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