add imap sieve setting to mail plugins
This commit is contained in:
parent
b4dbaf5047
commit
afa041d39d
2 changed files with 2 additions and 5 deletions
|
|
@ -10,3 +10,4 @@ dovecot:
|
||||||
user: []
|
user: []
|
||||||
quota: ""
|
quota: ""
|
||||||
quota_grace: "10"
|
quota_grace: "10"
|
||||||
|
imap_sieve: False
|
||||||
|
|
|
||||||
|
|
@ -90,11 +90,7 @@
|
||||||
|
|
||||||
protocol imap {
|
protocol imap {
|
||||||
# Space separated list of plugins to load (default is global mail_plugins).
|
# Space separated list of plugins to load (default is global mail_plugins).
|
||||||
{% if dovecot.quota -%}
|
mail_plugins = $mail_plugins{% if dovecot.quota %} imap_quota{% endif %}{% if dovecot.imap_sieve %} imap_sieve{% endif %}
|
||||||
mail_plugins = $mail_plugins imap_quota
|
|
||||||
{% else -%}
|
|
||||||
#mail_plugins = $mail_plugins
|
|
||||||
{% endif -%}
|
|
||||||
|
|
||||||
# Maximum number of IMAP connections allowed for a user from each IP address.
|
# Maximum number of IMAP connections allowed for a user from each IP address.
|
||||||
# NOTE: The username is compared case-sensitively.
|
# NOTE: The username is compared case-sensitively.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue