diff --git a/CHANGELOG.md b/CHANGELOG.md index aef6cf95..67fcdd94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,13 @@ CHANGELOG ========= -In Development --------------- +Version 55 (October 18, 2021) +----------------------------- Mail: * "SMTPUTF8" is now disabled in Postfix. Because Dovecot still does not support SMTPUTF8, incoming mail to internationalized addresses was bouncing. This fixes incoming mail to internationalized domains (which was probably working prior to v0.40), but it will prevent sending outbound mail to addresses with internationalized local-parts. -* Upgraded to Roundcube 1.5 Release Candidate. - -Firewall: - -* Fail2ban's IPv6 support is enabled. +* Upgraded to Roundcube 1.5. Control panel: @@ -27,6 +23,7 @@ Control panel: Other: +* Fail2ban's IPv6 support is enabled. * The mail log tool now doesn't crash if there are email addresess in log messages with invalid UTF-8 characters. * Additional nsd.conf files can be placed in /etc/nsd.conf.d. diff --git a/management/templates/external-dns.html b/management/templates/external-dns.html index 0634ec82..4532c3f5 100644 --- a/management/templates/external-dns.html +++ b/management/templates/external-dns.html @@ -38,7 +38,7 @@
You may encounter zone file errors when attempting to create a TXT record with a long string.
- RFC 4408 states a TXT record is allowed to contain multiple strings, and this technique can be used to construct records that would exceed the 255-byte maximum length.
+ RFC 4408 states a TXT record is allowed to contain multiple strings, and this technique can be used to construct records that would exceed the 255-byte maximum length.
You may need to adopt this technique when adding DomainKeys. Use a tool like named-checkzone
to validate your zone file.