Op 6/21/2017 om 9:36 PM schreef Luescher Claude: > Hello, > > Yes but how to activate this for all users, not on a per user basis or > without writing out thousands of sieve files to users directories. >
Use sieve_before. Then you can have one script that applies to all users, before their personal script is executed. https://wiki.dovecot.org/Pigeonhole/Sieve/Configuration#Executing_Multiple_Scripts_Sequentially Regards, Stephan. > Thank you. > > On 2017-06-15 13:33, Stephan Bosch wrote: >> Op 6/15/2017 om 12:19 PM schreef Luescher Claude: >>> I have +vnd.dovecot.duplicate plugin enabled but it seems to be >>> ineffective. Any other tips for a workaround? >>> >> >> Enabling that extension does nothing by itself. You need to add a >> corresponding rule to your Sieve script. >> >> Also, that is the deprecated name for that extension. It is explained >> fully here: >> >> https://tools.ietf.org/html/rfc7352 >> >> Regards, >> >> Stephan.