PROBLEM
I need to install ActiveSync.
ENVIRONMENT
- On-Premise Server + WebMail Installations: Version 7.0 > 7.3.2
- Webmail Only Installations: Version 7.0 > 7.3.2
CAUSE
ActiveSync requirement.
RESOLUTION
Requirements
- Atmail 7.0 > Atmail 7.3.2
- PHP/MYSQL and Apache pre setup for Atmail
- php-imap extension
- Valid Atmail ActiveSync License
How to install
To install Atmail Push:
WebMail version only
Extract Atmail to your WebServer document root and follow the standard Web-installer documentation
https://help.atmail.com/hc/en-us/articles/201055474-WebMail-Client-Only-Installation
To activate PUSH support the following must be included in your Apache httpd.conf
Alias /Microsoft-Server-ActiveSync /path/to/atmail/push/index.php
Server version
Extract Atmail to /usr/local/atmail and follow the standard installation documentation at:
https://help.atmail.com/hc/en-us/articles/201055454-Server-WebMail-Installation
The server-install.php command-line script will attempt to modify the Apache httpd.conf and add the Alias for Atmail. Otherwise this can be done manually using the syntax:
Alias /Microsoft-Server-ActiveSync /usr/local/atmail/webmail/push/index.php
Registration
The Atmail ActiveSync module requires an ActiveSync license from Atmail. You can obtain this via our online store. If you are already running Atmail and wish to install and use ActiveSync you will need to re-register your installation.
Comments