RoundCube webmail is not accessible
if saying config.inc not found just rename /etc/roundcubemail/
config.inc.php.sample to config.inc.php
do if db error
create a user with roundcube and set password as pass and give all rights
db connection file is config.inc.php
$config['db_dsnw']='mysql://roundcube:pass'
roundcube is the username and pass is the password
then insert this query on roundcubemail database
https://github.com/roundcube/roundcubemail/blob/master/SQL/mysql.initial.sql
config.inc.php.sample to config.inc.php
do if db error
create a user with roundcube and set password as pass and give all rights
db connection file is config.inc.php
$config['db_dsnw']='mysql://roundcube:pass'
roundcube is the username and pass is the password
then insert this query on roundcubemail database
https://github.com/roundcube/roundcubemail/blob/master/SQL/mysql.initial.sql
Comments
Post a Comment