LeonardoRM / owncloud-roundcube

OwnCloud app to integrate RoundCube Webmail
GNU Affero General Public License v3.0
6 stars 14 forks source link

NOTE: I'm currently not maintaining this repo.

owncloud-roundcube

OwnCloud app to integrate RoundCube Webmail. The app embeds the RoundCube webmail interface in ownCloud.

History

This app uses idea and code from this app. The app needed an update to work with newer versions of ownCloud. This app doesn't have all features but at least you can auto-login.

Features

Requirements

Tested with

Installation

Configuration

Apache example:

ServerName owncloud.domain.com

SSLProxyEngine on
ProxyPass /roundcube1/ https://proxymail1.domain.com/
ProxyPass /roundcube2/ https://proxymail2.domain.com/
ProxyPassReverse /roundcube1/ https://proxymail1.domain.com/
ProxyPassReverse /roundcube2/ https://proxymail2.domain.com/