Version 1.682
Released: 2025-08-??
update
Filemanager hook variablesExtend filemanager_pre.sh
and file_manager_upload_pre.sh
hooks to include a new variable caller_ip
- client IP address. More info.
update custombuild
Updated install script for rspamd on Debian systemsThe CustomBuild script that installs rspamd software is updated. Key improvements:
- On Debian 13 systems the external package repository managed by the rspamd team will not be added. The external repository does not yet provide packages for Debian 13. The rspamd packages provided by the Debian maintainers are used.
- Installing rspamd on a clean Debian will automatically build and install the Redis server if it is not yet installed.
update custombuild
CustomBuild tracks ConfigServer Firewall versionThe CustomBuild script is extended to support checking the CSF tool version and performing CSF tool updates. The auto-update functionality bundled with CSF is turned off.
This change will allow a more fine-grained control of future changes for the CSF.
ftppasswd
configuration option from directadmin.conf
removal
Removed The default location of the FTP service password file will always be /etc/proftpd.passwd
. The configuration option ftppasswd
will no longer be supported.
If a non-default location for this file is configured, the password file will be automatically copied to the canonical location.
evolution removal
Removed icons customization pageIcons customization page was removed because the added functionality of managing icons within menu customizations page has made the page obsolete.
backup_ftp_md5=1 not uploading md5 file for non-ftps backups
The ftp_upload.php
script was not uploading md5 files for backups if plaintext ftp was in use. Workaround until this is released: use ftps backup transfers, which is recommended anyway.