added sieve rule to move spam to junk folder
This commit is contained in:
committed by
Antoine Nguyen
parent
5156ad0468
commit
38eae741bf
@@ -372,6 +372,14 @@ ConfigDictTemplate = [
|
||||
"option": "postmaster_address",
|
||||
"default": "postmaster@%(domain)s",
|
||||
},
|
||||
{
|
||||
"option": "radicale_auth_socket_path",
|
||||
"default": "/var/run/dovecot/auth-radicale",
|
||||
},
|
||||
{
|
||||
"option": "move_spam_to_junk",
|
||||
"default": "true",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user