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.