Mobileconfig Bundle

Revision as of 09:42, 6 July 2010 by Dennis Sieben (talk | contribs) (Created page with '= Open-Xchange mobile configuration module = == Introduction == The Open-Xchange mobile configuration module provides the ability to configure mobile devices for Open-Xchange us...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Open-Xchange mobile configuration module

Introduction

The Open-Xchange mobile configuration module provides the ability to configure mobile devices for Open-Xchange usage. Currently iPhone, iPad and Windows Mobile are supported.

To configure a device. The device must be navigated to the URL where the mobile configuration servlet is listening (by default /servlet/mobileconfig). In addition to this URL the login of the user which should be configured on the device must be added as GET parameter. So a full URL should look like this:

https://myhost.com/servlet/mobileconfig?login=testuer%40myhost.com

Please note that the parameter must be URL encoded, thus @ is written as %40.

This way the string given in the login parameter will be splitted according to the EAS setting (by default $USER@$DOMAIN), so in the example above the username would be testuer and the domain myhost.com. The email address in this scenario is assumed to be the same like the login. If you have a different setup you can provide a different email addresse with the "mail" parameter set.

Configuration setting

The bundle can be configured at two points, on the one hand the configuration file mobileconfig.properties in the groupware configuration path, and on the other hand the template files which are used for configuration (by default /opt/open-xchange/templates/)


Install on OX AppSuite

Debian GNU/Linux 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/{{{sopath}}}/DebianBuster/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/{{{sopath}}}/updates/DebianBuster/ /

and run

$ apt-get update
$ apt-get install open-xchange-mobileconfigsopath=stable

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/{{{sopath}}}/DebianBullseye/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/{{{sopath}}}/updates/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install open-xchange-mobileconfigsopath=stable