Displaying 1 result from an estimated 1 matches for "dovecot_read".
2005 Nov 18
1
Authentication hanging with 1.0alpha4 - mysql issue?
...imap-login: Disconnected: Inactivity: method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Killing and restarting dovecot immediately fixes the problem, although it reappears after 30 minutes to an hour.
Following is my dovecot-sql.conf:
driver = mysql
connect = host=localhost dbname=postfix user=dovecot_read password=**obfuscated**
default_pass_scheme = PLAIN-MD5
password_query = SELECT password FROM mailbox WHERE username = '%u'
user_query = SELECT 89 AS uid, 89 AS gid FROM mailbox WHERE username = '%u'
(dovecot_read has SELECT access on the postfix database, and 89 is the uid/gid of...