I get the above error message from dovecot, if I try to rename a IMAP folder (with thunderbird)
Renaming not supported across conflicting directory permissions
if I try to rename "foo" to "foobar"
Here are the directories:
guettli@hz1:/var/spool/mail/guettli/familie/max$ ls -ld foo .
drwxr-sr-x 11 guettli guettli 4096 Nov 9 21:54 .
drwx--S--- 5 guettli guettli 4096 Sep 12 20:42 foo
Which permissions are correct?
find -type d -print0 | xargs -r0 chmod --reference .
– Glenda