Sam Varshavchik wrote:
Doc Walker writes:
Contents of /etc/userdb:
te...@maildrop.wvfans.net[TAB]uid=10004|gid=2002|mail=/var/mail/maildrop.wvfans.net/test/
You did not set this account's home directory.
Thanks Sam. I misread the installation instructions and inadvertantly
used the 'mail=' field instead of the 'home=' field. Changing that field
and using version 1.7.0 allowed me to build a functioning system.
For the Maildrop archives, I've integrated the following:
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.7.0
$ maildrop -v
maildrop 1.7.0 Copyright 1998-2003 Double Precision, Inc.
GDBM extensions enabled.
Enabled Berkeley DB instead of GDBM extensions.
Maildir quota extension enabled.
Virtual user database extension enabled.
This program is distributed under the terms of the GNU General Public
License. See COPYING for additional information.
Maildrop was compiled using the following:
./configure --prefix=/usr/local/maildrop \
--with-db=db \
--enable-userdb \
--with-authmysql \
--with-authldap \
--enable-syslog=1 \
--enable-maildirquota \
--with-trashquota \
--enable-trusted-users='maildrop'
Everything works well together. Now, I'm trying to integrate the
SquirrelMail plugin 'serversidefilter' so I can change my .mailfilter
from the web interface.
Rx