Displaying 1 result from an estimated 1 matches for "my_super_secret_password".
2015 Mar 02
2
Connect failed to database
...d for user 'usermail'@'localhost' (using password: YES) - waiting for 5 seconds before retry
My connection script located at /etc/dovecot/dovecot-sql.conf.ext is like (password edited):
driver = mysql
connect = host=localhost dbname=servermail user='usermail' password='MY_SUPER_SECRET_PASSWORD'
default_pass_scheme = SHA512-CRYPT
password_query = SELECT email as user, password FROM virtual_users WHERE email='%u';
I have verified that I can gain access to the SQL database with
# mysql -u usermail -p
I can make select statements on the 'servermail' database and all of...