<!DOCTYPE html><html><body>Hi! I want to use a sqlite database in readonly mode, which I found mentionend in the docs [1]. Unfortunately no examples were given, so I tried to infer the usage by inspecting core/driver-sqlite.c. If I interpret it correctly, this should have worked:<br><br>/etc/dovecot/dovecot-sql.conf.ext:<br>driver = sqlite<br>connect = readonly=yes /var/vmail/virtual.sqlite<br><br>user_query = #...<br><br><br>Unfortunately, dovecot tries to open a file named "readonly=yes /var/vmail/virtual.sqlite" instead. I have no idea why the option is not parsed. Is this a bug or am I using the feature incorrectly?<br><br>Best regards,<br>oddlama<br><br>[1]: <a href="https://doc.dovecot.org/settings/plugin/sql-sqlite/">https://doc.dovecot.org/settings/plugin/sql-sqlite/</a></body></html>