1 (edited by maxim_al 2019-04-05 11:18:17)

Topic: How can use MS ActiveSync with outlook

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version: 0.9.9 MARIADB edition
- Deployed with  iRedMail-0.9.9.tar.bz2
- Linux/BSD distribution name and version: Ubuntu 18.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MARIADB edition
- Web server: Nginx:
- Manage mail accounts with iRedAdmin
====


I dont undestand how I can use MS ActiveSync connection from Outlook 2013 - it say: "Не возможно найти сервер".
I think that i have to install some module?

PS If I try open webbrowser url https://<IP-server>/SOGo/Microsoft-Server-ActiveSync - I have HTTP ERROR 403

Added:
In /var/log/nginx/error.log:
2019/04/05 14:12:25 [crit] 1459#1459: *2088 SSL_do_handshake() failed (SSL: error:1417D102:SSL routines:tls_process_client_hello:unsupported protocol) while SSL handshaking, client: <IPClient>, server: 0.0.0.0:443
2019/04/05 14:12:25 [crit] 1459#1459: *2089 SSL_do_handshake() failed (SSL: error:1417D18C:SSL routines:tls_process_client_hello:version too low) while SSL handshaking, client: <IPClient>, server: 0.0.0.0:443

Post's attachments

AS.PNG
AS.PNG 7.7 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2 (edited by maxim_al 2019-04-05 12:39:08)

Re: How can use MS ActiveSync with outlook

In debug /var/log/nginx/error.log I can view:

2019/04/05 15:34:38 [debug] 8552#8552: *1419 accept: <IPClient>:60154 fd:11
2019/04/05 15:34:38 [debug] 8552#8552: *1419 event timer add: 11: 60000:10540008
2019/04/05 15:34:38 [debug] 8552#8552: *1419 reusable connection: 1
2019/04/05 15:34:38 [debug] 8552#8552: *1419 epoll add event: fd:11 op:1 ev:80002001
2019/04/05 15:34:38 [debug] 8552#8552: *1419 http check ssl handshake
2019/04/05 15:34:38 [debug] 8552#8552: *1419 http recv(): 1
2019/04/05 15:34:38 [debug] 8552#8552: *1419 https ssl handshake: 0x16
2019/04/05 15:34:38 [debug] 8552#8552: *1419 tcp_nodelay
2019/04/05 15:34:38 [debug] 8552#8552: *1419 SSL_do_handshake: -1
2019/04/05 15:34:38 [debug] 8552#8552: *1419 SSL_get_error: 1
2019/04/05 15:34:38 [crit] 8552#8552: *1419 SSL_do_handshake() failed (SSL: error:1417D102:SSL routines:tls_process_client_hello:unsupported protocol) while SSL handshaking, client: <IPClient>, server: 0.0.0.0:443
2019/04/05 15:34:38 [debug] 8552#8552: *1419 close http connection: 11
2019/04/05 15:34:38 [debug] 8552#8552: *1419 event timer del: 11: 10540008
2019/04/05 15:34:38 [debug] 8552#8552: *1419 reusable connection: 0
2019/04/05 15:34:38 [debug] 8552#8552: *1419 free: 0000559D9171E9A0, unused: 160
2019/04/05 15:34:38 [debug] 8552#8552: *1420 accept: <IPClient>:60155 fd:11
2019/04/05 15:34:38 [debug] 8552#8552: *1420 event timer add: 11: 60000:10540008
2019/04/05 15:34:38 [debug] 8552#8552: *1420 reusable connection: 1
2019/04/05 15:34:38 [debug] 8552#8552: *1420 epoll add event: fd:11 op:1 ev:80002001
2019/04/05 15:34:38 [debug] 8552#8552: *1420 http check ssl handshake
2019/04/05 15:34:38 [debug] 8552#8552: *1420 http recv(): 1
2019/04/05 15:34:38 [debug] 8552#8552: *1420 https ssl handshake: 0x16
2019/04/05 15:34:38 [debug] 8552#8552: *1420 tcp_nodelay
2019/04/05 15:34:38 [debug] 8552#8552: *1420 SSL_do_handshake: -1
2019/04/05 15:34:38 [debug] 8552#8552: *1420 SSL_get_error: 1
2019/04/05 15:34:38 [crit] 8552#8552: *1420 SSL_do_handshake() failed (SSL: error:1417D18C:SSL routines:tls_process_client_hello:version too low) while SSL handshaking, client: <IPClient>, server: 0.0.0.0:443
2019/04/05 15:34:38 [debug] 8552#8552: *1420 close http connection: 11
2019/04/05 15:34:38 [debug] 8552#8552: *1420 event timer del: 11: 10540008
2019/04/05 15:34:38 [debug] 8552#8552: *1420 reusable connection: 0
2019/04/05 15:34:38 [debug] 8552#8552: *1420 free: 0000559D9171E9A0, unused: 160

SSL? Where I must tuning config?
Or may be trust SSL certificate must be using?

3

Re: How can use MS ActiveSync with outlook

O_o... for use ActiveSync I must buy MS license (CAL)!?
No, no way...

4

Re: How can use MS ActiveSync with outlook

You need a trusted SSL certificate and not the self-signed one. Let's Encrypt is free and works.

5

Re: How can use MS ActiveSync with outlook

Outlook requires valid ssl cert.

As @pnjo23 mentioned, you can request a Let's Encrypt cert for free, and it's easy: https://docs.iredmail.org/letsencrypt.html

Also, setup ActiveSync on Outlook 2013: https://docs.iredmail.org/activesync.outlook.html