Re: posix_memalign error

2018-08-01 Thread Anoop Alias
Hi Maxim, I enabled debug and the memalign call is happening on nginx reloads and the ENOMEM happen sometimes on the reload(not on all reloads) 2018/08/02 05:59:08 [notice] 872052#872052: signal process started 2018/08/02 05:59:23 [notice] 871570#871570: signal 1 (SIGHUP) received from 872052, re

Re: Nginx mail proxy LDAP iRedMail

2018-08-01 Thread Maxim Dounin
Hello! On Wed, Aug 01, 2018 at 04:50:27AM -0400, shiver25 wrote: > Hi there, > > I try configure a little mail infrastructure but i have problem with this. > So i have exacly three servers. One is MX (frontend) there is nginx with > configuration: > > user nginx; > worker_processes 2; > erro

Nginx mail proxy LDAP iRedMail

2018-08-01 Thread shiver25
Hi there, I try configure a little mail infrastructure but i have problem with this. So i have exacly three servers. One is MX (frontend) there is nginx with configuration: user nginx; worker_processes 2; error_log /var/log/nginx/error.log info; pid/var/run/nginx.pid; load_module /us