Created
May 8, 2023 14:17
-
-
Save ddrown/2bdd784da457773c9b3a13c713e5d899 to your computer and use it in GitHub Desktop.
This file contains 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
# 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