From 9934dd538b0ce116e3b1600272cb46369b082246 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 2 Feb 2022 13:34:47 +0800 Subject: init commit --- dovecot/90-sieve.conf | 206 ++++++++++++++++++++++++++++++++++++++++++++++++++ dovecot/Makefile | 2 + dovecot/dovecot.conf | 34 +++++++++ dovecot/sieve | 149 ++++++++++++++++++++++++++++++++++++ 4 files changed, 391 insertions(+) create mode 100644 dovecot/90-sieve.conf create mode 100644 dovecot/Makefile create mode 100644 dovecot/dovecot.conf create mode 100644 dovecot/sieve (limited to 'dovecot') diff --git a/dovecot/90-sieve.conf b/dovecot/90-sieve.conf new file mode 100644 index 0000000..8c0c244 --- /dev/null +++ b/dovecot/90-sieve.conf @@ -0,0 +1,206 @@ +## +## 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[;