Re: missing +w perm

2021-05-27 Thread Aki Tuomi
> On 27/05/2021 22:24 Jeff Abrahamson wrote: > > > I've started seeing the following error in mail.err for precisely one user on > precisely one domain: > > > Error: mkdir(/var/mail/vmail//jeff/mail) failed: Permission denied > > (euid=1000(jeff) egid=1001(jeff) missing +w perm: /var/mail/v

missing +w perm

2021-05-27 Thread Jeff Abrahamson
I've started seeing the following error in mail.err for precisely one user on precisely one domain: Error: mkdir(/var/mail/vmail//jeff/mail) failed: Permission denied (euid=1000(jeff) egid=1001(jeff) missing +w perm: /var/mail/vmail/, dir owned by 4000:4000 mode=0755) Error: Mailb

Re: backup v rsync

2021-05-27 Thread George Papas
Sorry for late reply  imapsync is a great tool  for migrating accounts On 5/22/21 11:28 PM, Jeff Abrahamson wrote: I've been migrating from a dovecot 2.2.22 instance to a dovecot 2.3.7.2 instance. (Said differently, from an ubuntu 16.04 host to a 20.04 host.) It's a tiny site: only a handful o

Re: API command for ACL Delete

2021-05-27 Thread Rhodri Jones
For the python client I need to have mailbox="something" user="something" id="something" otherwise I get the invalid parameter message. ** On 27/05/2021 13:26, Aki Tuomi wrote: On 27/05/2021 15:13 Rhodri Jones wrote: I asked previously for info about the API options for doveadm acl delete

Re: API command for ACL Delete

2021-05-27 Thread Aki Tuomi
> On 27/05/2021 15:13 Rhodri Jones wrote: > > > I asked previously for info about the API options for doveadm acl delete but > I think my question was misunderstood. > > I want to know the command I would use (with curl for instance) that > corresponds with: > > doveadm acl delete -u INBO

API command for ACL Delete

2021-05-27 Thread Rhodri Jones
I asked previously for info about the API options for doveadm acl delete but I think my question was misunderstood. I want to know the command I would use (with curl for instance) that corresponds with: doveadm acl delete -u INBOX user= Using the python client for doveadm http API I can see