ActiveSync (Z-push): Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 1: Line 1:
ActiveSync Z-push install
ActiveSync Z-push install
 
# dnf config-manager --set-enabled powertools -y
  # printf '%s\n' \
  # dnf -y install php-imap php-cli php-soap php-process php-mbstring  php-pecl-memcached
  '[z-push]' \
# cd /usr/share
  'name=Z-Push noarch Enterprise Linux 7 - \$basearch' \
# wget https://github.com/Z-Hub/Z-Push/archive/refs/tags/2.7.1.tar.gz
  'baseurl=http://repo.z-hub.io/z-push:/final/RHEL_7' \
# tar zxvf 2.7.1.tar.gz
  'failovermethod=priority' \
  # mkdir /usr/share/z-push /var/log/z-push /var/lib/z-push
  'enabled=1' \
# chown -R apache: /usr/share/z-push
  'gpgcheck=0' \
# chown apache:apache /var/lib/z-push /var/log/z-push
  > /etc/yum.repos.d/z-push.repo
# cp -R Z-Push-2.7.1/* /usr/share/z-push/
 
# dnf -y install
  # 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#'\''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#'\''TIMEZONE'\'', '\'''\''#'\''TIMEZONE'\'', '\''America/Denver'\''#g' /usr/share/z-push/config.php

Revision as of 00:25, 28 March 2024

ActiveSync Z-push install
# dnf config-manager --set-enabled powertools -y
# dnf -y install php-imap php-cli php-soap php-process php-mbstring  php-pecl-memcached
# cd /usr/share
# wget https://github.com/Z-Hub/Z-Push/archive/refs/tags/2.7.1.tar.gz
# tar zxvf 2.7.1.tar.gz
# mkdir /usr/share/z-push /var/log/z-push /var/lib/z-push
# chown -R apache: /usr/share/z-push
# chown apache:apache /var/lib/z-push /var/log/z-push
# cp -R Z-Push-2.7.1/* /usr/share/z-push/
# dnf -y install 
# 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