From 98fa6a54745471d59c2a8ac66204d374b1207d09 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 4 Aug 2020 17:03:47 +0200 Subject: [PATCH] Updated IMAP Push Notifications (markdown) --- IMAP-Push-Notifications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IMAP-Push-Notifications.md b/IMAP-Push-Notifications.md index fdfec1b..52dadb0 100644 --- a/IMAP-Push-Notifications.md +++ b/IMAP-Push-Notifications.md @@ -55,6 +55,7 @@ Install ```dovecot-lua``` plus required Lua modules: apt install dovecot-lua lua-socket luarocks luarocks install json-lua ln -s ln -s /usr/share/lua/5.1/JSON.lua /usr/share/lua/5.2/ +curl https://raw.githubusercontent.com/EGroupware/swoolepush/master/doc/dovecot-push.lua > /etc/dovecot/dovecot-push.lua ``` Create the following file /etc/dovecot/conf.d/99-egroupware-push.conf ``` @@ -75,7 +76,7 @@ plugin { push_lua_url = https://Bearer:@/egroupware/push } ``` -Copy the following Lua script to /etc/dovecot/dovecot-push.lua +The above commands installed the following Lua script to /etc/dovecot/dovecot-push.lua ```lua -- To use --