5 messages in net.sourceforge.lists.courier-maildrop[maildropl] Req for help initial Mail...
FromSent OnAttachments
Doc WalkerFeb 5, 2005 1:16 pm 
Sam VarshavchikFeb 5, 2005 4:44 pm 
Doc WalkerFeb 5, 2005 7:17 pm 
Sam VarshavchikFeb 5, 2005 7:55 pm 
Doc WalkerFeb 6, 2005 5:56 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] Req for help initial Maildrop 1.8.0 installation on Panther 10.3Actions...
From:Doc Walker (rx-c@wvfans.net)
Date:Feb 5, 2005 1:16:32 pm
List:net.sourceforge.lists.courier-maildrop

I'm getting the following error when I attempt to deliver a message via Maildrop:

As invoked at the command line: $ sudo maildrop -d -V100 te@maildrop.wvfans.net Invalid user specified.

Or, as below: $ sudo maildrop -V100 te@maildrop.wvfans.net hello ^D

Message start at 0 bytes, envelope sender=root maildrop: Attempting te@maildrop.wvfans.net maildrop: Unable to open filter file, errno=2.

I am using the following software:

System: Mac OS X 10.3.6 (7R28) Kernel: Darwin 7.6.0 Apache 1.3.29 PHP 4.3.2 MySQL 4.1.8 Perl 5.8.1 PCRE 5.0 Postfix 2.2-20041212 Courier-IMAP 3.0.8 SquirrelMail 1.4.3a Python 2.3 GNU Mailman 2.1.5 Maildrop 1.8.0

$ maildrop -v maildrop 1.8.0 Copyright 1998-2004 Double Precision, Inc. GDBM extensions enabled. Enabled Berkeley DB instead of GDBM extensions. Maildir quota extension enabled. This program is distributed under the terms of the GNU General Public License. See COPYING for additional information.

I compiled Maildrop using the following: ./configure --prefix=/usr/local/maildrop \ --with-db=db \ --with-authmysql \ --with-authldap \ --enable-syslog-1 \ --enable-maildirquota \ --with-trashquota

Contents of /etc/userdb: te@maildrop.wvfans.net[TAB]uid=10004|gid=2002|mail=/var/mail/maildrop.wvfans.net/test/

(the above is all on a single line and [TAB] is actually a TAB character)

Permissions of /etc/userdb: $ ls -al /etc/user* -rw------- 1 root wheel 387 2 Feb 23:30 userdb -rw-r--r-- 1 root wheel 16384 2 Feb 23:30 userdb.dat -rw-r--r-- 1 root wheel 0 2 Feb 23:30 userdb.lock -rw------- 1 root wheel 16384 2 Feb 23:30 userdbshadow.dat

Permissions of /var/mail/maildrop.wvfans.net: $ ls -al /var/mail/maildrop* drwxr-x--x 3 postfix 2002 102 11 Jul 2004 maildrop.wvfans.net

Permissions of /var/mail/maildrop.wvfans.net/test: $ sudo ls -al /var/mail/maildrop.wvfans.net/test total 0 drwx------ 5 10004 2002 170 5 Feb 14:51 . drwxr-x--x 3 postfix 2002 102 11 Jul 2004 .. drwx------ 2 10004 2002 68 8 Feb 2004 cur drwx------ 4 10004 2002 136 8 Feb 2004 new drwx------ 2 10004 2002 68 8 Feb 2004 tmp

Where am I going wrong?

Rx