1

Topic: Activesync / Outlook error

==== Required information ====
- iRedMail version:
0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
LDAP
- Linux/BSD distribution name and version:
Ubuntu 14.1 LTS
- Related log if you're reporting an issue:
====
I have iRedMail setup using SOGo and LDAP.
Webmail works fine, IMAP&SMTP works fine.
While accessing the mailbox over Activesync - Outlook 2013 times out.
Android - Calendar / Contacts sync ok, but while syncing email i only get email headers. When i try to download the whole message - i get a timeout.

----

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

2

Re: Activesync / Outlook error

You can check whether ActiveSync is running by going on exampledomain.com/Microsoft-Server-ActiveSync in your web browser, it should prompt you for credentials

3

Re: Activesync / Outlook error

I got this:

An error occurred during object publishing

reason for HTTP error unknown

4

Re: Activesync / Outlook error

I had the same issue with Ubuntu 14.04.1LTS, it doesn't like SOGo Activesync [which is a pile of shit], I switched to PHP-Push-2 and now have complete control over my EAS

5

Re: Activesync / Outlook error

I can give it a try, will PHP-Push-2 work with nginx or should i deploy iRedMial with apache2?
I can still easily scrap and redeploy my setup.

6

Re: Activesync / Outlook error

It works with anything running PHP, I'm using it with Nginx

7

Re: Activesync / Outlook error

Outlook doesn't work well with self-signed SSL certificate, it's mentioned in SOGo document.
But i'm not sure whether a bought SSL certificate can fix your issue. I suggest you post this issue in SOGo mailing list, so that developers can fix it in future release. If you don't report, you have to live with it, that's bad.

8

Re: Activesync / Outlook error

I reported it, along with dumps of the crash and they said they have no idea... His SOGo Activesync module is literally crashing, has nothing to do with his client.

9

Re: Activesync / Outlook error

ZhangHuangbin wrote:

Outlook doesn't work well with self-signed SSL certificate, it's mentioned in SOGo document.
But i'm not sure whether a bought SSL certificate can fix your issue. I suggest you post this issue in SOGo mailing list, so that developers can fix it in future release. If you don't report, you have to live with it, that's bad.

Self Signed certyficate is not a problem - I tried with no encryption, I tried android, and still it did not work.

10

Re: Activesync / Outlook error

if you find the ActiveSync executable, it literally crashes as soon as you start it, I had the same issue and thought I was the only one

11

Re: Activesync / Outlook error

Imap/smtp works like a charm, absolutely no issues.
7t3chguy, I'v never used nginx before, could you help me with this part:

Now, you must configure Apache to redirect the URL
'Microsoft-Server-ActiveSync' to the index.php file in the Z-Push
directory. This can be done by adding the line:
Alias /Microsoft-Server-ActiveSync /usr/share/z-push/index.php
to your httpd.conf file. Make sure that you are adding the line to the
correct part of your Apache configuration, taking care of virtual hosts and
other Apache configurations.

12

Re: Activesync / Outlook error

You reinstalled with Nginx?
That quote gives you tips for Apache,
if you're choosing to use Nginx I can share my configs relevant to it.

13

Re: Activesync / Outlook error

Configuring CalDav and Cardav - what path did you use?
https://[server name or IP address]/SOGo/dav/ ?

14

Re: Activesync / Outlook error

Yeah, I already have Nginx running so I would be great full for some help ;-)

15

Re: Activesync / Outlook error

I didn't use SOGo, you'll have to look into that yourself, I'm using ownCloud

16

Re: Activesync / Outlook error

I'll post my configs soon