Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
<Directory /usr/share/psa-horde>
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag magic_quotes_runtime off
php_flag short_open_tag on
</Directory>
Alias /Microsoft-Server-ActiveSync /usr/share/psa-horde/rpc.php
Alias /autodiscover/autodiscover.xml /usr/share/psa-horde/rpc.php
then
/usr/local/psa/admin/bin/httpdmng --reconfigure-all
/etc/init.d/apache2 restart
then go to
/etc/psa-webmail/horde/horde/ editconf.php
At the end, theres a point Activesync, set it to true
search for "$conf['auth']['admins'] = array()
and add your mailadress with the quotes 'test@mydomain.de'
login at webmail.mydomain.de
go to settings -> administration -> configuration
there youll see a few points where it says "needs to be updated"
just klick on the points, and at the end of the site klick "generate config and copy the config, in a colored box you'll see where to store the conf.php files:
With the help of theslashy description I've access to ActiveSync now.
(Thank you theslashy!)
I've edit in
/etc/psa-webmail/horde/horde/conf.php
the line
"$conf['auth']['admins'] = array('<my email-adress>'),
made the necessary parameter for ActiveSync in webmail (Administration - Configuration - Horde - ActiveSync) and edit the directives in Plesk
Panel (Website & Domains - Web Server Settings - Additional directives for HTTP and Additional directives for HTTPS):
Alias /Microsoft-Server-ActiveSync /usr/share/psa-horde/rpc.php
Alias /autodiscover/autodiscover.xml /usr/share/psa-horde/rpc.php
(In this way no restart is required.)
To test the concection, I enterd the alias in a browser and got the answer:
Forbidden
You do not have permission to access this document.
For a start I add the directive:
<Directory /usr/share/psa-horde>
Order allow,deny
Allow from all
</Directory>
And then it was possible to sync from smartphone to the webmail-server.
I think, it's not the best way to 'Allow from all', but how to allow a smartphone?
Has anybody an idea?
It worked with the help of theslashy and SabineW, thank you!
It would be perfect, if Plesk would have this as an option. Just a Checkbox like "Support ActiveSync", please Parallels!
In the coming version 5.2 Horde will have even better support of ActiveSync and will be a good alternative to Exchange.