4 messages in net.sourceforge.lists.courier-maildrop[maildropl] I'm getting "maildrop: si...
FromSent OnAttachments
Marco SimonMar 7, 2006 2:42 am 
Kyle JohnsonMar 7, 2006 3:05 am 
chrisMar 8, 2006 12:59 am 
Marco SimonMar 9, 2006 4:13 am 
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] I'm getting "maildrop: signal 0x0B"Actions...
From:Marco Simon (marc@web.de)
Date:Mar 7, 2006 2:42:39 am
List:net.sourceforge.lists.courier-maildrop

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