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 Reinis Rozitis
> This is my NGINX directory lists and i dont see the "Modules" directory. Is > that > normal? Yes, that's normal. By default nginx compiles everything into executable so unless you build dynamic modules (--add-dynamic-module) there won't be any .so files. > Can anyone share a configuration f

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;