dovecot: add tmpfs_index chatmail.ini parameter for storing index files in /dev/shm#757
Open
dovecot: add tmpfs_index chatmail.ini parameter for storing index files in /dev/shm#757
Conversation
Contributor
Author
|
Maybe we can just use https://linuxvox.com/blog/devshm-in-linux/ instead of shipping our own tmpfs. |
hpk42
reviewed
Jan 4, 2026
Contributor
hpk42
left a comment
There was a problem hiding this comment.
dovecot allows to set a separate index directory: https://doc.dovecot.org/2.3/configuration_manual/mail_location/#index-files which is preferable to creating symlinks
how is dovecot handling it when the (tmp) file system gets full?
f07ee83 to
f7f2c96
Compare
a1bc60d to
be35244
Compare
missytake
commented
Feb 3, 2026
| @@ -1,3 +1,6 @@ | |||
| [params] | |||
|
|
|||
| tmpfs_index = true | |||
Contributor
Author
There was a problem hiding this comment.
This is somehow not set for staging*.testrun.org.
83cdb86 to
d318c9a
Compare
d318c9a to
d1bd9fc
Compare
d1bd9fc to
27443ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #644