ISPConfig 3.2.12 Released

This version introduces support for Ubuntu 24.04 and new system requirements. Other than that there are some bugfixes and new features.

What’s new in ISPConfig 3.2.12?

Here are a few highlights of the changes:

General

  • Added Ubuntu 24.04 support
  • PHP 5.6 and older is no longer supported for the ISPConfig UI and ISPConfig scripts. All system with ISPConfig 3.2.12 and up shall have PHP 7.0 or newer as system default. You can still use PHP 5.6 (or older PHP versions) as additional PHP version for your websites.
  • The PHP OpenSSL module must be installed for the system default PHP version.
  • Added a new command ispc to help with some simple administration tasks like updating, changing the password for a user, etc. Run ispc -h to view all available commands. We will continue adding modules to this command.
  • Instead of changing the log level for a server through the UI, you can now run the server.sh script manually with the `–debug` option to run the script in debug mode once.
  • Fixed several deprecation warnings that showed on systems using PHP 8 as system default.

Client

  • The API now throws an error when passing a invalid client ID instead of leaving the sys_userid and sys_groupid columns empty.

Web

  • The backup interval for the database can now be configured per database.

Mail

  • The default RBL configuration is now empty.

DNS

  • Fixed several issues that occured when importing a DNS zone.
  • Added amazontrust.com to the pre-configured Certificate Authorities that are available when creating a CAA record.

You can see the full changelog here:

https://git.ispconfig.org/ispconfig/ispconfig3/-/milestones/89

Known issues

Please take a look at the bug tracker:

https://git.ispconfig.org/ispconfig/ispconfig3/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=Bug

You can report bugs at https://git.ispconfig.org/ispconfig/ispconfig3/issues

Supported Linux distributions

  • Debian 9 – 12 (recommended) and Debian testing
  • Ubuntu 18.04 — LTS – 24.04 LTS (recommended)
  • CentOS 7 – 8

Download ISPConfig 3.2.12

https://www.ispconfig.org/downloads/ISPConfig-3.2.12.tar.gz

The installation instructions for ISPConfig can be found here:

https://www.ispconfig.org/ispconfig-3/documentation/

How can I update to the ISPConfig 3.2.12?

You can update to ISPConfig 3.2.12 by using the ispconfig_update.sh update command.

Manual update instructions

In case you need to run the update manually without using ispconfig_update.sh, use the manual download procedure below:

Run the following commands as root user on your ISPConfig server:

cd /tmp
wget https://www.ispconfig.org/downloads/ISPConfig-3.2.12.tar.gz
tar xvfz ISPConfig-3.2.12.tar.gz
cd ispconfig3_install/install
php -q update.php