Displaying 1 result from an estimated 1 matches for "nameofdb".
Did you mean:
namedb
2010 Jun 29
2
Upgrade Too 1.2.11 Broke Everything
...egards to this file the following was changed to make it work...
mail_location = mbox:~:INBOX=/var/mail/%u
Used to be:
mail_location = mbox:~/mail/:INBOX=/var/mail/%u
grep -v '^ *\(#.*\)\?$' dovecot-mysql.conf
driver = mysql
default_pass_scheme = CRYPT
connect = host=xx.xx.xx.xx dbname=nameofdb user=dbuser password=dbpassword
password_query = SELECT password FROM mailbox WHERE username = '%u' AND
active = '1'
user_query = SELECT maildir, concat('/var/mail/',maildir) AS home, 125 AS
uid, 125 AS gid FROM mailbox WHERE username = '%u' AND active = '1'...