Re: Nginx - SMTP no authentication

2015-03-27 Thread dominus.ceo
I'm in the same situation. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,12609,257723#msg-257723 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Security and tunning concerns

2015-03-14 Thread dominus.ceo
This questions is originated because i would like to improve it before to put it into a production environment. Thanks in advance. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257248,257249#msg-257249 ___ nginx mailing list nginx@nginx.or

Security and tunning concerns

2015-03-14 Thread dominus.ceo
Hi everybody, Does any know if exist any kind of baseline o checklist to improve the security and performance of nginx..? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257248,257248#msg-257248 ___ nginx mailing list nginx@nginx.org http://

Re: Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-13 Thread dominus.ceo
Thanks for the tips and the corrections , after a long night i have finished the proxy configuration with ldap auth php authentication . Does anybody know if it it possible share configurations into ngnix page ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257206,257245#msg-257245

Re: Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean?

2015-03-13 Thread dominus.ceo
Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257239,257244#msg-257244 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean?

2015-03-13 Thread dominus.ceo
Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257239,257239#msg-257239 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-12 Thread dominus.ceo
I changed the IP address into my php script and i think we are moving on, now i'm seening the next error into my logs: *6 upstream sent invalid response: "550 5.7.0 Error: insufficient authorization" while reading response from upstream, client: 192.168.122.1 using starttls, server: 0.0.0.0:587,

Re: Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-12 Thread dominus.ceo
Sorry, me mistake, all the IP's are related to with the 192.168.122.0/255.255.255.0 network. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257206,257233#msg-257233 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listi

Re: Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-12 Thread dominus.ceo
Hi there, I have decided delete all authetication part from the email process auth, and first made the simplest configuration, so i have configured nginx based on the the examples provided into wiki nginx page and just modified it to get an IP address and hostname to redirect my users to my back

Re: Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-12 Thread dominus.ceo
Thank's in advance. The php ngnix integration already worked fine, but your idea it is goot to know what else is obtained with the manual request, I put the result of the execution: 168.122.170:80/correo-proxy-auth/auth.php * About to connect() to 192.168.122.170 port 80 (#0) * Trying 192.168.

Re: Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-11 Thread dominus.ceo
Actually already did that, and i got the next answere: [root@proxy-n1 ~]# curl -H "Auth-Method: plain" \ > -H "Auth-User: ricardo.carrillo" \ > -H "Auth-Pass: r3dh4t" \ > -H "Auth-Protocol: imap" \ > -H "Auth-Login-Attempt: 1" \ > -i http://192.168.122.170:80/correo-proxy-auth/index.php HTTP/1.1 5

Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-11 Thread dominus.ceo
Hi, my name is Ricardo, I'm here to ask for help about an implementation of pop3/imap and smtp proxy functionality with nginx, i want to implement a "cluster" with those functionalities. Consideration - All nodes/machines are virtualized (VM). - All nodes/machines are configured with 600MB of RA