[Dovecot] Increase sieve actions and redirects to 100/101
parent
3ac74258db
commit
41152193c0
|
@ -408,7 +408,8 @@ plugin {
|
||||||
sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.execute
|
sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.execute
|
||||||
sieve_extensions = +notify +imapflags +vacation-seconds +editheader
|
sieve_extensions = +notify +imapflags +vacation-seconds +editheader
|
||||||
sieve_max_script_size = 1M
|
sieve_max_script_size = 1M
|
||||||
sieve_max_redirects = 30
|
sieve_max_redirects = 100
|
||||||
|
sieve_max_actions = 101
|
||||||
sieve_quota_max_scripts = 0
|
sieve_quota_max_scripts = 0
|
||||||
sieve_quota_max_storage = 0
|
sieve_quota_max_storage = 0
|
||||||
listescape_char = "\\"
|
listescape_char = "\\"
|
||||||
|
|
Loading…
Reference in New Issue