Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8274,12 +8274,18 @@ example \`mailboxes\` with [[link,dbox]].`
mail_volatile_path: {
tags: [ 'mail-location' ],
values: setting_types.STRING,
changed: {
settings_mail_volatile_path_changed: `Fixed behavior to avoid collisions across multiple namespaces.`,
},
text: `
Specifies the location of volatile files. This includes lock files and
potentially other files that don't need to exist permanently, so it can point
to an in-memory filesystem (\`tmpfs\`). This is especially useful to avoid
creating lock files to NFS or other remote filesystems.

This setting can be shared between multiple namespaces. Dovecot makes the
filenames unique for each namespace to avoid collisions.
Comment thread
slusarz marked this conversation as resolved.

[[variable,mail-user]] and \`~/\` can be used.`
},

Expand Down
1 change: 1 addition & 0 deletions data/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export const updates = {
settings_mail_cache_max_headers_count_added: '2.4.0',
settings_mail_cache_max_header_name_length_added: '2.4.0',
settings_mail_lua_added: '2.4.0',
settings_mail_volatile_path_changed: '2.4.5',
settings_mailbox_defaults_english_changed: '2.4.3',
settings_mailbox_directory_name_legacy_deprecated: '2.4.2',
settings_mailbox_special_use_changed: '2.4.0',
Expand Down
Loading