Roundcube

Discussion in 'Installation/Configuration' started by madunix, Sep 14, 2011.

  1. madunix

    madunix Member

    Any good document to install Roundcube avec ISPConfig3 on Centos/RHEL.


    Thanks
     
    Lim Seow Keang likes this.
  2. madunix

    madunix Member

  3. falko

    falko Super Moderator Howtoforge Staff

    You can create a new alias in your Apache configuration for webmail2.
     
  4. madunix

    madunix Member

    solved ... added the alias link to config files

    Thanks
    madunix
     
  5. madunix

    madunix Member

    When I access the page..., I get
    DATABASE ERROR: CONNECTION FAILED!
    Unable to connect to the database!
    Please contact your server-administrator.

    Any help .. to trace, I used the above link to get roundcube under ISPConf3 Centos/RHEL
     

    Attached Files:

  6. madunix

    madunix Member

    mysql> show databases;
    +--------------------+
    | Database |
    +--------------------+
    | information_schema |
    | c0roundcubedb |
    | c0testme |
    | dbispconfig |
    | mysql |
    | openfire |
    +--------------------+
    6 rows in set (0.00 sec)
     
  7. madunix

    madunix Member

    I adjusted the db_link, it works now

    //$rcmail_config['db_dsnw'] = 'mysql://roundcube:*******@localhost/roundcubemail';
    $rcmail_config['db_dsnw'] = 'mysql://c0roundcubeuser:*********@localhost/c0roundcubedb';


    Why ISPconfig add ClientID (c0) to DB?
     
    Last edited: Sep 15, 2011
  8. cbj4074

    cbj4074 Member

    ISPConfig automatically prepends database names and users with c[CLIENTID]. If you would prefer an alternate behavior, see within ISPConfig: System -> Interface Config -> Sites.
     

Share This Page