add antispam support using imap sieve
This commit is contained in:
@@ -3,5 +3,6 @@ src = "20-imap.conf.tmpl"
|
||||
dest = "/etc/dovecot/local.d/20-imap.conf"
|
||||
keys = [
|
||||
"/antispam/enable",
|
||||
"/sieve/enable",
|
||||
"/imap/urlauth/host"
|
||||
]
|
||||
|
||||
@@ -2,5 +2,7 @@
|
||||
src = "20-lmtp.conf.tmpl"
|
||||
dest = "/etc/dovecot/local.d/20-lmtp.conf"
|
||||
keys = [
|
||||
"/mail/domains"
|
||||
"/mail/domains",
|
||||
"/postmaster/address",
|
||||
"/sieve/enable",
|
||||
]
|
||||
|
||||
7
confd/conf.d/sieve.toml
Normal file
7
confd/conf.d/sieve.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[template]
|
||||
src = "90-sieve.conf.tmpl"
|
||||
dest = "/etc/dovecot/local.d/90-sieve.conf"
|
||||
keys = [
|
||||
"/sieve/enable",
|
||||
"/antispam/enable",
|
||||
]
|
||||
@@ -5,4 +5,5 @@ keys = [
|
||||
"/ssl/cert",
|
||||
"/ssl/key",
|
||||
"/ssl/client/ca/dir",
|
||||
"/ssl/client/ca/file",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user