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