Aki Tuomi
2016-Apr-27 08:06 UTC
Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
On 27.04.2016 11:00, Heiko Schlittermann wrote:> Hi, > >> ? login ? >> C: 2 setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL) >> >> Apr 27 09:29:16 backend1 dovecot: imap-login: Login: user=<heiko>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6651, secured >> Apr 27 09:29:16 backend1 dovecot: imap(heiko): Fatal: master: service(imap): child 6651 killed with signal 11 (core dumped) > This doesn't seem to be dovecot core's fault, it's probably > crashing in the METADATA plugin. Does anybody else use it? > > Is it alive as a project? (Last Update of the mercurial repository > http://hg.dovecot.org/dovecot-metadata-plugin was 2013 . > > > Best regards from Dresden/Germany > Viele Gr??e aus Dresden > Heiko SchlittermannHi! We no longer use mercurial as VCS. And metadata has been moved as core feature, and is no longer a plugin. Please see https://github.com/dovecot/core Aki
Heiko Schlittermann
2016-Apr-27 09:11 UTC
Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
Hi Aki, Aki Tuomi <aki.tuomi at dovecot.fi> (Mi 27 Apr 2016 10:06:35 CEST):> We no longer use mercurial as VCS. And metadata has been moved as core > feature, and is no longer a plugin. Please see > https://github.com/dovecot/coreThank you. But it seems, for 2.2.9 I'm out of luck and on my own? I cloned the above repo and did $ grep -ri 'annotat\(e\|ion\)' * src/imap/cmd-notify.c: "MessageNew", "MessageExpunge", "FlagChange", "AnnotationChange", src/imap/cmd-notify.c: /* if FlagChange or AnnotationChange is specified, src/imap/cmd-notify.c: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE)) != 0 && src/imap/cmd-notify.c: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE)) != 0) src/imap/cmd-notify.c: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE | src/imap/imap-notify.h: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE = 0x08, src/imap/imap-notify.h: (IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE | \ src/plugins/acl/acl-attributes.c: retrieve private or shared mailbox annotations on a mailbox on which Shouldn't I get a bit more. Or is the handling of the SETANNOTATION/ANNOTATION command well hidden? Best regards from Dresden/Germany Viele Gr??e aus Dresden Heiko Schlittermann -- SCHLITTERMANN.de ---------------------------- internet & unix support - Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} - gnupg encrypted messages are welcome --------------- key ID: F69376CE - ! key id 7CBF764A and 972EAC9F are revoked since 2015-01 ------------ - -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20160427/7326b0d9/attachment.sig>
Stephan Bosch
2016-Apr-27 09:32 UTC
Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
Op 4/27/2016 om 11:11 AM schreef Heiko Schlittermann:> Hi Aki, > > Aki Tuomi <aki.tuomi at dovecot.fi> (Mi 27 Apr 2016 10:06:35 CEST): >> We no longer use mercurial as VCS. And metadata has been moved as core >> feature, and is no longer a plugin. Please see >> https://github.com/dovecot/core > Thank you. But it seems, for 2.2.9 I'm out of luck and on my own? > I cloned the above repo and did > > $ grep -ri 'annotat\(e\|ion\)' * > > src/imap/cmd-notify.c: "MessageNew", "MessageExpunge", "FlagChange", "AnnotationChange", > src/imap/cmd-notify.c: /* if FlagChange or AnnotationChange is specified, > src/imap/cmd-notify.c: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE)) != 0 && > src/imap/cmd-notify.c: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE)) != 0) > src/imap/cmd-notify.c: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE | > src/imap/imap-notify.h: IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE = 0x08, > src/imap/imap-notify.h: (IMAP_NOTIFY_EVENT_ANNOTATION_CHANGE | \ > src/plugins/acl/acl-attributes.c: retrieve private or shared mailbox annotations on a mailbox on which > > > Shouldn't I get a bit more. Or is the handling of the > SETANNOTATION/ANNOTATION command well hidden?Those commands are part of the IMAP ANNOTATE capability (RFC 5257 or based on an older draft like draft-daboo-imap-annotatemore-08). Only the IMAP METADATA capability (RFC 5464) is currently implemented in Dovecot core. I haven't heard of anyone porting the ANNOTATE part of that old plugin to a recent Dovecot. Regards, Stephan.