Installing Horde Groupware

So, I started to install activesync for horde, but can’t connect with my outlook. Can somebody else try it please.
HowTo install

Active Sync

https://dokuwiki.tachtler.net/doku.php?id=tachtler:horde5_-framework-_activesync

https://www.horde.org/apps/horde/docs/INSTALL

You have to install horde activesync with pear, because of it‘s license it‘s not contained in epel

For pear installation execute the following command from terminal

yum install php-pear

Updating pear and register horde pear channel

pear upgrade PEAR
pear channel-discover pear.horde.org

Install Horde ActiveSync

pear install horde/Horde_Activesync

Now you have to Update All DB Schemas.

Start your web-browser and change address to X.X.X.X/horde/admin/config
Please click on “Update All DB Schemas”.
You should get the message that activesync db is updated.
Please click on Horde settings and after it choose the ActiveSync tab.
Set the following settings

$conf['activesync']['params']['driverconfig'] = 'horde';
$conf['activesync']['storage'] = 'Sql';
$conf['activesync']['emailsync'] = true;
$conf['activesync']['version'] = '14.1';
$conf['activesync']['auth']['type'] = 'basic';
$conf['activesync']['autodiscovery'] = 'full';
$conf['activesync']['outlookdiscovery'] = false;
$conf['activesync']['logging']['type'] = false;
$conf['activesync']['ping']['heartbeatmin'] = 60;
$conf['activesync']['ping']['heartbeatmax'] = 2700;
$conf['activesync']['ping']['heartbeatdefault'] = 480;
$conf['activesync']['ping']['deviceping'] = true;
$conf['activesync']['ping']['waitinterval'] = 15;
$conf['activesync']['enabled'] = true;

Now press the button to generate the activesync configuration.
Activesync is configured now.

1 Like