8 Aug
2007
8 Aug
'07
7:33 p.m.
"SG" == Sebastian Ganschow sebastian@ganschow.name writes:
SG> Even if I set "global_script_dir = /var/vmail" dovecot won't use
SG> the global filter.
shell$ cd dovecot-sieve-1.0.2 shell$ find . -type f -name \*.[ch] -print0 | xargs -0 grep -i -e global_script ./src/cmusieve-plugin.c: script_path = getenv("GLOBAL_SCRIPT_PATH");
shell$
Have you tried
global_script_path = /var/vmail/script.sieve
Note that the var name is _path not _dir, and the value should be a script file not a directory.
I'm just jumping in here mid-thread so apologies if I'm misunderstanding the nature of your problem.