Sieve: fileinto :create issue with Public Folder
Hello Community,
I face the following issue:
- using a sieve script to file into a existing private folder: ok
- using a sieve script to file into new private folder using ":create": ok
- using a sieve script to file into a existing public folder: ok
- using a sieve script to file into new public folder using ":create": NOK !
The returned message is: "Permission denied" and the message correctly falls back to inbox.
HOWEVER, if I run "doveadm mailbox create -u myuser@mydomain Public/TheNewFolder", the folder is created, and the delete command works as well.
Any tip?
Running dovecot 2.2.13 on a pi/debian jessie
Thanks
On 16 Jan 2017, at 20.25, dovecot@avv.solutions wrote:
Hello Community,
I face the following issue:
- using a sieve script to file into a existing private folder: ok
- using a sieve script to file into new private folder using ":create": ok
- using a sieve script to file into a existing public folder: ok
- using a sieve script to file into new public folder using ":create": NOK !
The returned message is: "Permission denied" and the message correctly falls back to inbox.
HOWEVER, if I run "doveadm mailbox create -u myuser@mydomain Public/TheNewFolder", the folder is created, and the delete command works as well.
Any tip?
Can you create the folder via IMAP as the same user? :
a create Public/TheNewFolder
doveadm sometimes has some special permissions.
participants (2)
-
dovecot@avv.solutions
-
Timo Sirainen