ActiveSync (Z-push)

From QmailToaster
Revision as of 16:09, 27 March 2024 by Ebroch (talk | contribs) (Created page with "ActiveSync Z-push install # printf '%s\n' \ '[z-push]' \ 'name=Z-Push noarch Enterprise Linux 7 - \$basearch' \ 'baseurl=http://repo.z-hub.io/z-push:/final/RHEL_7' \ 'failovermethod=priority' \ 'enabled=1' \ 'gpgcheck=0' \ > /etc/yum.repos.d/z-push.repo # yum install z-push-common z-push-config-apache z-push-backend-imap z-push-ipc-sharedmemory # perl -pi -e 's#'\''IMAP_FOLDER_CONFIGURED'\'', false#'\''IMAP_FOLDER_CONFIGURED'\'', true#g' /usr/sh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ActiveSync Z-push install

# printf '%s\n' \
  '[z-push]' \
  'name=Z-Push noarch Enterprise Linux 7 - \$basearch' \
  'baseurl=http://repo.z-hub.io/z-push:/final/RHEL_7' \
  'failovermethod=priority' \
  'enabled=1' \
  'gpgcheck=0' \
  > /etc/yum.repos.d/z-push.repo
# yum install z-push-common z-push-config-apache z-push-backend-imap z-push-ipc-sharedmemory
# perl -pi -e 's#'\IMAP_FOLDER_CONFIGURED'\, false#'\IMAP_FOLDER_CONFIGURED'\, true#g' /usr/share/z-push/backend/imap/config.php
# perl -pi -e 's#'\TIMEZONE'\, '\'\#'\TIMEZONE'\, '\America/Denver'\#g' /usr/share/z-push/config.php
# perl -pi -e 's#'\BACKEND_PROVIDER'\, '\'\#'\BACKEND_PROVIDER'\, '\BackendIMAP'\#g' /usr/share/z-push/config.php


 Configure Outlook email client on tablet or phone (Tested: Samsung Galaxy Tab S2, and Samsung S7 Edge, iPhone X)
On tablet or smart phone open Outlook
Go to 'Add Accout'
Go to 'Add an email account'
Enter email address
Go to 'Manual setup'
Select 'Exchange'
Go to 'Advanced Setup'
Enter email account (client@domain.com) -> Next
Enter mail server -> (mail.domain.com) -> Next
Enter domain\username (client@domain.com) -> Next
Enter password (password) -> Next -> Done
Connect (on mine its a check mark, select it)
Outlook (Exchange) should sync now