0
I added the following connection string to dovecot-sql.conf.ext:
connect = host=localhost dbname=<dbname> user=<dbuser> password="<password>"
The following error appears in /var/log/dovecot.log:
Apr 02 20:53:27 auth: Fatal: mysql: Missing value in connect string: XXX
Where XXX is the second word in <password>
.
What is the correct way to enter a space-containing MySQL password in dovecot's configuration? (Note that the value of the password itself is fixed since it's in use by other systems.)