groupoffice icon indicating copy to clipboard operation
groupoffice copied to clipboard

Dovecot mysql password not escaped

Open psznm opened this issue 5 years ago • 1 comments

If i have password for mysql database like pass"wo\rd Then after $ apt-get install groupoffice-mailserver

My /etc/dovecot/dovecot-groupoffice-sql.conf.ext has line connect = "host=localhost dbname=groupoffice user=groupoffice password=pass"wo\rd"

But should be

connect = "host=localhost dbname=groupoffice user=groupoffice password=pass\"wo\\rd"

Or anything else that would work.

psznm avatar Oct 15 '19 10:10 psznm

Do you know which chars should be escaped? I found that the " quotes can be removed from the entire string.

mschering avatar May 01 '20 07:05 mschering