How to update roundcube/phpmyadmin settings in directadmin?

Sometimes you may need to change the configuration settings of Roundcube, PHPMyAdmin or SquirrelMail from default values. The values are primarily set by directadmin custombuild.

How to change settings of Roundcube/PHPMyAdmin in Directadmin?

Directadmin stores these 3rdparty data in the following folder:

/var/www/html/

If you want to change the roundcube settings for example, browse the file main.inc.php

nano /var/www/html/roundcube/main.inc.php

Database settings for roundcube available under:

/var/www.html/roundcube/db.inc.php

The same would be true for “config.php” file for SquirrelMail and “config.inc.php” file for PHPMyAdmin.

If you would like to set your own settings next time you run the custombuild make sure to copy a version of these files under the following locations:

/usr/local/directadmin/custombuild/custom/phpmyadmin/config.inc.php
/usr/local/directadmin/custombuild/custom/squirrelmail/config.php
/usr/local/directadmin/custombuild/custom/roundcube/main.inc.php
/usr/local/directadmin/custombuild/custom/roundcube/db.inc.php

This will include the custom settings for you while the software updates by custombuild.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.