Tom Sommer
2004-Oct-21 12:09 UTC
[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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 194 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20041021/e5442085/attachment-0001.bin>
Andrey Panin
2004-Oct-21 12:38 UTC
[Dovecot] ./configure --with-mysql --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl --with-ssl=openssl
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 at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20041021/4bc1a152/attachment-0001.bin>