1 message in net.sourceforge.lists.courier-maildrop[maildropl] maildrop 1.4.0 + MySQL
FromSent OnAttachments
Jeremy GunterAug 31, 2002 8:24 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] maildrop 1.4.0 + MySQLActions...
From:Jeremy Gunter (jer@synaptixllc.com)
Date:Aug 31, 2002 8:24:40 am
List:net.sourceforge.lists.courier-maildrop

Hello,

I've sifted through the archives but haven't found references to this problem.

Does anyone have any sugestions for the following.

I want to build mysql support into maildrop. Here is how I am doing it.

./cofigure \ --prefix=/PATH/TO/MY/INSTALL \ --disable-userdb \ --enable-sendmail=/PATH/TO/POSTIX/SENDMAIL \ --enable-maildrop-uid=vmail \ --enable-maildrop-gid=vamil \ --enable-maildirquota \ --enable-maildropmysql=/usr/lib \ --with-mysqlconfig=/PATH/TO/MY/maildropmysql.config

Everything seems to compile fine, but maildrop delivery fails with an Invalid user specified.

It looks as though It never reads the config file. I am watching the connections to the database and there is never a connection attempt of any kind.

If I use configure it with userdb support and put the userdb files in the etc directory, it works great.

I tried to do --enable-DEBUG but that doesn't seem to provide any additional info in the maillog.

Any Ideas?

Thanks, Jeremy