1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00
mailinabox/changelog/v56.md
2022-03-06 17:42:51 -05:00

5.5 KiB

Commits for v56

COMMIT DATE AUTHOR TITLE
3a7de05 2022-01-19 Joshua Tauberer Version 56 (January 19, 2022)
d6cd4e8 2022-01-11 downtownallday Ensure pip3 is installed before installing email_validator
f11cb04 2022-01-08 Darek Kowalski Update Vagrant private IP address, fix issue #2062 (#2064)
cb564a1 2022-01-08 Joshua Tauberer Fix DNS secondary nameserver refesh failure retry period
d1d6318 2022-01-08 Joshua Tauberer Set systemd journald log retention to 10 days (from no limit) to reduce disk usage
34b7a02 2022-01-08 Joshua Tauberer Update Roundcube to 1.5.2
a312acc 2022-01-08 Joshua Tauberer Update to Nextcloud 20.0.8 and update apps
aab1ec6 2022-01-08 Joshua Tauberer CHANGELOG entries
520caf6 2022-01-02 Erik Hennig fix: typo in system backup template (#2081)
c92fd02 2021-12-25 jvolkenant Don't die if column already exists on Nextcloud 18 upgrade (#2078)
a85c429 2021-12-19 Arno Hautala regex change to exclude comma from sasl_username (#2074)
d9cd7d2 2021-12-15 downtownallday Add a setup mod to configure unattended-upgrades to email root on failures
177fd19 2021-12-05 downtownallday Increase session lifetime from 10 minutes to 1 hour
6c24a13 2021-12-05 downtownallday Display common name in the directory
50a5cb9 2021-11-30 Ilnahro Include rsync to the installed basic packages (#2067)
aac878d 2021-11-23 steadfasterX fix: key flag id for KSK, fix format (#2063)
1828538 2021-11-15 downtownallday Refresh script for latest roundcube carddav plugin Belongs with last commit...
0621687 2021-11-15 downtownallday Update roundcube carddav plugin to support roundcube 1.5 and close a security hole
58b0323 2021-11-04 jvolkenant Update persistent_login for Roundcube 1.5 (#2055)
646f971 2021-10-31 kiekerjan Update mailinabox.yml (#2054)
86067be 2021-10-27 Felix Spöttel fix(docs): set a schema for /logout responses (#2051)
3bb6f02 2021-10-27 downtownallday Fix tests that were broken by commit bb54370
db8e0fd 2021-10-27 downtownallday Remove /etc/ldap/ldap.conf creation as it's now created by the Nextcloud docker image
c67ff24 2021-10-23 Joshua Tauberer Updates to security.md
7b4cd44 2021-10-22 Joshua Tauberer How to report security issues
3401754 2021-10-22 Joshua Tauberer Don't crash if a custom DNS entry is not under a zone managed by the box, fixes #1961
bb54370 2021-10-19 downtownallday Fix smart host alias (alias with no forward to's). Postfix recently started rejecting these mails with "Sender address rejected: domain not found". This ensures the special case is handled properly.