Displaying 1 result from an estimated 1 matches for "egw_account".
Did you mean:
egw_accounts
2015 Jul 07
1
HELP: wrinting dovecot-sql.conf to authenticate to an existing database
hi all,
can anyone help me with dovecot-sql.conf please ? I'm not a mysql expert and I'am trying to authenticate dovecot2 to an existing database.
I have a database "egroupware" with table "egw_accounts". The field "account_lid" is the full email address and "account_pwd" is the password in Blowfish format.
Here is my dovecot-sql.conf
driver = mysql
connect = host=localhost dbname=egroupware user=egroupware password=*********
default_pass_scheme = BLF-CRYPT
password_que...