You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
add compression via xz and lz4
This commit is contained in:
@@ -50,7 +50,7 @@ plugin {
|
|||||||
fts_autoindex_exclude = \Trash
|
fts_autoindex_exclude = \Trash
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if COMPRESSION in [ 'gz', 'bz2' ] %}
|
{% if COMPRESSION in [ 'gz', 'bz2', 'xz', 'lz4' ] %}
|
||||||
zlib_save = {{ COMPRESSION }}
|
zlib_save = {{ COMPRESSION }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ 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!
|
WELCOME_BODY=Welcome to your new email account, if you can read this, then it is configured properly!
|
||||||
|
|
||||||
# Maildir Compression
|
# 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)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL=
|
COMPRESSION_LEVEL=
|
||||||
|
|||||||
@@ -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!' }}
|
WELCOME_BODY={{ welcome_body or 'Welcome to your new email account, if you can read this, then it is configured properly!' }}
|
||||||
|
|
||||||
# Maildir Compression
|
# Maildir Compression
|
||||||
# choose compression-method, default: none (value: bz2, gz)
|
# choose compression-method, default: none (value: gz, bz2, xz, lz4)
|
||||||
COMPRESSION={{ compression }}
|
COMPRESSION={{ compression }}
|
||||||
# change compression-level, default: 6 (value: 1-9)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL={{ compression_level }}
|
COMPRESSION_LEVEL={{ compression_level }}
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ DMARC_RUF=admin
|
|||||||
|
|
||||||
|
|
||||||
# Maildir Compression
|
# 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)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL=
|
COMPRESSION_LEVEL=
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ DMARC_RUF=admin
|
|||||||
|
|
||||||
|
|
||||||
# Maildir Compression
|
# 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)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL=
|
COMPRESSION_LEVEL=
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ DMARC_RUF=admin
|
|||||||
|
|
||||||
|
|
||||||
# Maildir Compression
|
# 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)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL=
|
COMPRESSION_LEVEL=
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ DMARC_RUF=admin
|
|||||||
|
|
||||||
|
|
||||||
# Maildir Compression
|
# 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)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL=
|
COMPRESSION_LEVEL=
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ DMARC_RUF=admin
|
|||||||
|
|
||||||
|
|
||||||
# Maildir Compression
|
# 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)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL=
|
COMPRESSION_LEVEL=
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ DMARC_RUF=admin
|
|||||||
|
|
||||||
|
|
||||||
# Maildir Compression
|
# 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)
|
# change compression-level, default: 6 (value: 1-9)
|
||||||
COMPRESSION_LEVEL=
|
COMPRESSION_LEVEL=
|
||||||
|
|||||||
Reference in New Issue
Block a user