= Setup Roundcube = webs with roundcube: {{{ web1 (?) die roundcube db ist leer und Du verwendest doch squirl ?? -> die db von web1 ist roundcube_ttd !! web2 web8 web15 web16 web25 web31 web37 web38 web39 web44 }}} '''THINK THIS IS OLD INFO:''' roundcube is not in official portage yet but should be in the webapps overlay therefor we need layman[[BR]] {{{ # emerge subversion layman # layman -a webapps-experimental # echo source /usr/portage/local/layman/make.conf >> /etc/make.conf # echo mail-client/roundcube ~* >> /etc/portage/package.keywords # echo mail-client/roundcube mysql vhosts >> /etc/portage/package.use # emerge roundcube }}} '''START CLIENT INSTALLTION HERE''' follow the information provided by the ebuild[[BR]] {{{ # mysql -uroot -p }}} {{{ > create database roundcubemail_web1; > GRANT ALL PRIVILEGES ON roundcubemail_web''''.* TO roundcube@localhost IDENTIFIED BY ' '''' '; }}} {{{ # mysql -uroot -p roundcubemail_web'''' < /var/www/web1/web/roundcube/SQL/mysql.initial.sql }}} !!! change /etc/vhosts/webapp-config (see above) before the next command !!! '''!!! Version changes (last bit of the following command: 0.3.1) please check for the actual version in (/usr/share/webapps/roundcube) !!!''' {{{ # webapp-config -I -h www.thinkthinkdo.com -d roundcube roundcube 0.3.1 }}} If you want to upgrade to the latest version you can do (Check for the latest vereion is required before !): {{{ # webapp-config -U -h www.thinkthinkdo.com -d roundcube roundcube 0.3.1 }}} in /var/www/web1/web/roundcube/config/main.inc.php change[[BR]] {{{ $rcmail_config['default_host'] = ''; to $rcmail_config['default_host'] = 'ssl://localhost:993'; }}} in /var/www/web1/web/roundcube/config/db.inc.php change[[BR]] {{{ $rcmail_config['db_dsnw'] = 'mysql://roundcube:@localhost/roundcubemail_web1'; }}}