This version brings Debian 13 support with Dovecot 2.4 compatibility, RHEL 10 based distribution support (AlmaLinux 10, RockyLinux 10), PHP 8.5 compatibility, pgAdmin for PostgreSQL databases, improved DNS validation, and many bugfixes. It also fixes 3 security issues.
ISPConfig 3.3.1 adds full support for Debian 13 (Trixie), including compatibility with Dovecot 2.4 which introduces an incompatible configuration language. The Dovecot configuration templates have been updated to work with the new 2.4 syntax.
Support has been added for RHEL 10 based distributions including AlmaLinux 10 and RockyLinux 10.
ISPConfig is now compatible with PHP 8.5. This includes fixes for deprecated functions like mysqli_ping() and non-canonical casts.
A pgAdmin link has been added for PostgreSQL databases, similar to how phpMyAdmin works for MySQL/MariaDB databases. The phpMyAdmin link is now correctly hidden for PostgreSQL databases.
Improved validation for DNS records including better CNAME conflict detection, SRV record field validation, and DMARC record handling.
Fixed issues where rspamd greylisting settings from spamfilter policies were not being applied correctly to domain-level spam filter entries and user configurations.
The Tools > Resync function has been extended in the ispc CLI command, allowing more flexible server synchronization from the command line.
Improved updating with autoinstall.conf.php including better documentation and the ability to pass –autoinstall option from ispconfig_update.sh and ispc update to update.php.
Website logfiles are now created with stricter permissions (640) and ownership (root:clientX).
This release addresses three security vulnerabilities that could allow privilege escalation under certain conditions. The issues affect theme handling, backup restoration, and backup download functionality. We strongly recommend all users to update to this version as soon as possible.
We would like to thank SSD Secure Disclosure for responsibly discovering and reporting these vulnerabilities.
Please see changelog for a full list of features and bugfixes:
https://git.ispconfig.org/ispconfig/ispconfig3/-/milestones/95
Please take a look at the bug tracker:
You can report bugs at https://git.ispconfig.org/ispconfig/ispconfig3/issues
https://www.ispconfig.org/downloads/ISPConfig-3.3.1.tar.gz
The installation instructions for ISPConfig can be found here:
https://www.ispconfig.org/ispconfig-3/documentation/
You can update to ISPConfig 3.3.1 by using the ispconfig_update.sh command.
Run the following commands as root user on your ISPConfig server:
cd /tmp
wget https://www.ispconfig.org/downloads/ISPConfig-3.3.1.tar.gz
tar xvfz ISPConfig-3.3.1.tar.gz
cd ispconfig3_install/install
php -q update.php