/var/softaculous/roundcube
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt28730644editdlrm
clone.php34880644editdlrm
config.inc.php39900644editdlrm
fileindex.php2030644editdlrm
import.php33420644editdlrm
info.xml30150644editdlrm
install.js12780644editdlrm
install.php67020644editdlrm
install.xml38230644editdlrm
md513790644editdlrm
notes.txt12560644editdlrm
remove.php31800644editdlrm
upgrade.php72330644editdlrm
upgrade.xml3410644editdlrm
Edit: /var/softaculous/roundcube/config.inc.php (3990B)
'smtp.example.net'] $config['smtp_host'] = '[[smtp]]:[[smtp_port]]'; // provide an URL where a user can get support for this Roundcube installation // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE! $config['support_url'] = '[[softurl]]'; // This key is used for encrypting purposes, like storing of imap password // in the session. For historical reasons it's called DES_key, but it's used // with any configured cipher_method (see below). // For the default cipher_method a required key length is 24 characters. $config['des_key'] = '[[des_key]]'; // Name your service. This is displayed on the login screen and in the window title $config['product_name'] = '[[site_name]]'; // ---------------------------------- // PLUGINS // ---------------------------------- // List of active plugins (in plugins/ directory) $config['plugins'] = []; // the default locale setting (leave empty for auto-detection) // RFC1766 formatted language name like en_US, de_DE, de_CH, fr_FR, pt_BR $config['language'] = '[[language]]';