Displaying 7 results from an estimated 7 matches for "push_notification_lua".
2019 Apr 11
1
Lua Push Notification Plugin
...ation_driver =
ox:url=http://staging.mydomain.com/mail-notify/v1 user_from_metadata
And got this error on runtime:
*Error: push-notification-ox: Skipped because unable to get attribute:
Mailbox attributes not enabled*
When using Lua:
mail_plugins = $mail_plugins mail_lua notify push_notification
push_notification_luaplugin { push_notification_driver =
lua:file=/path/to/lua/push.lua}
And got this order:
*Plugin 'push_notification_lua' not found from directory /usr/lib64/dovecot*
I think I'm missing something here but I can't figure it out. Please HELP!
Sincerely,
John Lopena
--
*"Beco...
2019 Apr 11
3
Lua Push Notification Plugin
...got this error on runtime:
> Error: push-notification-ox: Skipped because unable to get attribute: Mailbox
> attributes not enabled
>
mail_attribute_dict = file:%h/Maildir/dovecot-attributes
> When using Lua:
> mail_plugins = $mail_plugins mail_lua notify push_notification
> push_notification_lua
>
> plugin {
> push_notification_driver = lua:file=/path/to/lua/push.lua
> }
> And got this order:
> Plugin 'push_notification_lua' not found from directory /usr/lib64/dovecot
>
You do not have push_notification_lua installed.
> I think I'm missing?somethi...
2020 Oct 16
2
lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
I downloaded Dovecot from https://repo.dovecot.org/DOVECOT-REPO-GPG for /debian/buster. The library lib22_push_notification_lua_plugin.so is present but it doesn't have dlua_dovecot_register function.
Thanks,
Mrinal
-----Original Message-----
From: Aki Tuomi <aki.tuomi at open-xchange.com>
Sent: Friday, October 16, 2020 12:58 AM
To: Mrinal Sharma <msharma at smithmicro.com>; dovecot at dovecot.org
Subject...
2022 May 10
5
Dovecot v2.3.19 released
Hi all!
We are pleased to release v2.3.19 of Dovecot.
The docker images have been upgraded to use bullseye as base image.
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in https://hub.docker.com/r/dovecot/dovecot
Regards,
Aki Tuomi
Open-Xchange oy
--
+ Added
2022 May 10
5
Dovecot v2.3.19 released
Hi all!
We are pleased to release v2.3.19 of Dovecot.
The docker images have been upgraded to use bullseye as base image.
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in https://hub.docker.com/r/dovecot/dovecot
Regards,
Aki Tuomi
Open-Xchange oy
--
+ Added
2020 Oct 16
0
lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
Does it work if you load mail_lua as well?
So it would be something like
mail_plugins = ... mail_lua notify push_notification push_notification_lua
Aki
> On 16/10/2020 17:26 Mrinal Sharma <msharma at smithmicro.com> wrote:
>
>
> I downloaded Dovecot from https://repo.dovecot.org/DOVECOT-REPO-GPG for /debian/buster. The library lib22_push_notification_lua_plugin.so is present but it doesn't have dlua_dovecot_register...
2020 Oct 15
2
lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
...n this issue. Error In the logs when I receive an Email is given below.
==========================================
Oct 15 21:55:41 master: Info: Dovecot v2.3.11.3 (502c39af9) starting up for imap, lmtp
Oct 15 21:56:51 lmtp(36): Fatal: Couldn't load required plugin /usr/lib/dovecot/modules/lib22_push_notification_lua_plugin.so: dlopen() failed: /usr/lib/dovecot/modules/lib22_push_notification_lua_plugin.so: undefined symbol: dlua_dovecot_register
======================================================================
# dovecot -n
# 2.3.11.3 (502c39af9): /etc/dovecot/dovecot.conf
# OS: Linux 4.19.128-microsoft-s...