mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-30 04:30:49 +02:00
Merge #2408
2408: Remove the misleading text in mailu.env that zstd and lz4 are supported r=Diman0 a=Diman0 ## What type of PR? bug-fix ## What does this PR do? Remove the misleading text in mailu.env that zstd and lz4 are supported for dovecot mail compression. Zstd and lz4 are not supported. The reason is that the alpine project does not compile this into the dovecot package. Users who want this functionality, can kindly request the alpine project to compile dovecot with lz4&zstd support. ### Related issue(s) - closes #2139 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [n/a] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
This commit is contained in:
commit
0a439891ee
@ -96,7 +96,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: gz, bz2, lz4, zstd)
|
# choose compression-method, default: none (value: gz, bz2)
|
||||||
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 }}
|
||||||
|
5
towncrier/newsfragments/2139.bugfix
Normal file
5
towncrier/newsfragments/2139.bugfix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Remove the misleading text in mailu.env that zstd and lz4 are supported for dovecot mail compression.
|
||||||
|
Zstd and lz4 are not supported. The reason is that the alpine project does not compile this
|
||||||
|
into the dovecot package.
|
||||||
|
Users who want this funcionality, can kindly request the alpine project to compile dovecot
|
||||||
|
with lz4&zstd support.
|
Loading…
x
Reference in New Issue
Block a user