NOT ABLE TO GET IMAPS PROXY WORKING

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
besadmin
Posts: 1
Joined: Fri Sep 03, 2021 1:11 am

NOT ABLE TO GET IMAPS PROXY WORKING

Post by besadmin »

I have a strange issue that I cannot get IMAPS to work and Nginx won't listen on port 993. It does listen on port 7993 (internally) and has no problems within our network using IMAPS.

I am a newbie at this and have been trying to follow the documentation for this and going through the forum for days now trying to figure out the anomalies in this.

I am using OSE 8.8.15_GA_4173.FOSS. Centos 7. Single Server.

Someone else originally set up the server and got it to work with the web end. Everything on the web end works great with proxy. But we can't get IMAPS to work with proxy. I followed the documentation on how to enable IMAP/POP after HTTP was installed. But no matter what I do the Nginx.conf files don't update and the following items stay commented out:

#include /opt/zimbra/conf/nginx/includes/nginx.conf.zmlookup;
#include /opt/zimbra/conf/nginx/includes/nginx.conf.mail;

Going to the nginx.conf.zmlookup file shows no zm_lookup_handlers in the file.
running the following commands shows the following:

Code: Select all


zmprov -garpu
mail.server.com:7072/service/extension/nginx-lookup

grep zm_lookup_handlers /opt/zimbra/conf/nginx/includes/nginx.conf.zmlookup
	zm_lookup_handlers	; 
	
/opt/zimbra/libexec/zmproxyconfig -e -m -H mail.server.com
zmcontrol restart

zimbra@zimbra:~$ zmprov gs mail.server.com | grep MailMode
zimbraMailMode: https
zimbraReverseProxyMailMode: https

zimbra@zimbra:~$ zmprov gcf zimbraReverseProxySSLToUpstreamEnabled
zimbraReverseProxySSLToUpstreamEnabled: TRUE
zimbra@zimbra:~$ zmprov gs mail.server.com | grep -i cleartext
zimbraCalendarCalDavClearTextPasswordEnabled: TRUE
zimbraImapCleartextLoginEnabled: TRUE
zimbraMailClearTextPasswordEnabled: TRUE
zimbraPop3CleartextLoginEnabled: TRUE
zimbraShareNotificationMtaConnectionType: CLEARTEXT
zimbra@zimbra:~$


All services are running and all startup with no errors.
Policyd, Anti-spam, and Anti-virus are unchecked.

There are two domains and an overall rapidSSL certificate installed.

There is no firewall and it is behind a NAT.

Not able to see anything wrong in the log files (don't know if looking at the right logs).

All ports are configured correctly at least per the outputs and I am at my wit's end on what to do to fix this. Any help or debug would be appreciated.
Post Reply