From 497c0e8f2b26f8ea818cba6d7b58983ca60dbc41 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Mon, 26 Apr 2021 00:16:29 +0200 Subject: [PATCH] dovecot: allow to override sieve script locations --- dovecot/templates/conf.d/90-sieve.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/templates/conf.d/90-sieve.conf.j2 b/dovecot/templates/conf.d/90-sieve.conf.j2 index e5adf68..deba2ba 100644 --- a/dovecot/templates/conf.d/90-sieve.conf.j2 +++ b/dovecot/templates/conf.d/90-sieve.conf.j2 @@ -36,7 +36,7 @@ plugin { # active script symlink is located. # For other types: use the ';name=' parameter to specify the name of the # default/active script. - sieve = file:~/sieve;active=~/.dovecot.sieve + sieve = {{ dovecot_sieve }} # The default Sieve script when the user has none. This is the location of a # global sieve script file, which gets executed ONLY if user's personal Sieve -- GitLab