Compare commits

...

3 Commits

Author SHA1 Message Date
Jan Doberstein 6016733200
Merge ca5916eb63 into 14d0e20eab 2024-03-30 23:23:30 -04:00
Joshua Tauberer 14d0e20eab CHANGELOG entries 2024-03-23 13:18:16 -04:00
Jan Doberstein ca5916eb63
Update mail.py
make this script usable again.

this change added the ability to include this script again without touching all scripts that include this - like `owncloud-unlockadmin.sh`. I guess without this change those scripts would harm more than that it helps.
2021-01-12 09:24:17 +01:00
2 changed files with 26 additions and 1 deletions

View File

@ -1,6 +1,31 @@
CHANGELOG
=========
In Development
--------------
Package updates:
* Roundcube updated to version 1.6.6.
* Nextcloud is updated to version 22.0.12.
Mail:
* Updated postfix's configuration to guard against SMTP smuggling to the long-term fix (https://www.postfix.org/smtp-smuggling.html).
Control Panel:
* Improved reporting of Spamhaus response codes.
* Improved detection of SSH port.
* Fixed an error if last saved status check results were corrupted.
* Other minor fixes.
Other:
* fail2ban is updated to see "HTTP/2.0" requests to munin also.
* Internal improvements to the code to make it more reliable and readable.
Version 67 (December 22, 2023)
------------------------------

View File

@ -1,3 +1,3 @@
#!/bin/bash
# This script has moved.
management/cli.py "$@"
../management/cli.py "$@"