Skip to content

Commit 9495457

Browse files
committed
upgrade: Add 2.4.1
1 parent 1f55c4f commit 9495457

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: doc
3+
title: 2.4 to 2.4.x
4+
dovecotlinks:
5+
upgrading-2.4-to-2.4: Upgrading Dovecot CE from 2.4 to 2.4.x
6+
---
7+
8+
# Upgrading Dovecot CE from 2.4 to 2.4.x
9+
10+
## Dovecot CE
11+
12+
### v2.4.0 to v2.4.1
13+
14+
* Added `MALLOC_MMAP_THRESHOLD_=131072` to [[setting,import_environment]] when
15+
building with glibc. Note that [[setting,dovecot_config_version]] value does
16+
not affect change - it's always added.
17+
18+
#### Changed Setting Defaults
19+
20+
These changes don't take effect until [[setting,dovecot_config_version]] is
21+
changed from `2.4.0` to `2.4.1`.
22+
23+
| Setting | Old Default Value | New Default Value |
24+
| ------- | ----------------- | ----------------- |
25+
| [[setting,mail_cache_fields]] | flags | flags hdr.date hdr.subject hdr.from hdr.sender hdr.reply-to hdr.to hdr.cc hdr.bcc hdr.in-reply-to hdr.message-id date.received size.virtual imap.bodystructure mime.parts hdr.references hdr.importance hdr.x-priority hdr.x-open-xchange-share-url pop3.uidl pop3.order |
26+
| `service/auth/unix_listener/auth-userdb/group` | (empty = root) | `$SET:default_internal_group` |
27+
| `service/lmtp/restart_request_count` | unlimited | 1 |

0 commit comments

Comments
 (0)