Re: Sieve fileinto :create is failing

2021-01-19 Thread Aki Tuomi
> On 20/01/2021 08:46 Ron Garret wrote: > > > On Jan 19, 2021, at 10:40 PM, Aki Tuomi wrote: > > > > >> On 19/01/2021 19:45 Ron Garret wrote: > >> > >> > >> I’m trying to get a sieve script to move messages into a folder, and to > >> create that folder if it doesn’t already exist.

Re: Sieve fileinto :create is failing

2021-01-19 Thread Ron Garret
On Jan 19, 2021, at 10:40 PM, Aki Tuomi wrote: > >> On 19/01/2021 19:45 Ron Garret wrote: >> >> >> I’m trying to get a sieve script to move messages into a folder, and to >> create that folder if it doesn’t already exist. I’m following the example >> code at: >> >>

Re: Sieve fileinto :create is failing

2021-01-19 Thread Aki Tuomi
> On 19/01/2021 19:45 Ron Garret wrote: > > > I’m trying to get a sieve script to move messages into a folder, and to > create that folder if it doesn’t already exist. I’m following the example > code at: > > https://doc.dovecot.org/configuration_manual/sieve/examples/ > > and doing

Re: Timeout/Event leak

2021-01-19 Thread Aki Tuomi
What version is this? But this was probably caused by aborted authentication attempts when you restarted dovecot. Aki > On 19/01/2021 20:45 Lefteris Tsintjelis wrote: > > > Hi, any idea what all this is? > > Jan 19 18:23:00 master: Warning: Killed with signal 15 (by pid=33729 > uid=0

Re: dovecot and broken uidlist

2021-01-19 Thread Claudio Cuqui
It's a long shot..but I would try to use nfsvers=4.1 in the nfs mount option (instead of nfsvers=3) - if your netapp supports it - with a newer kernel - 4.14-stable or 4.19-stable (if possible). The reason for that, is a nasty bug found in linux nfs client with older kernels...

Timeout/Event leak

2021-01-19 Thread Lefteris Tsintjelis
Hi, any idea what all this is? Jan 19 18:23:00 master: Warning: Killed with signal 15 (by pid=33729 uid=0 code=kill) Jan 19 18:23:03 config: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill) Jan 19 18:23:03 stats: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill) Jan 19

Sieve fileinto :create is failing

2021-01-19 Thread Ron Garret
I’m trying to get a sieve script to move messages into a folder, and to create that folder if it doesn’t already exist. I’m following the example code at: https://doc.dovecot.org/configuration_manual/sieve/examples/ and doing this: > require ["fileinto", "mailbox”]; > … > fileinto :create

Re: dovecot and broken uidlist

2021-01-19 Thread Maciej Milaszewski
Hi I use lmtp and you ? On 19.01.2021 10:45, Alessio Cecchi wrote: > > Hi Maciej, > > I had the same issue when I switched dovecot backend from Cento 6 to > Centos 7. > > Also my configuration is similar to you, Dovecot Direcot, Dovecot > backend that share Maildir via NFS on NetApp. > > For

Re: Dovecot Gmail OAuth2.0 Setting Question

2021-01-19 Thread 福田泰葵
Thank you for your reply. But I need more help. How do I set request parameter of https://www.googleapis.com/oauth2/v2/userinfo? Logs: dovecot[30307]: lmtp(30320): Connect from 10.243.148.174 dovecot[30307]: lmtp(30320): Disconnect from 10.243.148.174: Remote closed connection (state=READY)

Re: dovecot and broken uidlist

2021-01-19 Thread Alessio Cecchi
Hi Maciej, I had the same issue when I switched dovecot backend from Cento 6 to Centos 7. Also my configuration is similar to you, Dovecot Direcot, Dovecot backend that share Maildir via NFS on NetApp. For local delivery of emails are you using LDA or LMTP? I'm using LDA. Let me know.