Version 1.676
Released: 2025-04-??
new
Dovecot 2.4.xStarting with this release, the new Dovecot 2.4.x releases will be used by default.
Older Dovecot versions (2.3.x) are still supported but will only be used if the Dovecot version is explicitly customized.
setquota_post.sh
new
New hook: Hook to be called after any call by DirectAdmin to the setquota
or xfs_quota
binaries, when setting quota limits for Users. See the setquota_post.sh hooks documentation for more information.
dns_raw_save_post.sh
to include variables remote_username
, remote_hostname
, filename
, sign_zone
new
Calls to CMD_API_DNS_ADMIN?action=rawsave&username=remote_username&hostname=remote_hostname
, usually called by a master DirectAdmin dns server, will now pass the remote_username
, remote_hostname
, filename
, and sign_zone
variables down to the dns_raw_save_post.sh hook script.
crypt_method
configuration option from directadmin.conf
removed
Removed The password hash functions used to hash passwords for passwd-style files will no longer be configurable. The default value (SHA-512 method, also known as $6$
) will always be used.
This change will help old servers that are still stuck with weak hashing algorithms ($1$
or $5$
) to migrate to stronger hashes.