mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add push notification plugins
This is reasonably important for the performance of clients such as Delta Chat. The plugins are bundled with dovecot by default (see https://wiki2.dovecot.org/Plugins ) so this should not be disruptive.
This commit is contained in:
parent
0da6370d62
commit
013aff3d0c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ mail_uid = 500
|
||||||
|
|
||||||
protocols = imap sieve {% if pop3_enabled == "True" %}pop3{% endif %}
|
protocols = imap sieve {% if pop3_enabled == "True" %}pop3{% endif %}
|
||||||
|
|
||||||
mail_plugins = $mail_plugins quota
|
mail_plugins = $mail_plugins quota notify push_notification
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue