[Dovecot] ./configure --with-mysql --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl
Hi,
I installed dovecot from dovecot-1.0-test51 with this configure line: ./configure --with-mysql --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl
When I add this to my dovecot.conf: passdb = mysql /etc/dovecot-mysql.conf
I get this in /var/log/maillog when I run "dovecot -c /etc/dovecot.conf":
Oct 21 13:59:16 one dovecot: Dovecot v1.0-test51 starting up Oct 21 13:59:17 one dovecot: Auth process died too early - shutting down Oct 21 13:59:17 one dovecot: auth(default): Unknown userdb type 'mysql' Oct 21 13:59:17 one dovecot: child 13203 (auth) returned error 89
After my ./configure was complete it was also noted that mysql would be built into dovecot as passwd and userdb, so MySQL should be in there.
Any ideas? I use MySQL 4.0.17.
Thanks
Tom Sommer
On 295, 10 21, 2004 at 02:09:08PM +0200, Tom Sommer wrote:
Hi,
I installed dovecot from dovecot-1.0-test51 with this configure line: ./configure --with-mysql --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl
When I add this to my dovecot.conf: passdb = mysql /etc/dovecot-mysql.conf
I get this in /var/log/maillog when I run "dovecot -c /etc/dovecot.conf":
Oct 21 13:59:16 one dovecot: Dovecot v1.0-test51 starting up Oct 21 13:59:17 one dovecot: Auth process died too early - shutting down Oct 21 13:59:17 one dovecot: auth(default): Unknown userdb type 'mysql' Oct 21 13:59:17 one dovecot: child 13203 (auth) returned error 89
After my ./configure was complete it was also noted that mysql would be built into dovecot as passwd and userdb, so MySQL should be in there.
Any ideas? I use MySQL 4.0.17.
MySQL and PostgreSQL userdb/passdb were replaced with generic SQL in -test49. Read doc/dovecot-sql.conf for more information.
-- Andrey Panin | Linux and UNIX system administrator pazke@donpac.ru | PGP key: wwwkeys.pgp.net
Andrey Panin wrote:
I get this in /var/log/maillog when I run "dovecot -c /etc/dovecot.conf":
Oct 21 13:59:16 one dovecot: Dovecot v1.0-test51 starting up Oct 21 13:59:17 one dovecot: Auth process died too early - shutting down Oct 21 13:59:17 one dovecot: auth(default): Unknown userdb type 'mysql' Oct 21 13:59:17 one dovecot: child 13203 (auth) returned error 89
After my ./configure was complete it was also noted that mysql would be built into dovecot as passwd and userdb, so MySQL should be in there.
Any ideas? I use MySQL 4.0.17.
MySQL and PostgreSQL userdb/passdb were replaced with generic SQL in -test49. Read doc/dovecot-sql.conf for more information.
Awesome, thank you - maybe you should change the examples in the config file to use "sql" :)
-- Tom Sommer http://dreamcoder.dk
On 21.10.2004, at 15:42, Tom Sommer wrote:
MySQL and PostgreSQL userdb/passdb were replaced with generic SQL in -test49. Read doc/dovecot-sql.conf for more information.
Awesome, thank you - maybe you should change the examples in the config file to use "sql" :)
Oh, forgot that. Changed.
participants (3)
-
Andrey Panin
-
Timo Sirainen
-
Tom Sommer