Merge pull request #553 from HorayNarea/compress

add optional Maildir-Compression
This commit is contained in:
kaiyou
2018-09-16 20:00:32 +02:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

View File

@@ -87,6 +87,12 @@ WELCOME=false
WELCOME_SUBJECT=Welcome to your new email account
WELCOME_BODY=Welcome to your new email account, if you can read this, then it is configured properly!
# Maildir Compression
# choose compression-method, default: none (value: bz2, gz)
COMPRESSION=
# change compression-level, default: 6 (value: 1-9)
COMPRESSION_LEVEL=
###################################
# Web settings
###################################