Compare commits

...

3 Commits

Author SHA1 Message Date
Michael Kroes 97da1b2c38
Merge 2b51f7fdba into 14d0e20eab 2024-03-24 10:35:27 +03:00
Joshua Tauberer 14d0e20eab CHANGELOG entries 2024-03-23 13:18:16 -04:00
Michael Kroes 2b51f7fdba Changed Roundcube address book name from ownCloud to Nextcloud 2019-11-25 15:32:08 +01:00
2 changed files with 27 additions and 2 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

@ -154,8 +154,8 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
/* Do not edit. Written by Mail-in-a-Box. Regenerated on updates. */
\$prefs['_GLOBAL']['hide_preferences'] = true;
\$prefs['_GLOBAL']['suppress_version_warning'] = true;
\$prefs['ownCloud'] = array(
'name' => 'ownCloud',
\$prefs['Nextcloud'] = array(
'name' => 'Nextcloud',
'username' => '%u', // login username
'password' => '%p', // login password
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts/',