Thursday 9 February 2012

How to Reset the Login Password for DirectAdmin Control Panel

If you forget the password for DirectAdmin, then follow the steps to reset your password.

check the setup.txt file for password.
[root@test]# cat /usr/local/directadmin/scripts/setup.txt

if the password in the setup.txt  not works, then try to change the admin password with the following command,
[root@test]# passwd admin
Changing password for user admin.
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.


Friday 3 February 2012

SMTP Error: No support for Delivery Status Notifications

You may get the SMTP Error while trying to send emails from webmail roundcube. This error occurs because the new version of roundcube uses a feature that our servers do not have available (due to incompatibility server e-mails) and the lack of this feature is shown the error message and the email is not sent.



Fix:
 # Go to settings option then click composing messages and uncheck it as in the below picture.
    Then save it and now try to send emails. Now you can send mails !!



Thursday 2 February 2012

'TS3ANetwork::Connect failed error: 111' 'Unable to connect to accounting server' ' Server() error while starting servermanager, error: unable to connect to accounting server'

You may see the below errors in Teamspeak error log file.
Error:
2012-02-03 02:31:05.061747 |INFO    |SQL      |   | pruning old database log entries where timestamp is older than 90 days
2012-02-03 02:31:05.123310 |ERROR   |         |   | TS3ANetwork::ResolveHostName failed error: -5 (No address associated with hostname) 110
2012-02-03 02:31:05.238214 |ERROR   |         |   | TS3ANetwork::Connect failed error: 111
2012-02-03 02:31:05.238322 |ERROR   |Accounting    |   | Unable to connect to accounting server
2012-02-03 02:31:05.238389 |ERROR   |ServerLibPriv |   | Server() error while starting servermanager, error: unable to connect to accounting server
Solution:
Move the  licensekey.dat  file to some other directory and try to start the teamspeak....

# /etc/init.d/teamspeak restart

# /etc/init.d/teamspeak status
Server is running