| 03/19/2012 09:52 PM |
| How to do Directadmin to Directadmin Migration |
|
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) [...]
|
| 03/14/2012 10:04 AM |
| [SOLVED] could not connect to localhost:143: php_network_getaddresses: getaddrinfo failed |
|
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 [...]
|