1 message in net.sourceforge.lists.courier-maildrop[maildropl] maildrop does not read fr...
FromSent OnAttachments
Jorge# ./SMar 5, 2004 1:33 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] maildrop does not read from mysql databaseActions...
From:Jorge# ./S (jor@kernel-panik.org)
Date:Mar 5, 2004 1:33:49 pm
List:net.sourceforge.lists.courier-maildrop

maildrop is giving the following error:

Command output: maildrop: Changing to /var/spool/maMessage start at 0 bytes, envelope sender=mail maildrop: Attempting .mailfilter maildrop: Deliverino /var/spool/mail/./.maildir/ /usr/bin/maildrop: Unable to create a dot-lock.

It is using default parameters, cause mysql logs does not log any connection to the database.

What can be the problem?

_______

maildrop compile options:

--with-devel \ --enable-userdb \ --disable-tempdir \ --enable-syslog=1 \ --enable-use-flock=1 \ --enable-maildirquota \ --enable-use-dotlock=1 \ --enable-restrict-trusted=1 \ --enable-trusted-users='root mail daemon postmaster qmaild mmdf vmail' \ --with-default-maildrop=./.maildir/ \ --enable-sendmail=/usr/sbin/sendmail \

maildropmysql.cf file:

hostname localhost port 3306 socket /var/run/mysqld/mysqld.sock database postfix dbuser postfix dbpw **** dbtable mailbox default_uidnumber 8 default_gidnumber 12 uid_field email uidnumber_field uidnumber gidnumber_field gidnumber maildir_field maildir homedirectory_field '/var/spool/mail/' quota_field quota mailstatus_field active where_clause ""

maildroprc does not exist