Notify plugin doesn't send mailbox_create notifications
Timo Sirainen
tss at iki.fi
Sat Oct 24 21:15:48 UTC 2015
On 23 Oct 2015, at 20:46, Lukas Mika <lukas.mika at web.de> wrote:
>
> Hi there,
>
> I'm running dovecot 2.2.13 on my debian jessie server.
> When installing my own dovecot plugin, I noticed that there are no
> notifications coming from the notify plugin.
>
> I checked back with the mail_log plugin, but also this plugin doesn't
> log any notifications when a new mailbox is created; the mail is saved
> to the new inbox never the less.
I don't know about 2.2.13, but at least with 2.2.19 it works:
/usr/local/libexec/dovecot/imap -O -o mail_plugins=notify,mail_log -o plugin/mail_log_events=mailbox_create -o mail=maildir:~/Maildir -u tss
a create testing
imap(tss): Info: Mailbox created: testing
>
> I ran dovecot 2.2.9 before on my Ubuntu Trusty (14.04) server, where
> with the same settings the plugins worked.
>
> Can you reproduce this issue and does anybody know a fix to this?
>
> Here are the relevant bits of my config:
> 20-lmtp.conf:
> protocol lmtp {
> mail_plugins).
> mail_plugins = $mail_plugins sieve mail_log notify
> }
>
> 10-logging.conf
> ...
> plugin {
> mail_log_events = mailbox_create
> mail_log_fields = uid box
> }
> ...
>
> Cheers
More information about the dovecot
mailing list