From f20a992bcb71c1ab740090847d5a9b660d2410f4 Mon Sep 17 00:00:00 2001 From: kiekerjan Date: Mon, 16 Aug 2021 12:22:39 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6c5b5199..3861c199 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,15 @@ Functionality changes and additions * Add some munin plugins * Update nextcloud to 20.0.8 * Update roundcube carddav plugin to 4.1.1 +* Add roundcube context menu plugin * Use shorter TTL values in the DNS server. To be used before for example when changing IP addresses. Shortening TTL values will propagate changes faster. For reference, default TTL is 1 day, short TTL is 5 minutes. To use, edit file /etc/forceshortdnsttl and add a line for each domain for which shorter TTLs should be used. To use short TTLs for all known domains, add "forceshortdnsttl" * Use the box as a Hidden Master in the DNS system Thus only the secondary DNS servers are used as public DNS servers. When using a hidden master, no glue records are necessary at your domain hoster. To use, first setup secondary DNS servers via the Custom DNS administration page. At least two secondary servers should be set. When that functions, edit file /etc/usehiddenmasterdns and add a line for each domain for which Hidden Master should be used. To use Hidden Master for all known domains, add "usehiddenmasterdns". * Daily ip blacklist check Using check-dnsbl.py from https://github.com/gsauthof/utilit +* Updated ssl security for web and email + Removed older cryptos following internet.nl recommendations Bug fixes * Munin routes are ignored for Multi Factor Authentication [see github issue](https://github.com/mail-in-a-box/mailinabox/issues/1865)