sqlite_journal_mode
| Default | wal | 
|---|---|
| Value | string | 
| Allowed Values | deletewal | 
Allows using write-ahead logging mode for database.
Appearance
 Note: This is pre-release documentation.
 Please access https://doc.dovecotpro.com/latest/ for documentation on released versions. 
Driver name is sqlite.
To compile support for this driver. you need sqlite library and headers.
sqlite_journal_mode| Default | wal | 
|---|---|
| Value | string | 
| Allowed Values | deletewal | 
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.