Using custom configs for PhpMyAdmin, SquirrelMail and Roundcube

If you've got custom options enabled for any of PhpMyAdmin, SquirrelMail or Roundcube, then you'll need a way to maintain those customizations between updates by custombuild.

To do that, you'd simply copy your custom config to the relevant path.
The 3 paths are as follows:

/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

If the relevant config exists, then the custombuild script will copy it to the relevant path of the newly installed script, somewhere in /var/www/html/*.

Also, the following directory:

/usr/local/directadmin/custombuild/custom/roundcube/plugins

if it exists, will have it's contents copied into:

/var/www/html/roundcube/plugins/

overwriting any duplicates.  This can be used to copy specific files/configs/directories for customized plugins over to the new version.


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 13324