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:
John Hackett 2023-02-10 00:14:57 +00:00 committed by GitHub
parent 0da6370d62
commit 013aff3d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ mail_uid = 500
protocols = imap sieve {% if pop3_enabled == "True" %}pop3{% endif %}
mail_plugins = $mail_plugins quota
mail_plugins = $mail_plugins quota notify push_notification
###############################################################################