Version 1.648
Released: 2022-03-??
new
Access to DirectAdmin GUI via Cloudflare proxyA new directadmin.conf
option accept_cloudflare_proxy_requests
enables DirectAdmin GUI to detect requests comming from Cloudflare and extract correct end user IP address.
Without this option accessing DirectAdmin GUI via CloudFlare uses Cloudflare edge node IP address as client IP. This leads to inacurate information in the logs or blocking blocking Cloudflare IPs after failed login attempts.
improved
Concurrent cPanel importscPanel imports feature is upgraded to support concurrent execution. Multiple number of imports (up to 20) can be ran concurrently for faster accounts importing.
improved
Using custom sub-domain document root when creating sub-domainWhen creating sub-domain it is now possible to pick non-standard sub-domain document root location.
Creating sub-domain via API and using /CMD_SUBDOMAIN
endpoint now accepts field public_html
which specifies a non-standard sub-domain document root.
Usage example:
curl -s -k -X POST -d '{"domain":"example.com","subdomain":"sub","json":"yes","action":"create","public_html":"/domains/example.com/public_html/sub"}' -s $(da api-url --user=john)/CMD_SUBDOMAIN?json=yes
Would add a new sub-domain sub.example.com
for user john
with the old document root location /domains/example.com/public_html/sub
.
/etc/bashrc
is added to jailshell environment improved
File Jailshell script is updated to include /etc/bashrc
file in the jail file system. On RHEL based systems this file is referenced by /etc/profile
which is already present in the jailed file-system.
Adding this file will make jail shells more consistent with non-jailed shells.
This change also bumps jailshell script version to 0.10
.
improved
Convert cPanel domain aliases with mailboxes to separate domainscPanel import feature is changed to always convert domain aliases with mailboxes to new domains when importing to DirectAdmin.
Old behaviour was to only convert domain alias to completely new domain if merging all alias mailboxes into main account mailbox causes conflicts.
improved custombuild
CustomBuild software versionsphalcon5
updated from5.1.4
to5.2.1
composer
updated from2.5.3
to2.5.4
mod_hostinglimits
updated from1.0-39
to1.0-41
igbinary
updated from3.2.13
to3.2.14
fixed
Subdomain content removal for custom document roots when subdomain is deletedPrevious DA versions would not remove sub-domains document root directory if document root were customized. This release fixes the issue and ensures content is removed when Remove Directory Content flag is checked.
removed evolution
Removed legacy Outlook configuration download actionAction to download mailbox configuration as Windows registry patch for Outlook is removed.
It no longer works with modern Windows operating systems.