Can't access OWA, OA and ActiveSync

2018-10-08 Thread alisampras
Hi All, Business Objective Outside users (users travelling) should be able to access their email through NGINX and it should redirect the connection to my Internal Exchange server for authentication and access: 1. OWA 2. Outlook Anyway 3. ActiveSync My environment info: Client email access throu

Re: RE: Web and Mail Proxy Server Configuration

2018-10-03 Thread alisampras
Hi All, All our outside users uses OWA, OA and ActiveSync. These users will connect to my internal Exchange 2010 via RPC over HTTPS.One Example, Users will access OWA by mail.example.com/owa and this should proxy to internal exchange 2010 server exch01.example.com. All my previous nginx.conf co

Re: RE: Web and Mail Proxy Server Configuration

2018-10-03 Thread alisampras
Hi Reinis, Thanks for your reply. Noted on Modules directory. Yes, i went through the NGINX Admin Guide but talked about SMTP, POP3 and IMAP protocol. My internal exchange is 2010 and all outside users accessing email OWA, OA and ActiveSync via RPC over HTTPS. Hope you can show me some useful

Re: Web and Mail Proxy Server Configuration

2018-10-03 Thread alisampras
Hi All, We are using OWA, OA and ActiveSync for internet users. Exchange connection protocol is RPC over HTTPS. This forum looks like dead :-( Any help? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281456,281499#msg-281499 ___ nginx mai

Re: Web and Mail Proxy Server Configuration

2018-10-03 Thread alisampras
Hi All, BTW, i had compile nginx 1.15.4 from Mainline. nginx version: nginx/1.15.4 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) built with OpenSSL 1.0.2p 14 Aug 2018 TLS SNI support enabled configure arguments: --prefix=/usr/local/nginx --sbin-path=/usr/local/nginx/sbin/nginx --modu

Re: Web and Mail Proxy Server Configuration

2018-10-02 Thread alisampras
Hi all, Based on googling, i found some of the Mail proxy config as per below. Question is, is that config is valid for both as Web server and Mail proxy? [root@ns2 conf]# more nginx.conf worker_processes 1; events { worker_connections 1024; } http { include mime.types;

Web and Mail Proxy Server Configuration

2018-10-01 Thread alisampras
Hi All, My objective is to host a Web server and as a Mail proxy to my internal Exchange 2010 RPC over HTTPS. I had compile NGINX open source with --with_mail and SSL. In my nginx.conf file i saw only "http" directive with any MAIL parameters. Can anyone help me to start with a workable configu