3 messages in net.sourceforge.lists.courier-users[courier-users] courier-imap+mysql+vp...
FromSent OnAttachments
mikeSep 26, 2000 1:25 am 
Oliver EalesSep 26, 2000 6:33 am 
timSep 27, 2000 11:06 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:[courier-users] courier-imap+mysql+vpopmail,help me please.Actions...
From:mike (mi@toecom.com)
Date:Sep 26, 2000 1:25:37 am
List:net.sourceforge.lists.courier-users

hi,all

Could you tell me how to make vpopmail4.9 + courier IMAP1.0 + QMAIL (with
support mysql) work together? i could use vpopmail+mysql+qmail,pop3 virtual users could login,but courier-imap
1.0 do not work with authmysql. if i used: env LIBS="-L/usr/lib/mysql -lmysqlclient" ./configure
--enable-sqlincdir=/usr/include/mysql --enable-sqllibdir=/usr/lib/mysql
--without-authpam --without-authuserdb --without-authpwd --without-authshadows
--with-authmysql

then got :

configure: error: --with-authmysql specified configure: error: ./configure failed for authlib

if i used: env LIBS="-L/usr/lib/mysql -lmysqlclient" ./configure
--enable-sqlincdir=/usr/include/mysql --enable-sqllibdir=/usr/lib/mysql
--without-authpam --without-authuserdb --without-authpwd --without-authshadows
--with-authvchkpw then i could make and install but I can't authenticate virtual user , the c-imap server refused the login. in "authdaemonrc" authmodulelist="authvchkpw"

. could you help me ? thanks