Hi,
I am trying to configure push notifications.
I defined following parameters in imapd.conf
event_content_size: 50000 event_content_inclusion_mode: headerbody event_groups: message quota flags access mailbox subscription calendar applepushservice event_notifier: external event_extra_params: bodyStructure clientAddress diskUsed flagNames messageContent messageSize messages modseq service timestamp vnd.cmu.midset vnd.cmu.unseenMessages vnd.cmu.envelope vnd.cmu.sessionId vnd.cmu.mbtype vnd.cmu.davFilename vnd.cmu.davUid vnd.cmu.emailid vnd.fastmail.cid vnd.cmu.mailboxACL vnd.cmu.davUid vnd.fastmail.clientId vnd.fastmail.sessionId vnd.fastmail.cid
i get below error in log file
Oct 24 16:21:49 localhost postfix/qmgr[3080]: 3A412328AF02: from=<priyanka@xxxxxxxxxxxx>, size=524, nrcpt=1 (queue active) Oct 24 16:21:55 localhost postfix/lmtp[20818]: 3A412328AF02: to=<mrcool@xxxxxxxxxxxxxxxxxx>, orig_to=<mrcool@xxxxxxxxxxxx>, relay=thane.cooltech.com[/var/lib/imap/socket/lmtp], delay=14, delays=9/0.7/0.11/4.1, dsn=4.3.0, status=deferred (host thane.cooltech.com[/var/lib/imap/socket/lmtp] said: 421 4.3.0 lmtpd: Internal error: assertion failed: imap/mboxevent.c: 743: filled_params(type, event) (in reply to end of DATA command))
messageContent is not working with other modes except standard. But when I set mode to standard i am not getting messageContent filed too.
OS : Rocky 9.4
CYRUS-IMAP Version: 3.4.1
Is this a bug or I am missing something?
Thanks,
Avinash