DirectAdmin 1.703

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
1,393
We are happy to announce the release of DirectAdmin 1.703.

A full release change log is here:

DirectAdmin 1.703


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!
 
This is not something from this update, but I've seen it with some previous updates as well. When updating software via CustomBuild, I see a lot of deprecated warnings, like:
Code:
mysql: Deprecated program name. It will be removed in a future release, use '/usr/local/mariadb-11.4.11-7VPi/bin/mariadb' instead
/usr/local/mysql/bin/mysqldump: Deprecated program name. It will be removed in a future release, use '/usr/local/mariadb-11.4.11-7VPi/bin/mariadb-dump' instead

And on another server it's like:
Code:
/usr/bin/mysqldump: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-dump' instead

And more of similar lines. Can this be fixed?
 
Last edited:
I'm very curious how that new Exim configuration will be working. Looks very good, Exim won't be talking outgoing to other mailservers on port 25 anymore. Seems a great idea.
Just wondering about scripts (so unauthenticated e-mail) which use php mail() but if I'm correct they are not using Exim but sendmail or something similar, right?
 
I'm very curious how that new Exim configuration will be working. Looks very good, Exim won't be talking outgoing to other mailservers on port 25 anymore. Seems a great idea.
Just wondering about scripts (so unauthenticated e-mail) which use php mail() but if I'm correct they are not using Exim but sendmail or something similar, right?
I can confirm that the websites on my servers can still send emails via PHP mail, so that should be okay.
 
Back
Top