Dovecot 2.2 only supports http

Ralf Becker 2020-08-06 21:00:12 +02:00
parent d7b55be45a
commit 96a466babe

@ -39,7 +39,7 @@ protocol lmtp {
# URL to call for new arriving mails in the INBOX
plugin {
push_notification_driver = ox:url=https://Bearer:<push-token>@<egroupware-domain>/egroupware/push user_from_metadata
push_notification_driver = ox:url=http://Bearer:<push-token>@<egroupware-domain>/egroupware/push user_from_metadata
}
```
Then restart Dovecot: ```systemctl restart dovecot```