Nginx as mail proxy: different domains with different certs

2022-09-30 Thread achekalin
I set up nginx as mail proxy, and it works for one domain, but won't work when I try to serve more that one domain each with different SSL certificate. Are there any way I can archive that, since nginx as mail proxy it quite good and seems to be good solution. My fail is that I expected from mail

Re: need ngx_http_perl_module equivalent GO module

2022-09-30 Thread Sergey A. Osokin
Hi Avinash, On Fri, Sep 30, 2022 at 04:19:39PM +0530, Avinash Ghadshi wrote: > I search through out the nginx site but did not find go module which is > equivalent to ngx_http_perl_module > > Where can I find this module e.g ngx_http_go_module? > > Please advise. There's no go module for nginx,

Re: Nginx to tcp/tls enabed syslog server

2022-09-30 Thread Maxim Dounin
Hello! On Fri, Sep 30, 2022 at 05:58:43PM +0530, Vishwas Bm wrote: > Current syslog directive sends logs to an udp syslog server. > Is there a plan to enhance it to support sending logs to tcp and tls+tcp > based syslog server ? There are no such plans. If you want to send logs to a remote tcp

Nginx to tcp/tls enabed syslog server

2022-09-30 Thread Vishwas Bm
Hi, Current syslog directive sends logs to an udp syslog server. Is there a plan to enhance it to support sending logs to tcp and tls+tcp based syslog server ? Regards, Vishwas ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to n

Re: need ngx_http_perl_module equivalent GO module

2022-09-30 Thread Maxim Dounin
Hello! On Fri, Sep 30, 2022 at 04:19:39PM +0530, Avinash Ghadshi wrote: > Hi Team, > I search through out the nginx site but did not find go module which is > equivalent to ngx_http_perl_module > > Where can I find this module e.g ngx_http_go_module? There is no such module. -- Maxim Dounin h

Re: Re: Re: Re: fix accidental corrdump

2022-09-30 Thread Maxim Dounin
Hello! On Fri, Sep 30, 2022 at 12:07:47PM +0800, zjd wrote: > If disturb everyone, I'm sorry. > > l->alloc itself address(&l->alloc) in the pool can be reused > rather than l->alloc pointer to wild address, &l->alloc return > to pool. > And I try only use large memory with Maxim's way, but it

need ngx_http_perl_module equivalent GO module

2022-09-30 Thread Avinash Ghadshi
Hi Team, I search through out the nginx site but did not find go module which is equivalent to ngx_http_perl_module Where can I find this module e.g ngx_http_go_module? Please advise. -- *Thanks & Regards,* *Avinash Ghadshi* *Navi Mumbai-410206* ___