search for: mail_lua

Displaying 10 results from an estimated 10 matches for "mail_lua".

Did you mean: mail_log
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>;
2019 Oct 05
1
Home Directory Creation
...t;a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote: </div> <div> <br> </div> <div> <br> </div> <blockquote type="cite"> <div> As experiment, you could maybe use mail_lua plugin to create the user directory on demand, </div> </blockquote> <blockquote type="cite"> <div> make a lua script with </div> </blockquote> <blockquote type="cite"> <div> function mail_user_...
2019 Oct 04
2
Home Directory Creation
...t; > > Sami > > > > Hello, Sami. > > Thanks for your reply. > > We're just using a SQL backend to store user info. How does this get done with LDAP? Perhaps we can do the same with a SQL backend. > > Asai As experiment, you could maybe use mail_lua plugin to create the user directory on demand, make a lua script with function mail_user_created(user) -- create directory for user:home end See https://doc.dovecot.org/plugin-settings/mail-lua-plugin/ and https://wiki.dovecot.org/Design/Lua Aki
2019 Apr 11
1
Lua Push Notification Plugin
...For using OX plugin: push_notification_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...
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...
2019 Apr 11
3
Lua Push Notification Plugin
...fy/v1 > user_from_metadata > And 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...
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
2019 Oct 04
2
Home Directory Creation
> On 4 Oct 2019, at 0.47, Asai via dovecot <dovecot at dovecot.org> wrote: > > One thing Timo mentioned in this post (https://dovecot.org/list/dovecot/2013-May/090397.html) is: "You could also change your new user creation to trigger mkdiring the user's home." > > Does anyone know where I can find any documentation on this, or has anyone done this? > It
2019 Oct 05
0
Home Directory Creation
> As experiment, you could maybe use mail_lua plugin to create the user directory on demand, > > make a lua script with > > function mail_user_created(user) > -- create directory for user:home > end > > See https://doc.dovecot.org/plugin-settings/mail-lua-plugin/ and https://wiki.dovecot.org/Design/Lua > > Aki...