|
|
|
@ -86,7 +86,7 @@ WELCOME_SUBJECT={{ welcome_subject or 'Welcome to your new email account' }}
|
|
|
|
|
WELCOME_BODY={{ welcome_body or '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)
|
|
|
|
|
# choose compression-method, default: none (value: gz, bz2, xz, lz4)
|
|
|
|
|
COMPRESSION={{ compression }}
|
|
|
|
|
# change compression-level, default: 6 (value: 1-9)
|
|
|
|
|
COMPRESSION_LEVEL={{ compression_level }}
|
|
|
|
|