Re: Using Nginx as proxy mail server

2015-02-19 Thread Guest13778
Hey! That's a good point. Yes I read about postfix too, but I wasn't very sure, but thank you for that idea. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256800,256812#msg-256812 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.

Using Nginx as proxy mail server

2015-02-19 Thread Guest13778
Hello! Would it be possible to set up a Nginx server that will proxy emails to a cPanel server? For example I set up a simple VPS server with IP 10.0.0.1 and then I set my domain's MX record to mail.mydomain.com which points 10.0.0.1 so that tiny VPS server will send all emails to my cPanel serve

Re: Big file upload through proxy problem

2014-12-23 Thread Guest13778
Sorry, I forgot to post an example: # curl -v -F file=@test.tar.gz -T http:/mydomain.com * About to connect() to mydomain.com port 80 (#0) * Trying 192.168.15.1... connected * Connected to mydomain.com (192.168.15.1) port 80 (#0) > POST / HTTP/1.1 > User-Agent: curl/7.19.7 (x86_64-redhat-linux-g

Big file upload through proxy problem

2014-12-23 Thread Guest13778
Hey! I have this interesting issue.. I have a setup that looks like this Nginx < - >Apache.. and when I try to upload files over proxy (nginx) then it gives me: 413 Request Entity Too Large (by nginx). Here is my config: http://pastebin.com/9t02sPtm Also Apache and PHP both have 200mb upload lim