mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:29 +01:00
Dovecot 2.2 only supports http
parent
d7b55be45a
commit
96a466babe
@ -39,7 +39,7 @@ protocol lmtp {
|
|||||||
|
|
||||||
# URL to call for new arriving mails in the INBOX
|
# URL to call for new arriving mails in the INBOX
|
||||||
plugin {
|
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```
|
Then restart Dovecot: ```systemctl restart dovecot```
|
||||||
|
Loading…
Reference in New Issue
Block a user