ISPConfig 3.1.15 Released

What’s new in ISPConfig 3.1.15

This ISPConfig version provides support for the Rspamd email spam filter, which replaces amavis as the default spam filter in ISPConfig. Amavis has become less effective in recent years, so we looked for an alternative and found that Rspamd is really effective and a good Amavis replacement. Amavis is still fully supported so that existing installations are not affected and newly installed systems can also use amavis if you want to keep amavis. In the next few days we will publish a tutorial that shows how to convert an amavis-based system to Rspamd. This version also contains some bugfixes. For details, please see the changelog.

ISPConfig 3.1.15 Download

The software can be downloaded here:

http://www.ispconfig.org/downloads/ISPConfig-3.1.15.tar.gz

Changelog

https://git.ispconfig.org/ispconfig/ispconfig3/milestones/66

Known Issues

Please take a look at the bug tracker:

https://git.ispconfig.org/ispconfig/ispconfig3/issues

BUG Reporting

Please report bugs to the ISPConfig bug tracking system:

https://git.ispconfig.org/ispconfig/ispconfig3/issues

Supported Linux Distributions

– Debian 8 – 10 and Debian testing
– Ubuntu 16.04 – 18.04
– OpenSuSE 11 – 13.2
– CentOS 6 – 7
– Fedora 9 – 15

Installation

The installation instructions for ISPConfig can be found here:

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

Update

ISPConfig can be updated to version 3.1.15 by running the command:

ispconfig_update.sh

as root user on the shell. Choose ‘stable’ as the update source.

Manual Update

In case you have any issues with updating ISPConfig trough ispconfig_update.sh command, then use the manual update instructions below.

To update existing ISPConfig 3 installations, run these commands in the shell:

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