search for: auth_assdb

Displaying 1 result from an estimated 1 matches for "auth_assdb".

Did you mean: auth_passdb
2005 Aug 06
1
auth_passdb using MySQL fails at starup
...oblem is not MySql as I am able to query all day long the the vmail database table called mailbox with the vmail user. Not sure what else I can check Dovecot error message lacks the reason it can not connect - unless the (13) means anything to anybody??? Anybody have any ideas??? dovecot.conf : . auth_assdb = mysql /etc/dovecot-mysql.conf dovecot-mysql.conf : db_host = localhost db_unix_socket = /var/lib/mysql/mysql.sock #db_port = 3306 db = vmail db_user = vmail db_passdb = temp password_query = SELECT 'test' as password from mailbox vmail.sql: create database vmail; use vmail; grant inse...