From 32cc80ae88514cebf67b91a0c9550d8b2ccf1647 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 31 Aug 2019 10:25:08 +0200 Subject: [PATCH] Add 'config/dovecot/90-sieve.conf' --- config/dovecot/90-sieve.conf | 214 +++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 config/dovecot/90-sieve.conf diff --git a/config/dovecot/90-sieve.conf b/config/dovecot/90-sieve.conf new file mode 100644 index 0000000..f389ef5 --- /dev/null +++ b/config/dovecot/90-sieve.conf @@ -0,0 +1,214 @@ +## +## Settings for the Sieve interpreter +## + +# Do not forget to enable the Sieve plugin in 15-lda.conf and 20-lmtp.conf +# by adding it to the respective mail_plugins= settings. + +# The Sieve interpreter can retrieve Sieve scripts from several types of +# locations. The default `file' location type is a local filesystem path +# pointing to a Sieve script file or a directory containing multiple Sieve +# script files. More complex setups can use other location types such as +# `ldap' or `dict' to fetch Sieve scripts from remote databases. +# +# All settings that specify the location of one ore more Sieve scripts accept +# the following syntax: +# +# location = [:]path[;