We will edit this line to put in our database info.$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
Where it says roundcubemail you will fill in your database name there.example: username_myuser:password
So it should end up looking something like this, but with your info:example: username_myroundcube
$rcmail_config['db_dsnw'] = 'mysql://username_myuser:password@localhost/username_myroundcube';
And change the word TRUE; to FALSE;$rcmail_config['enable_caching'] = TRUE;
Between the two single quotations type mail.yourdomain.com$rcmail_config['default_host'] = '';
xlocker Please include the source article when you copy and paste something like that: https://my.bluehost.com/cgi/help/265
In THIS link tutorial how to install roundcube on centos 6Hello,
Do you know a tutorial about installing Roundcube webmail?
Thanks