[Dovecot] Maildir Skeleton
pod
pod at herald.ox.ac.uk
Wed Aug 8 20:33:41 EEST 2007
>>>>> "SG" == Sebastian Ganschow <sebastian at 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.
More information about the dovecot
mailing list