Re: Optimizing nginx mail proxy

2018-02-21 Thread Azusa Taroura
http backend and your SMTP > backend. I understand that worker_connections and ssl_session_cache are seems to be useful as the performance of mail. Thank you for your answer:) Maxim Dounin Wrote: --- > Hello! > > On Tue, Feb 20, 2

Re: Optimizing nginx mail proxy

2018-02-21 Thread Azusa Taroura
> On 20 February 2018 at 18:56, Azusa Taroura > <nginx-fo...@forum.nginx.org> > wrote: > > > Hi everyone, > > > > I’m trying to optimize mail-proxy. > > My performance test is 1 client sends many request to 1 nginx > server. > > > &

Optimizing nginx mail proxy

2018-02-19 Thread Azusa Taroura
/trustchain.crt; #resolver 8.8.8.8 8.8.4.4; } } Question>> Low cpu usage, but the performance result is not good. Do yoy know how to take full advantage of nginx? Thank you for your time. Azusa Taroura Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278656,278656#msg-

Re: Mail proxy the destination server by ssl (Postfix)

2018-02-19 Thread Azusa Taroura
Thank you for your reply! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278532,278655#msg-278655 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Mail proxy the destination server by ssl (Postfix)

2018-02-12 Thread Azusa Taroura
server_name nginx_server; server { listen25; protocol smtp; } server { listen465; protocol smtp; ssl on; ssl_certificate /etc/nginx/ssl/server.crt; ssl_certificate_key /etc/nginx/ssl/server.key; } } Thank you for your time. Azusa