How to backup/restore RoundCube settings in DA

DirectAdmin control panel provides two utlities for backing up and restoring RoundCube settings. The paths of the script are: /usr/local/directadmin/scripts/backup_roundcube.php /usr/local/directadmin/scripts/restore_roundcube.php Info from the backup script: [root@web ~]# /usr/local/directadmin/scripts/backup_roundcube.php Roundcube 0.1 backup script to backup Users. Usage: username=username domain=domain.com xml_file=/path/to/rc.xml…

Continue ReadingHow to backup/restore RoundCube settings in DA

How to check directives for all installed PHP versions

PHP directives are PHP options that are usually configured in php.ini files. You can consult the list of PHP directives here https://www.php.net/manual/en/ini.list.php On DirectAdmin servers, the php.ini files are located in /usr/local/phpXX/lib/php.ini where XX is the PHP version. For example,…

Continue ReadingHow to check directives for all installed PHP versions