On 21 Jun 2018, at 12.53, Markus Raps m.raps@rapsplace.de wrote:
Hi there,
i want to set up sieve to store the scripts in the mysql database.
through mysql logging i can see that the incoming mail triggers a search in the script database so the mysql connection basically works.
But i cant create any script through roundcube or telnet via managesieve
Jun 21 11:48:06 srv-www-01 dovecot: managesieve-login: Login: user=m.raps@rapsplace.de, method=PLAIN, rip=::1, lip=::1, mpid=31995, secured, session=<ewDrzyNvFoQAAAAAAAAAAAAAAAAAAAAB> Jun 21 11:48:06 srv-www-01 dovecot: managesieve(m.raps@rapsplace.de): Error: sieve: dict storage: Storage does not support write access Jun 21 11:48:06 srv-www-01 dovecot: managesieve(m.raps@rapsplace.de): Fatal: Failed to open Sieve storage.
I think the problem is that the sql-dict-sieve does not support updates. It's read only.
Sami