Skip to content

Instantly share code, notes, and snippets.

@ddrown
Created May 8, 2023 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddrown/2bdd784da457773c9b3a13c713e5d899 to your computer and use it in GitHub Desktop.
Save ddrown/2bdd784da457773c9b3a13c713e5d899 to your computer and use it in GitHub Desktop.
# create the namespace "Z-compressed." with the mdbox format
namespace compressed {
type = private
hidden = no
separator = .
#subscriptions = no
prefix = Z-compressed.
location = mdbox:/home/vmail/%d/%n/compressed
list = yes
ignore_on_failure = yes
}
# use compression
mail_plugins = $mail_plugins zlib
plugin {
# options: gz, bz2, lz4
zlib_save = gz
#zlib_save_level = 6
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment