Re: sievescript is not working

2018-06-21 Thread Benny Pedersen
ratatouille skrev den 2018-06-21 20:25: # sieve-test ./managesieve.sieve ./testfile -D sieve-test(andreas): Debug: sieve: Pigeonhole version 0.4.2 initializing sieve-test(andreas): Debug: sieve: include: sieve_global_dir is not set; it is currently not possible to include `:global' scripts.

failed to access user's Sieve script file

2018-06-21 Thread ratatouille
Hello! I set sieve = file:~/sieve;active=~/Postfach/.dovecot.sieve because I got error Debug: sieve: user's script ~/.dovecot.sieve doesn't exist But with sieve = file:~/sieve;active=~/Postfach/.dovecot.sieve I get Jun 22 01:55:21 lda(a.meyer): Error: sieve: sieve file backend: invalid option

sieve for systemusers

2018-06-21 Thread ratatouille
Hello! I enabled LDA for systemusers bei adding mailbox_command = /usr/lib/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" to main.cf of postfix. I have done this because I want to use sieve for systemusers too, not only for virtual users. But the sievescripts do not work for those

Re: manage/sieve and mysql: Storage does not support write access

2018-06-21 Thread Sami Ketola
> On 21 Jun 2018, at 12.53, Markus Raps 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

sievescript is not working

2018-06-21 Thread ratatouille
Hello! I have a problem with a sieve-script which works for one domain but not for another one. Both domains are hostet on the same server running dovecot and postfix. This is the script that works: require ["vacation"]; # rule:[Out of office] if true { vacation :days 1 :addresses

manage/sieve and mysql: Storage does not support write access

2018-06-21 Thread Markus Raps
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