activesync client connection proxy error
-
Hello to all,
i installed Z-PUSH on a new zimbra server Version 8.8 (UNBUNTU 18)Installation and configuration all ok without problems, I created 25 user accounts.
Webamil ok for all users.
When I went to the PC to configure the various accounts (Exhange Activesync) 23 users were successful with no errors and only two users
I got the error “unable to find the server”in the Zimbra logs this is the error output from one of the two mailboxes.
root @ mx: ~ # tail -n 10 /var/log/z-push/z-push.log
02/04/2021 14:37:24 [30115] [INFO] [xxxx @ xxxxx] User-agent: “unknown”
02/04/2021 14:37:24 [30115] [IRREVERSIBLE] [xxxx @ xxxxx] Exception: (ServiceUnavailableException) - Access is denied. The proxy cannot reach the user’s mailbox server
02/04/2021 14:37:24 [30115] [INFO] [xxxx @ xxxxx] cmd = ‘’ memory = ‘8.10 MiB / 12.00 MiB’ time = ‘0.27s’ devType = ‘’ devId = ‘’ getUser = “xxxx @ xxxxx” from = “192.168.10.225” version = “2.3.4” method = “OPTIONS” httpcode = “503”
02/04/2021 14:39:06 [31038] [ERROR] [xxxx @ xxxxx] Zimbra-> SoapRequest (): SOAP FAULT: Error code [service.PARSE_ERROR]
02/04/2021 14:39:06 [31038] [ERROR] [xxxx @ xxxxx] Zimbra-> SoapRequest (): SOAP FAULT: reason for the error []
02/04/2021 14:39:06 [31038] [ERROR] [xxxx @ xxxxx] Zimbra-> Logon (): END Logon - Proxy Error {connected = false}
02/04/2021 14:39:06 [31038] [INFO] [xxxx @ xxxxx] ServiceUnavailableException: Access is denied. The proxy cannot reach the user’s mailbox server - code: 0 - file: /opt/z-push/backend/zimbra/zimbra.php:1029
02/04/2021 14:39:06 [31038] [INFO] [xxxx @ xxxxx] User-agent: “unknown”
02/04/2021 14:39:06 [31038] [IRREVERSIBLE] [xxxx @ xxxxx] Exception: (ServiceUnavailableException) - Access is denied. The proxy cannot reach the user’s mailbox server
02/04/2021 14:39:06 [31038] [INFO] [xxxx @ xxxxx] cmd = ‘’ memory = ‘8.10 MiB / 12.00 MiB’ time = ‘0.20s’ devType = ‘’ devId = ‘’ getUser = “xxxx @ xxxxx” from = “192.168.10.225” version = “2.3.4” method = “OPTIONS” httpcode = “503”
root @ mx: ~ #Thanks
-
@mizart79 said in activesync client connection proxy error:
version = “2.3.4
As you have said you just set this up, and your z-push version is 2.3.4 I suspect you have followed some old tutorial on how to install it, and you have downloaded z-push from there.
The latest z-push release is 2.6.2 which is years newer. You should be starting with that, and ideally installing it from standard packages to facilitate easy maintenance.
Do you know what version of the zimbra backend you have used? Again, I suspect it is years old.
You should get the latest release from Sourceforge - Release 70.
That said, zimbra is pretty clear in it’s error messages. It says the nginx proxy cannot reach the MTA serveer for those users. I am not sure why.
-
-