Directadmin 1.45.4 has been released

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
Hello,

DirectAdmin 1.45.3 and 1.45.4 have been released.
1.45.3 versions entry
1.45.4 versions entry

This release has many bug-fixes as well as many new features.
1.45.4 was released shortly after 1.45.3 after the discovery of a pipe bug in the dataskq.

New Features:


Bug Fixes:



We also recommend setting
Code:
ajax=1
into your directadmin.conf. We may enable this as a default option for a future release.
Ajax adds many features, such as auto-fills, live form checking with friendly messages, etc..

John
 
Hi
I view this http://www.directadmin.com/features.php?id=1597
and saw that when you do a skin update we need to require a ctrl-F5 for stylesheet css reload

if you will add version to css files we not need to do this

like this:
<link type="text/css" rel="stylesheet" href="file.css?v={directadminversion}" />
<link type="text/css" rel="stylesheet" href="file.css?v=1.45.4" />

so every time you update directadmin the css change to the version auto.

sorry for my bad English.
 
Hi.

If i add an new IP in DA under IP Management i get an Error
"sh: command not found"
the added Ip was listed in the IP Management but not on the system.

Testet on 2 systems.

Compiled on CentOS 6.0 64-Bit
Compile Date Jul 1 2014, 01:50:48
Server Version 1.45.4
Current Available Version 1.454000
 
Hmm, no other reports as of yet.
Try in ssh, to see what it does:
Code:
cd /usr/local/directadmin/scripts
./addip.sh 1.2.3.4 255.255.255.0 eth0
adjust the values as needed.

John
 
I just added an IP, version 1.45.4
no troubles, the IP was added without any error
 
Hi John.

cd /usr/local/directadmin/scripts
./addip 1.2.3.4 255.255.255.0 eth0 ) without .sh works and add a interface.

On another system it works also without problems. :( very crasy.
i will look forward what is worng with the both systems.

thanks for help.
 
Hi John.

i find a mad entry in the first line of directadmin.conf

ADDIP=/USR/LOCAL/Directadmin/scripts/addip

i can t remember that i set this entry.

Have you an idee how it is possible that i have this line in the config file ? (prerelease error ? or something else ?)

Thanks Mario
 
I have the same(well except the caps part)
addip=/usr/local/directadmin/scripts/addip
 
I have the same(well except the caps part)
addip=/usr/local/directadmin/scripts/addip

Yes that is correct
addip=/usr/local/directadmin/scripts/addip
but my entrys on the 2 systems was
ADDIP=/USR/LOCAL/Directadmin/scripts/addip

i have change it now to this
addip=/usr/local/directadmin/scripts/addip
and it works.

my question is only why i have this line ADDIP=/USR/LOCAL/Directadmin/scripts/addip and not this addip=/usr/local/directadmin/scripts/addip :)
 
so it was he Caps that crippled it.
seems a mystery why you had caps on part of that path, :confused:
could this be an OS specific case? like the package was different
mine was done
Compile Date Jul 1 2014, 01:50:48
Compiled on CentOS 6.0 64-Bit
 
Regarding the new exim.conf and acl checks at http://www.directadmin.com/features.php?id=1605 - does exim.conf version 2.1.2 support deny of ymlf-pc HELOs? Or is it needed to upgrade to exim.conf 4.2.2 to have that? I have looked in all the diff files, but I can't find the word "ymlf", so I am confused where the rule that block this is located? I really would like this ymlf-pc HELOs blocked.

Currently I am about to upgrade, and I am for now going to patch from exim.conf 2.1.1 to exim.conf 2.1.2
 
Back
Top