Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
395af17e
Verified
Commit
395af17e
authored
May 17, 2022
by
Kristian Klausen
🎉
Browse files
Merge branch 'dovecot-enable-duplicate-sieve-ext' into 'master'
dovecot: enable the duplicate Sieve extension See merge request
!576
parents
35927e41
c379884b
Pipeline
#18927
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/dovecot/templates/dovecot.conf.j2
View file @
395af17e
...
...
@@ -40,7 +40,7 @@ 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 variables
sieve_extensions =
duplicate
envelope fileinto imap4flags mailbox regex variables
sieve_global_dir = /etc/dovecot/sieve/global/
sieve_global_path = /etc/dovecot/sieve/default.sieve
sieve_before = /etc/dovecot/sieve/spam-to-folder.sieve
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment