2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] signal 0x0B
FromSent OnAttachments
Jorge MinassianAug 14, 2004 11:09 pm 
Dmitry LebkovAug 25, 2004 7:53 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:Re: [maildropl] signal 0x0BActions...
From:Dmitry Lebkov (di@sakhalin.ru)
Date:Aug 25, 2004 7:53:45 am
List:net.sourceforge.lists.courier-maildrop

On Sun, 15 Aug 2004 03:08:55 -0300 "Jorge Minassian" <jor@minassian.net> wrote:

Hi,

I am trying to set up postfix+mysql+maildrop, following a pair of howtos from postfix site, compiling maildrop using different options, but I always get the same error: "maildrop: signal 0x0B".

Could some one, plese, let me know what does this error mean ?. I noticed that when maildrop is executed, there is no query to mysql. There is some way to get logs from maildrop ?

Thank you for any ad some one would give me.

Last configure for compile is:

export CPPFLAGS="-I/usr/include/mysql" export LDFLAGS="-L/usr/lib/mysql"

./configure \ --enable-trusted-users='root postfix vmail' \ --enable-trusted-groups='postdrop vmail' \ --enable-maildrop-uid=1000 \ --enable-maildrop-gid=1000 \ --enable-maildirquota \ --enable-maildropmysql \ --enable-syslog=1 \ --with-mysqlconfig=/etc/postfix/maildropmysql.config \ --enable-DEBUG \ --with-etcdir=/etc/postfix \ --enable-restrict-trusted=0

Reconfigure with --disable-maildirquota or, if you need quotas with mysql, use maildrop-1.6.3. This one is working fine.