Hi all, In the process of debugging problems Postfix (3.9.1) runs into, if trying to access / read a SQLite database:
postfix/trivial-rewrite[1041973]: fatal: dict_sqlite_lookup: /etc/postfix/schleuder_domain_sqlite.cf: SQL prepare failed: disk I/O error? postfix/smtpd[1041595]: warning: problem talking to service rewrite: Application error which is thrown via postfix/src/global/dict_sqlite.c:206, I came across [1], which tells: So a technical TL;DR on this: SQLite has a few logging modes, among them wal (Write-Ahead-Log) and delete (aka none). [...] Postfix can only work with the [...] database when it is set to delete. So far, I failed to find information if that's indeed the case -- is anyone able to shed some light on this, or point me to docs which tell? Thank you & kind regards, Georg [1] https://github.com/ddavness/power-mailinabox/issues/85 _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org