Skip to content
Snippets Groups Projects
Commit e5a20020 authored by Kristian Klausen's avatar Kristian Klausen :tada: Committed by Frederik Schwan
Browse files

dovecot: Only enable needed sieve extensions

The enotify extension can be used to send mails as other users, so let's
only enabled the sieve extensions, which we need.
The extensions was found by running `grep require` on the existing sieve
user scripts. mailbox wasn't in that list, but it is used by the global
spam-to-folder.sieve script.
parent 9787a5a9
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ passdb {
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/.sieve
# fileinto and mailbox is required by the global spam-to-folder.sieve script
sieve_extensions = envelope fileinto imap4flags mailbox regex
sieve_global_dir = /etc/dovecot/sieve/global/
sieve_global_path = /etc/dovecot/sieve/default.sieve
sieve_before = /etc/dovecot/sieve/spam-to-folder.sieve
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment