First of all: Hello list,
I'm fighting with maildrop for several days now. While setting up
postfix + amavis + spamassassin + clamav + courier-imap via MySQL on a
debian-sarge
box wasn't a problem, maildrop makes some trouble.
What I wanna use maildrop for ?
I want to sort spam-marked Mails into subfolders of my Maildir-Mailbox.
In the meanwhile I managed to enable the mysql-support for maildrop by
adding the config-lines
--enable-maildropmysql \
--with-mysqlconfig=/etc/maildropmysql.config \
--without-db \
Now maildrop -v sais:
maildrop 1.7.0 Copyright 1998-2003 Double Precision, Inc.
GDBM extensions enabled.
Maildir quota extension enabled.
Virtual user database extension enabled.
Virtual user database via MySQL extension enabled.
This program is distributed under the terms of the GNU General Public
License. See COPYING for additional information.
Thats fine so far.
But as soon as I call /usr/bin/maidrop -d vali...@mydomain.de
I get: "maildrop: signal 0x0B" for response.
My /etc/maildropmysql.config looks like this:
hostname localhost
socket /var/run/mysqld/mysqld.sock
port 3306
database maildb
dbuser maildrop
dbpw VerySecret
dbtable users
default_quota 10485760S,10000C
default_uidnumber 5000
default_gidnumber 5000
uid_field email
uidnumber_field 1003
gidnumber_field 1003
maildir_field
concat('/home/vmail/',domain_name,'/',username,'/.maildir/')
homedirectory_field '/home/vmail/'
quota_field '10485760S,10000C'
mailstatus_field email
where_clause 'and 1'
A connection to the mysql-server via the mysql-client using the above
access-data seems to
work without problems.
The mysql-query-log does not show any query or access by the user
"maildrop" - initiated though the
maildrop-skript.
Where could I continue searching for mistakes ? How can I get advanced
debugging-information ???
Thanks in advance for any tip !
Best regards,
Marco