[Dovecot] global_script_path and virtual users

Timo Sirainen tss at iki.fi
Fri Mar 9 18:25:55 EET 2007


On Fri, 2007-03-09 at 17:10 +0100, Joan wrote:
> We have a big installation with postfix + dovecot + sieve.
> Now we would like to create a "junk" folder in every customer inbox so
> they can discard the spam by they own.
> We are planning to user global_script_path
> = /etc/dovecot/dovecot.sieve 
> Where /etc/dovecot/dovecot.sieve is:
> 
> require "fileinto";
> if exists "X-Spam-Flag" {
>         fileinto "Junk";
> }
> 
> 
> My question is, will the script find the users in our database? And
> how, will it be using the lda configuration? 

If you have deliver already working without Sieve (as described in
http://wiki.dovecot.org/LDA), then the Sieve plugin uses the exact same
configuration and there's nothing extra that you need to do.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20070309/3f0399d8/attachment.pgp 


More information about the dovecot mailing list