Kirill A. Korinsky
Kirill A. Korinsky
BTW I deployed a version with changes from https://github.com/dovecot/core/pull/223#issuecomment-2373715332 and I let you posted how it behaves
Well, it survives network issue without any crash: ``` Sep 25 13:42:20 mx1 dovecot: lmtp([email protected]): Warning: replication([email protected]): Sync failure: Timeout in 10 secs ```
@cmouse after some aditional thought I had simplified this changes to fixing a typo: missed `count--`. If we delete element, we need to iterate for one element less over array.
@cmouse I continue track an issue where order UID inside vurtual folders are messed up. Probably the cause of it is... What virtual forlder should be excluded from synchronisation, because...
After reading https://dovecot.org/mailman3/archives/list/[email protected]/message/5LYQGL2ZOMDDUFUOJU2TUBLLQUWEPZSR/ and near here.... I understand that replicator won't be recoverd. @cmouse anyway, may I kindly ask you to merge this small typo? With hope that it will...
@cmouse thus, if you plan to release 2.3, may I ask you to consider to include this one as well?
Well, I've tried to run it and discoevered that dovecot can't start on OpenBSD and probably on non Linux. It doesn't build and install `imap-hibernate` because condition: ``` AM_CONDITIONAL([BUILD_IMAP_HIBERNATE], [test...
> you could just disable imap-hibernate? not sure why it even tries to start up though. do you have service imap-hibernate block in your config? I don’t but it is...
I just pushed an updated version. It was tested with keys which is generated by command: ``` openssl req -x509 -newkey rsa:4096 -keyout generic.key -out generic.pem -sha256 -days 3650 -nodes...
I had discovered one more edge case for OpenBSD which already handled well for FreeBSD. I have added one more commit.