sqlite_journal_mode
Default | wal |
---|---|
Value | string |
Allowed Values | delete wal |
Allows using write-ahead logging mode for database.
Driver name is sqlite
.
To compile support for this driver. you need sqlite library and headers.
Changed: 2.4.0
Prior to v2.3.18, Dovecot uses the whole value as filename to connect, whitespace included.
This was changed to support options, so it will use the first encountered parameter that has no =
as filename. Whitespace cannot be used in filename.
sqlite_journal_mode
Default | wal |
---|---|
Value | string |
Allowed Values | delete wal |
Allows using write-ahead logging mode for database.
sqlite_path
Default | [None] |
---|---|
Value | string |
Path to the sqlite database.
sqlite_readonly
Default | no |
---|---|
Value | boolean |
Specifies that this database is read-only and should not be attempted to be created or written to.