Displaying 2 results from an estimated 2 matches for "dovecot_mailstor".
Did you mean:
dovecot_mailstore
2017 Feb 10
3
Managesieve cannot access script store
Hi Stephan,
> Normally, Dovecot permission errors are more helpful than that. So,
> this
> error message in itself is a bit of a bug:
I'm glad to h've been able to help with this beta-test ;-)
> About the cause of this error: keep in mind that the whole directory
> path needs read/execute permission, not only the leaf directory.
Have checked. They are...
> You
2017 Feb 11
0
Managesieve cannot access script store
...ecot/conf.d/90-sieve.conf :
sieve = file:~/.sieve/store;active=~/.sieve/active.sieve
Then dovecot is granted access by adding the .sieve directory in the
apparmor profile. The dovecot file in the tunables directory seems to be
a neat way to that:
In /etc/apparmor.d/tunables/dovecot :
@{DOVECOT_MAILSTORE}=@{HOME}/Maildir/ /var/spool/mail/
@{HOME}/.sieve/
Ofcourse the .sieve directory is not really a MAILSTORE. But this way,
the configuration stays close to the defaults. I didn't find something
like DOVECOT_SIEVESTORE, which would be more appropriate.
After restart of apparmor and dovecot,...