mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 09:34:33 +02:00
Introducing global filters. (#934)
* Introducing global filters * added optional after.dovecot.sieve/before.dovecot.sieve files * added global filter test
This commit is contained in:
parent
137d623171
commit
cc7c1f8804
5 changed files with 32 additions and 15 deletions
|
@ -31,14 +31,14 @@ plugin {
|
|||
# executed. The order of execution within a directory is determined by the
|
||||
# file names, using a normal 8bit per-character comparison. Multiple script
|
||||
# file or directory paths can be specified by appending an increasing number.
|
||||
#sieve_before =
|
||||
#sieve_before = /usr/lib/dovecot/sieve-global/before.dovecot.sieve
|
||||
#sieve_before2 =
|
||||
#sieve_before3 = (etc...)
|
||||
|
||||
# Identical to sieve_before, only the specified scripts are executed after the
|
||||
# user's script (only when keep is still in effect!). Multiple script file or
|
||||
# directory paths can be specified by appending an increasing number.
|
||||
#sieve_after =
|
||||
#sieve_after = /usr/lib/dovecot/sieve-global/after.dovecot.sieve
|
||||
#sieve_after2 =
|
||||
#sieve_after2 = (etc...)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue