Ralf Becker
2020-Jul-21 10:35 UTC
Sieve and OX push_notification_drive seem to not work together
While it's documented that the OX push_notification_driver only supports MessageNew events, it does NOT generate any event if a Sieve script moves the message on arrival to an other folder, neither in INBOX were it original arrives by LMTP, nor in the folder Sieve moves the message. Is that a misconfiguration on my side, or a know / desired limitation or just a bug? I use LMTP to deliver mails from Postfix to Dovecot: protocol lmtp { mail_plugins = $mail_plugins notify push_notification } Does eg. the same need to be configured somehow for the Sieve plugin? Ralf -- Ralf Becker EGroupware GmbH [www.egroupware.org] Handelsregister HRB Kaiserslautern 3587 Gesch?ftsf?hrer Birgit und Ralf Becker Leibnizstr. 17, 67663 Kaiserslautern, Germany Telefon +49 631 31657-0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20200721/5f227335/attachment.sig>
Aki Tuomi
2020-Jul-21 13:07 UTC
Sieve and OX push_notification_drive seem to not work together
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> </div> <blockquote type="cite"> <div> On 21/07/2020 13:35 Ralf Becker <<a href="mailto:rb@egroupware.org">rb@egroupware.org</a>> wrote: </div> <div> </div> <div> </div> <div> While it's documented that the OX push_notification_driver only supports </div> <div> MessageNew events, it does NOT generate any event if a Sieve script </div> <div> moves the message on arrival to an other folder, neither in INBOX were </div> <div> it original arrives by LMTP, nor in the folder Sieve moves the message. </div> <div> </div> <div> Is that a misconfiguration on my side, or a know / desired limitation or </div> <div> just a bug? </div> <div> </div> <div> I use LMTP to deliver mails from Postfix to Dovecot: </div> <div> </div> <div> protocol lmtp { </div> <div> mail_plugins = $mail_plugins notify push_notification </div> <div> } </div> <div> </div> <div> Does eg. the same need to be configured somehow for the Sieve plugin? </div> <div> </div> <div> Ralf </div> <div> </div> <div> -- </div> <div> Ralf Becker </div> <div> EGroupware GmbH [www.egroupware.org] </div> <div> Handelsregister HRB Kaiserslautern 3587 </div> <div> Geschäftsführer Birgit und Ralf Becker </div> <div> Leibnizstr. 17, 67663 Kaiserslautern, Germany </div> <div> Telefon +49 631 31657-0 </div> </blockquote> <div> </div> <div class="default-style"> I would recommend using the lua one. The OX one ignores non-INBOX folders. </div> <div class="io-ox-signature"> <pre>--- Aki Tuomi</pre> </div> </body> </html>
Ralf Becker
2020-Jul-21 13:56 UTC
Sieve and OX push_notification_drive seem to not work together
Hi Aki, Am 21.07.20 um 15:07 schrieb Aki Tuomi:>> On 21/07/2020 13:35 Ralf Becker <rb at egroupware.org >> <mailto:rb at egroupware.org>> wrote: >> ? >> ? >> While it's documented that the OX push_notification_driver only supports >> MessageNew events, it does NOT generate any event if a Sieve script >> moves the message on arrival to an other folder, neither in INBOX were >> it original arrives by LMTP, nor in the folder Sieve moves the message. >> ? >> Is that a misconfiguration on my side, or a know / desired limitation or >> just a bug? >> ? >> I use LMTP to deliver mails from Postfix to Dovecot: >> ? >> protocol lmtp { >> mail_plugins = $mail_plugins notify push_notification >> } >> ? >> Does eg. the same need to be configured somehow for the Sieve plugin? >> ? >> Ralf > ? > I would recommend using the lua one. The OX one ignores non-INBOX > folders.Ok, so I won't get a notfication from a mail with Sieve moved to a different folder, because Sieve happens before and OX notifications ignore everything but INBOX. The Lua one requires Dovecto 2.3, as we are currently still on 2.2.36.4, but planning to migrate in the near future. Ralf -- Ralf Becker EGroupware GmbH [www.egroupware.org] Handelsregister HRB Kaiserslautern 3587 Gesch?ftsf?hrer Birgit und Ralf Becker Leibnizstr. 17, 67663 Kaiserslautern, Germany Telefon +49 631 31657-0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20200721/2d2f6ac6/attachment-0001.sig>