Displaying 1 result from an estimated 1 matches for "horde_us".
Did you mean:
horde's
2012 Jun 24
2
Dovecot Quotas in Version 2
...ota
pop3_uidl_format = %08Xu%08Xv
}
And for the dovecot-sql.conf file (passwords changed, of course):
driver = mysql
connect = dbname=horde user=<USER> password=<PASSWORD> host=localhost
default_pass_scheme = PLAIN
password_query = SELECT user_uid as user, user_pass as password FROM horde_users WHERE user_uid = '%u';
user_query = SELECT uid, gid, home, maildir, concat('maildir:storage=', quota) AS quota FROM horde_users WHERE user_uid = '%u';
I did not update the dovecot-sql.conf file at all - so I don't know if there maybe be some configuration issue with...