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.
evolution update
Custom menu entry link validationMenu entries customized to open within the same tab (located in Customize Evolution Skin -> Menu -> New Entry) now validate "Link" input field to ensure that the generated menu entry will point to a valid page within the application.
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.
fix
backup_ftp_md5=1 not uploading md5 file for non-ftps backupsThe 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.
fix
CMD_SSL: Manual Trigger ignoring wildcard checkbox being uncheckedThe CMD_SSL: action=retries
call was not respecting the wildcard checkbox being unchecked causing any manual trigger to always attempt a wildcard first. Although it would eventually fallback to using a http-01 based request, this fix should speed things up if the http-01 are requried.