DirectAdmin 1.694

We are happy to announce the release of DirectAdmin 1.694.

A full release change log is here:

DirectAdmin 1.694


The update should be automatically available for all installations subscribed to the current release channel.

We appreciate all the feedback on forums and issues reported in the ticketing system.

Thanks!
Hi, I´m trying to add an email account on my domain but the "create" button is not working. Any idea what´s going on?
 
@Namhost, it seems the Bind DNS service does not support HTTPS records on your server. Usually the Bind service that comes with the system is fresh enough support this record, the only exception is the RHEL 8 systems that still uses Bind 9.11.
 
Hi,
/usr/local/directadmin/data/users/*/domains/*.key
files have
-rw------- 1 diradmin access
permissions instead of
-rw-r----- 1 diradmin access
despite having good letsencrypt.sh with
install_file 640 "${owner}" "${src_key}" "${dst_key}"
SNI in exim stopped working due to that for new domains. I have created letsencrypt_post hook to fix permissions as workaround and fixed permissions for all keys.
 
  • Like
Reactions: fln
Thank you @Zerg, a new build is published to fix the file permissions issue. It makes sure new files will have correct permissions and existing files with incorrect permissions will be fixed on update.
 
Back
Top