Re: 452 4.3.1 Insufficient system storage

2020-06-01 Thread Marty Lee
It’s a possibility that the data structure holding free space is overflowing, if it can’t deal with 1.8Tb of free space. I would suggest that you set a quota on the ZFS filesystem to bring the free space down to something of the order of a couple of Gb, and see if that resolves it. If it does, it

Re: Trying to understand error message in logs

2019-10-11 Thread Marty Lee
> Oct 11 11:16:08 mail6 postfix/submission/smtpd[18091]: fatal: open lock file > pid/inet.submission: cannot open file: Permission denied This would be the clue, and according to the docs, pid files are written to the queue directory by default. > queue_directory = /var/spool/postfix so - is th

Re: Question about Postfix/Nginx integration / XCLIENT support

2017-03-11 Thread Marty Lee
> On 10 Mar 2017, at 16:02, Noel Jones wrote: > > You can add an override on a specific smtpd listener IP:port in > master.cf. > > Something like: > > # master.cf > 192.168.1.50:2525 inet n - n - - smtpd > -o smtpd_tls_auth_only=no Thanks Noel - I’d forgotten completely about maste

Re: Question about Postfix/Nginx integration / XCLIENT support

2017-03-11 Thread Marty Lee
> On 10 Mar 2017, at 16:02, Noel Jones wrote: > > You can add an override on a specific smtpd listener IP:port in > master.cf. > > Something like: > > # master.cf > 192.168.1.50:2525 inet n - n - - smtpd > -o smtpd_tls_auth_only=no Thanks Noel - I’d forgotten completely about master

Re: Question about Postfix/Nginx integration / XCLIENT support

2017-03-09 Thread Marty Lee
> On 9 Mar 2017, at 20:28, Marty Lee wrote: > > Hi, > > I’m playing with using Nginx as an IMAP and SMTP proxy for our mail servers, > as it will help us migrate and horizontally scale. Sorted the Nginx/Cyrus > stuff out, and can proxy IMAP sessions to multiple back end m

Question about Postfix/Nginx integration / XCLIENT support

2017-03-09 Thread Marty Lee
Hi, I’m playing with using Nginx as an IMAP and SMTP proxy for our mail servers, as it will help us migrate and horizontally scale. Sorted the Nginx/Cyrus stuff out, and can proxy IMAP sessions to multiple back end mail servers. The problem I'm having, is trying to use a standard mail client to s