Plesk Integration: Difference between revisions
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
== One Open-Xchange installation for one Plesk Installation == | == One Open-Xchange installation for one Plesk Installation == | ||
Follow one of the [http://oxpedia.org/index.php?title=Main_Page_HESE Open-Xchange installation guides] to install Open-Xchange and in addition, | |||
install the following package: | |||
open-xchange-parallels | |||
== One Open-Xchange installation fo many Plesk systems == | == One Open-Xchange installation fo many Plesk systems == | ||
Follow one of the [http://oxpedia.org/index.php?title=Main_Page_HESE Open-Xchange installation guides] to install Open-Xchange and in addition, | |||
install the following package: | |||
open-xchange-parallels open-xchange-admin-soap-reseller | |||
== General Open-Xchange Configuration == | |||
Add the parameter | |||
com.openexchange.login.formLoginWithoutAuthId=true | |||
to <tt>/opt/open-xchange/etc/login.properties</tt> |
Revision as of 11:41, 26 August 2013
Integrate Open-Xchange with Plesk
This document describes how to integrate Open-Xchange with Plesk.
Requirements
In order to integrate Open-Xchange with Plesk, the Open-Xchange APS package must be used. This requires the following versions of Plesk and the APS package:
- Open-Xchange APS package version 7.2 and above (Not yet available).
- Parallels Plesk Panel version 11.5 and above
Older versions are not supported.
Download
Download the APS package from the APS catalogue
Install and configure Open-Xchange
Before you continue, you have to find out your requirements on how to integrate your Plesk instance(s) with Open-Xchange. There are two possible scenarios:
- One Open-Xchange installation for one Plesk Installation
- You want to serve one Plesk system with one single Open-Xchange installation or you are the only one managing the Plesk servers.
- One Open-Xchange installation fo many Plesk systems
- You want to resell many Plesk systems but only use one single Open-Xchange installation.
Note: Finding the correct scenario is important as it is hard to change later!
The main problem is, that usually on Open-Xchange, you have ONE single "root" account to provision contexts/tenants in Open-Xchange. The name of this account is usually oxadminmaster, but it can be renamed to what ever you like. Now imagine there's a scenario where not you, but your customers should create contexts. This is usually the case when you are a reseller. In this case you do not want to hand out that single "root" account to all your customers.
Fortunately, Open-Xchange has a solution for that. It is called the Reseller_Bundle.
Roughly summarised, if you are a Reseller you most likely need Plesk_Integration#One_Open-Xchange_installation_fo_many_Plesk_systems
One Open-Xchange installation for one Plesk Installation
Follow one of the Open-Xchange installation guides to install Open-Xchange and in addition, install the following package:
open-xchange-parallels
One Open-Xchange installation fo many Plesk systems
Follow one of the Open-Xchange installation guides to install Open-Xchange and in addition, install the following package:
open-xchange-parallels open-xchange-admin-soap-reseller
General Open-Xchange Configuration
Add the parameter
com.openexchange.login.formLoginWithoutAuthId=true
to /opt/open-xchange/etc/login.properties