<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mastercane</id>
	<title>Open-Xchange - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mastercane"/>
	<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Special:Contributions/Mastercane"/>
	<updated>2026-06-30T23:24:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=OXReportClient&amp;diff=6457</id>
		<title>OXReportClient</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=OXReportClient&amp;diff=6457"/>
		<updated>2010-09-02T14:42:20Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Using the Report tool */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The Open-Xchange Report Client extension of the Open-Xchange Server &amp;gt; 6.12 will enable you to generate and send usage reports of your environment to Open-Xchange. The report will contain information of how many contexts and users have been created in the given Open-Xchange environment. This article will guide you through the installation of the  Open-Xchange Report Client. It describes the setup of the software extension itself, and which additional configurations need to be done to execute this extension.&lt;br /&gt;
&lt;br /&gt;
{{InstallPlugin|pluginname=open-xchange-report-client|sopath=stable}}&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
A requirement to execute the Open-Xchange Report Client is to have your Open-Xchange license key stored in one specific file on your Open-Xchange installation. The latest version of our [[Main_Page#Installation_based_on_packages | installation guide]] documentation will automatically enable you to store your license key on disk by using a new oxinstaller command.&lt;br /&gt;
&lt;br /&gt;
If you want to use the report client on an already installed environment you need to store your license key manually on disk. To do so create and edit the following file on your Open-Xchange server:&lt;br /&gt;
&lt;br /&gt;
 $ vim /opt/open-xchange/etc/common/licensekeys.properties &lt;br /&gt;
 &lt;br /&gt;
 com.openexchange.licensekey.1=PUT_YOUR_OPEN-XCHANGE_LICENSE_KEY_HERE&lt;br /&gt;
&lt;br /&gt;
If you are behind a firewall and the report client needs to be configured using a HTTP proxy, please edit file:&lt;br /&gt;
  &lt;br /&gt;
 $ vim /opt/open-xchange/etc/groupware/reportclient.properties&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After editing this file accordingly to your proxy needs, try to start the report client again.&lt;br /&gt;
&lt;br /&gt;
== Using the Report tool ==&lt;br /&gt;
&lt;br /&gt;
Now as the package has been correctly installed and you provided your license key in the according properties file your are ready to launch the report client to generate a report. By default (if no option is given) the report client will display and send the generated report to an Open-Xchange service on activation.open-xchange.com. Note that only data that is displayed in the console will be transfered to Open-Xchange:&lt;br /&gt;
&lt;br /&gt;
 $ /opt/open-xchange/sbin/report&lt;br /&gt;
&lt;br /&gt;
If you want to know which data would be transfered to activation.open-xchange.com execute the report client with the option &amp;quot;-d&amp;quot; (display_only). If this option is given to the report client no data will be transfered to activation.open-xchange.com:&lt;br /&gt;
&lt;br /&gt;
 $ /opt/open-xchange/sbin/report -d&lt;br /&gt;
&lt;br /&gt;
If you don't want to have the report displayed in the console (which might be the case for automated executions of the report client) execute the report client with the option -s (send_only). Now no report will be displayed after the report has been sent to activation.open-xchange.com.&lt;br /&gt;
&lt;br /&gt;
 $ /opt/open-xchange/sbin/report -s&lt;br /&gt;
&lt;br /&gt;
List of all options for the Open-Xchange report client:&lt;br /&gt;
&lt;br /&gt;
 Starting the Open-Xchange report client. Note that the report generation may take a little while.&lt;br /&gt;
 Usage: report&lt;br /&gt;
  -h,--help                                         Prints a help text          &lt;br /&gt;
     --environment                                  Show info about commandline environment&lt;br /&gt;
     --nonl                                         Remove all newlines (\n) from output&lt;br /&gt;
  -H,--host &amp;lt;host&amp;gt;                                  specifies the host          &lt;br /&gt;
  -J,--jmxauthuser &amp;lt;jmxauthuser&amp;gt;                    jmx username (required when jmx authentication enabled)&lt;br /&gt;
  -P,--jmxauthpassword &amp;lt;jmxauthpassword&amp;gt;            jmx username (required when jmx authentication enabled)&lt;br /&gt;
  -s,--sendonly                                     Send report without displaying it (Disables default)&lt;br /&gt;
  -d,--displayonly                                  Display report without sending it (Disables default)&lt;br /&gt;
  -c,--csv                                          Show output as CSV&lt;br /&gt;
&lt;br /&gt;
== Automatic reports ==&lt;br /&gt;
&lt;br /&gt;
Creating a cron entry which will automatically execute the report client once a week saves a lot of work. To create this cron entry execute:&lt;br /&gt;
&lt;br /&gt;
 $ vim /etc/cron.d/open-xchange_report&lt;br /&gt;
 &lt;br /&gt;
 0 3 * * 7	open-xchange	/opt/open-xchange/sbin/report -s 1&amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
&lt;br /&gt;
== What will be reported using the send method? ==&lt;br /&gt;
&lt;br /&gt;
The report client will display and / or transfer the following information:&lt;br /&gt;
&lt;br /&gt;
# Version number of the Open-Xchange server package&lt;br /&gt;
# Version number of the Open-Xchange admin package&lt;br /&gt;
# Total user count&lt;br /&gt;
# Total context count&lt;br /&gt;
# Detailed context information: context age, creation date or date of creation, user count, context id&lt;br /&gt;
# Detailed user information (per context): User access combination flags (which modules have been activated for the users)&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6364</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6364"/>
		<updated>2010-07-26T10:50:51Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Basic Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution.&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,&lt;br /&gt;
 multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6349</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6349"/>
		<updated>2010-07-22T09:12:37Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution.&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,&lt;br /&gt;
 multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6348</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6348"/>
		<updated>2010-07-22T09:11:18Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Basic Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution.&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,&lt;br /&gt;
 multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6347</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6347"/>
		<updated>2010-07-22T09:10:48Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Further documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,&lt;br /&gt;
 multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6346</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6346"/>
		<updated>2010-07-22T09:05:01Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,&lt;br /&gt;
 multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6345</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6345"/>
		<updated>2010-07-22T09:04:41Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,&lt;br /&gt;
 multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6344</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6344"/>
		<updated>2010-07-22T09:03:52Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,&lt;br /&gt;
 multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6343</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6343"/>
		<updated>2010-07-22T09:03:25Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6342</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6342"/>
		<updated>2010-07-22T09:02:58Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6341</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6341"/>
		<updated>2010-07-22T09:02:38Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6340</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6340"/>
		<updated>2010-07-22T09:02:19Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 &lt;br /&gt;
  groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6339</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6339"/>
		<updated>2010-07-22T09:01:43Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
 readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6338</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6338"/>
		<updated>2010-07-22T09:01:18Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
 delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6337</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6337"/>
		<updated>2010-07-22T09:00:57Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
  groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6336</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6336"/>
		<updated>2010-07-22T09:00:05Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
subscription,publication&lt;br /&gt;
  groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6335</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6335"/>
		<updated>2010-07-22T08:58:54Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
subscription,publication&lt;br /&gt;
  groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6334</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6334"/>
		<updated>2010-07-22T08:57:37Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
  groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6333</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6333"/>
		<updated>2010-07-22T08:56:57Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
 subscription,publication&lt;br /&gt;
  groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6332</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6332"/>
		<updated>2010-07-22T08:56:38Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
subscription,publication&lt;br /&gt;
  groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,&lt;br /&gt;
readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6331</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6331"/>
		<updated>2010-07-22T08:55:00Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,&lt;br /&gt;
subscription,publication&lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders, &lt;br /&gt;
delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6330</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6330"/>
		<updated>2010-07-22T08:54:27Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
 groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
Important: Remove the linebreaks, the complete string of options must be one line without linebreaks!&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6329</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6329"/>
		<updated>2010-07-22T08:52:00Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6328</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6328"/>
		<updated>2010-07-22T08:51:39Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
  groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6327</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6327"/>
		<updated>2010-07-22T08:50:59Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. 1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6326</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6326"/>
		<updated>2010-07-22T08:50:43Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Modification of Module Access Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. 1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&amp;lt;br&amp;gt;&lt;br /&gt;
 pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6325</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6325"/>
		<updated>2010-07-22T08:50:13Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Installation and Configuration of SOAP interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
 $ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
 $ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. 1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&lt;br /&gt;
    pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6324</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6324"/>
		<updated>2010-07-22T08:46:55Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Installation and Configuration of SOAP interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
$ apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
$ RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
$ BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
$ /etc/init.d/open-xchange-admin restart&lt;br /&gt;
$ /etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. 1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&lt;br /&gt;
    pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6323</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6323"/>
		<updated>2010-07-22T08:40:22Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Download and installation of Open-Xchange Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
/etc/init.d/open-xchange-admin restart&lt;br /&gt;
/etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
== Modification of Module Access Definitions ==&lt;br /&gt;
&lt;br /&gt;
On Open-Xchange server versions prior to release 6.18 you have to modify the so called Module Access Definitions. The Module Access Definitions define which features different types of OX Accounts (Webmail, Standard Groupware, Premium Groupware) have enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. 1. Login to your Open-Xchange server and open /opt/open-xchange/etc/admindaemon/ModuleAccessDefinitions.properties with your favorite text editor and add these lines:&lt;br /&gt;
    pim=webmail,calendar,contacts,tasks,globaladdressbookdisabled,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_standard=webmail,calendar,contacts,infostore,tasks,webdav,ical,vcard,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
      groupware_premium=webmail,calendar,contacts,infostore,tasks,webdav,webdavxml,ical,vcard,syncml,usm,activesync,readcreatesharedfolders,delegatetask,editpublicfolders,editgroup,editresource,editpassword,collectemailaddresses,multiplemailaccounts,subscription,publication&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6322</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6322"/>
		<updated>2010-07-22T08:36:02Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Download and installation of Open-Xchange Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
== Basic Installation ==&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
== Installation and Configuration of SOAP interface ==&lt;br /&gt;
&lt;br /&gt;
To allow Plesk to provision contexts and users to Open-Xchange it is necessary to install the SOAP package on the OX server and configure it:&lt;br /&gt;
&lt;br /&gt;
1. Login to your Open-Xchange server and install the packages &amp;quot;open-xchange-admin-soap&amp;quot; and  &amp;quot;open-xchange-axis2&amp;quot; via your package tool:&lt;br /&gt;
&lt;br /&gt;
Example for Debian:&amp;lt;br&amp;gt;&lt;br /&gt;
apt-get install open-xchange-admin-soap open-xchange-axis2&lt;br /&gt;
&lt;br /&gt;
2. Open /opt/open-xchange/etc/admindaemon/plugin/open-xchange-admin-soap.properties with your favorite text editor and set the configuration option RMI_HOSTNAME.&lt;br /&gt;
      &lt;br /&gt;
Assuming that the IP address of your Open-Xchange server is 1.2.3.4 you'll have to change it to:&amp;lt;br&amp;gt;&lt;br /&gt;
RMI_HOSTNAME=rmi://1.2.3.4:1099/&lt;br /&gt;
&lt;br /&gt;
3. Open /opt/open-xchange/etc/admindaemon/AdminDaemon.properties with your favorite text editor and set the configuration option BIND_ADDRESS to 0:&amp;lt;br&amp;gt;&lt;br /&gt;
BIND_ADDRESS=0&lt;br /&gt;
&lt;br /&gt;
4. Restart the Open-Xchange services:&amp;lt;br&amp;gt;&lt;br /&gt;
/etc/init.d/open-xchange-admin restart&lt;br /&gt;
/etc/init.d/open-xchange-groupware restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6321</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6321"/>
		<updated>2010-07-21T21:08:30Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Getting evaluation licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionality of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6320</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6320"/>
		<updated>2010-07-21T19:54:20Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Download and installation of Open-Xchange Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here:&amp;lt;br&amp;gt;:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE#documentation&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6319</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6319"/>
		<updated>2010-07-21T17:07:34Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Download and installation of Plesk Panel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
You can find the complete documentation here, we recommend to start with &amp;quot;Administrator's Guide&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/resources/&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6318</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6318"/>
		<updated>2010-07-21T16:58:08Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: /* Download and installation of Open-Xchange Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution. Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6317</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6317"/>
		<updated>2010-07-21T16:55:04Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&amp;lt;br&amp;gt;&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6316</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6316"/>
		<updated>2010-07-21T16:53:41Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6315</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6315"/>
		<updated>2010-07-21T16:53:11Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_4.0&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_Debian_5.0&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES10&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_SLES11&lt;br /&gt;
http://oxpedia.org/wiki/index.php?title=Open-Xchange_Installation_Guide_for_RHEL5&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6314</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6314"/>
		<updated>2010-07-21T16:47:48Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6313</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6313"/>
		<updated>2010-07-21T16:47:26Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6312</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6312"/>
		<updated>2010-07-21T16:46:49Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6311</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6311"/>
		<updated>2010-07-21T16:46:05Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Getting evaluation licenses =&lt;br /&gt;
&lt;br /&gt;
To evaluate the full functionalety of Open-Xchange it is necessary to get an evaluation license.&lt;br /&gt;
&lt;br /&gt;
Therefore please fill out the following contact form and add &amp;quot;I want to receive a Hosting Edition and Plesk Oxtender evaluation license to the &amp;quot;comment field&amp;quot;&amp;quot;:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6310</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6310"/>
		<updated>2010-07-21T16:42:51Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automated solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note: If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6309</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6309"/>
		<updated>2010-07-21T16:39:24Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note: If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6308</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6308"/>
		<updated>2010-07-21T16:33:35Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
[http://www.parallels.com/products/plesk/]&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note: If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6307</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6307"/>
		<updated>2010-07-21T16:32:34Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
[[Media:http://www.parallels.com/products/plesk/]]&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note: If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6306</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6306"/>
		<updated>2010-07-21T16:29:04Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note: If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6305</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6305"/>
		<updated>2010-07-21T16:28:04Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
With Open-Xchange you can replace the Plesk Webmail in your shared hosting environment with an extremely rich AJAX interface for free and up-sell feature rich business email services, which will lead to a higher ARPU (Average Revenue per User).&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note: If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;br /&gt;
&lt;br /&gt;
After installation read the documentation:&lt;br /&gt;
http://www.4psa.com/docs/oxtender/oxtender_end_user.pdf&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6304</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6304"/>
		<updated>2010-07-21T16:23:47Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
With Open-Xchange you can replace the Plesk Webmail in your shared hosting environment with an extremely rich AJAX interface for free and up-sell feature rich business email services, which will lead to a higher ARPU (Average Revenue per User).&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note: If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6303</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6303"/>
		<updated>2010-07-21T16:22:51Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
With Open-Xchange you can replace the Plesk Webmail in your shared hosting environment with an extremely rich AJAX interface for free and up-sell feature rich business email services, which will lead to a higher ARPU (Average Revenue per User).&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note_ If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6302</id>
		<title>Plesk Oxtender</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Plesk_Oxtender&amp;diff=6302"/>
		<updated>2010-07-21T16:16:27Z</updated>

		<summary type="html">&lt;p&gt;Mastercane: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
The Plesk Oxtender, developed and supported by 4PSA, is the most convenient way to add a high performance, best in class email service to your Parallels Plesk Panel customers. It allows you to deliver true business class email features including groupware, collaboration and mobility using the award winning Open-Xchange, the social networks enabled alternative to Microsoft Exchange.&lt;br /&gt;
&lt;br /&gt;
With Open-Xchange you can replace the Plesk Webmail in your shared hosting environment with an extremely rich AJAX interface for free and up-sell feature rich business email services, which will lead to a higher ARPU (Average Revenue per User).&lt;br /&gt;
&lt;br /&gt;
The 4PSA OXtender for Plesk is a fully automation solution designed to integrate Parallels Plesk with the Open-Xchange Hosting Edition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Panel =&lt;br /&gt;
&lt;br /&gt;
If you have not already a Plesk Panel server running simply download a copy and install it:&lt;br /&gt;
http://www.parallels.com/products/plesk/&lt;br /&gt;
&lt;br /&gt;
Plesk Oxtender is compatible with Plesk Panel 8.3.0 and upper versions for Linux/UNIX.&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Open-Xchange Server =&lt;br /&gt;
&lt;br /&gt;
Simply follow the guides under &amp;quot;Supported Packages&amp;quot; to install Open-Xchange Hosting Edition on your favorite Linux distribution:&lt;br /&gt;
http://oxpedia.org/index.php?title=Main_Page_HESE&lt;br /&gt;
&lt;br /&gt;
Important: Stop before step &amp;quot;Creating contexts and users &amp;quot; - this is not necessary since all administration of contexts and users will be handled via Plesk. &lt;br /&gt;
&lt;br /&gt;
After finishing installation as described please modify your Open-Xchange Server as describe here:&lt;br /&gt;
&lt;br /&gt;
http://kb.4psa.com/index.php?pcat=kb&amp;amp;pag=index&amp;amp;article=321&lt;br /&gt;
&lt;br /&gt;
Note_ If you want to test full functionality of Open-Xchange, especially Outlook Oxtender and Business Mobility Oxtender, without a valid license please contact us to receive a free evaluation copy:&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
= Download and installation of Plesk Oxtender =&lt;br /&gt;
&lt;br /&gt;
If you do not already have the Plesk oxtender and a license inhouse please contact us to receive a free evaluation copy:&lt;br /&gt;
&lt;br /&gt;
http://www.open-xchange.com/en/contactus&lt;br /&gt;
&lt;br /&gt;
Follow the &amp;quot;OXtender Command Line Installer Guide&amp;quot; linked here:&lt;br /&gt;
http://www.4psa.com/index.php?pcat=products&amp;amp;pag=docs#oxtender&lt;/div&gt;</summary>
		<author><name>Mastercane</name></author>
	</entry>
</feed>