mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Dovecot 2.2 only supports http
@ -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```
|
||||||
|
Reference in New Issue
Block a user