The directadmin to directadmin migration is easy. 1) Set the value  skip_domains_in_backups=1  in  /usr/local/directadmin/conf/directadmin.conf . This will skip coping home folder during backup creation. 2) Do to admin panel Admin Tools -> Admin Backup/Transfer , And select all users and run a backup now .This will take all accounts backups under the folder  /home/admin/admin_backups.. 3) [...]

This issue generally came with webmail issues in cpanel or directadmin servers (roundcube , squirrel mail ,etc,.) So to solve this issue check the following. 1) Give 644 permissions to /etc/hosts , /etc/resolv.conf , /etc/host.conf 2) Give the following entry in /etc/hosts ———- 127.0.0.1 localhost localhost.localdomain ———— 3) Test if imap running on port 143 [...]

DomainKeys (DKIM) and SPF records are becoming a common, and annoying, demand among email providers, mainly Yahoo and Hotmail. In short, both are methods of email authentication designed to verify email integrity, by linking a sender to a specific server or hostname. In other words, DomainKeys and SPF records specify what servers can send email [...]

Hello, There is  a solution for this type mysql error. This error appear due to a corrupted table format in a myisam table. The myISAM folder will have  an frm file which contains the schema  of that table. You can use that schema to rebuild the  table  from the mysql command prompt . You need [...]

Please follow the procedure given below to install and configure  mod_evasive in  cPanel server with apache 2.2. Download the   latest source file from http://www.zdziarski.com # cd /usr/local/src/ # wget /blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz # tar -xvzf mod_evasive_1.10.1.tar.gz # cd mod_evasive/ # /usr/local/apache/bin/apxs -cia mod_evasive20.c Now create a file named  /usr/local/apache/conf/mod_evasive.conf and add the following lines # cat /usr/local/apache/conf/mod_evasive.conf [...]