improved_mboxlist_sort of imapd.conf

2017-11-10 Thread Deniss
Hello, there is "improved_mboxlist_sort" option of imapd.conf Is there any sense to set improved_mboxlist_sort to true in cyrus 2.5 and latter ? Is there any advantage in sorting speed with the option ? Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/

Re: corrupted mailboxes.db

2017-10-22 Thread Deniss
o_dump (op=DUMP, part=0x0, purge=0) at imap/ctl_mboxlist.c:458 #5 0x007d43e12548 in main (argc=4, argv=0x384c65d9058) at imap/ctl_mboxlist.c:1029 Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https:/

corrupted mailboxes.db

2017-10-20 Thread Deniss
07d43e12548 in main (argc=4, argv=0x384c65d9058) at imap/ctl_mboxlist.c:1029 Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Re: mailboxes.db locking problem after updating from 2.4 to 2.5.9

2016-11-29 Thread Deniss via Info-cyrus
| grep 143 | wc -l 248 It looks like there is problem of locking mailboxes.db in code not in LIST command. May be new mailboxes.db traversing code has some pitfalls ? Bron, which are major differences with mailboxes.db usage since 2.4 ? I would like to do more test, can you direct me ? Deniss

mailboxes.db locking problem after updating from 2.4 to 2.5.9

2016-11-17 Thread Deniss via Info-cyrus
on Gentoo mailboxes.db is ~200Mb depending of format 135M /var/imap/mailboxes.plain 180M /var/imap/mailboxes.db.skiplist.24 215M /var/imap/mailboxes.db.skiplist.25 262M /var/imap/mailboxes.db.twoskip.25 Any ideas or suggestion for investigation ? Best, Deniss Cyrus Home Page: http://www.cyr

why sieve's "reject" is incompatible with imap4flags actions ?

2016-09-28 Thread Deniss via Info-cyrus
hello, in sieve/message.c in do_reject() all imap4flags actions are incompatible with reject action. Why ? imap4flags does no delivery indeed. what is a reason to ban "redirect" action with "reject" in rfc5429 ? Best, Deniss Cyrus Home Page: http://www.cyrusimap.org

version of cyrus.index

2016-07-29 Thread Deniss via Info-cyrus
Hello, Is there any simple way to check version of cyrus.index format in 2.5 installation ? Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

user_deny.db and lmtpd

2014-07-04 Thread Deniss
MBTYPE_MOVING flag on a given mailbox ? Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

cyrus special mailboxes

2014-04-25 Thread Deniss
mailboxes and made appropriate code changes. Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Re: cyrus sieve redirect action and SPF

2014-04-25 Thread Deniss
On Thu, 2014-04-17 at 12:27 +0300, Deniss wrote: >> Original envelope From of an email is used when redirect is set in sieve >> to resend the mail to another email address. >> This plays bad with SPF. >> May be the mails should be send from user's own email while &#

cyrus sieve redirect action and SPF

2014-04-17 Thread Deniss
Hello, Original envelope From of an email is used when redirect is set in sieve to resend the mail to another email address. This plays bad with SPF. May be the mails should be send from user's own email while 'Reply-To:' header become set to point to the original sender

virtdomains and folders with '@'

2014-04-17 Thread Deniss
quot; Is there any workaround to access the folders ? Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

quotalegacy db backend and file descriptor leakage

2013-12-27 Thread Deniss
alled from cyrusdb.c:converter_cb() Is this a bug of cyrusdb_quotalegacy.c or by design ? Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Re: Code for manipulating all messages matching some criteria?

2013-10-28 Thread Deniss
Hi John, i wondering that modifing the mesasges on the disk does not break any internal cyrus stuff like replication or something else cos message's size and GUID as stored in cyrus.index should be changed on edit: http://cyrusimap.web.cmu.edu/docs/cyrus-imapd/2.4.8/internal/mailbox-format.php D

cannot delete mailbox in virtual domain

2012-12-06 Thread Deniss
/cy...@example.com 0 OK Completed 0 setacl user/cy...@example.com cyrus c 0 OK Completed 0 delete user/cy...@example.com 0 NO Operation is not supported on mailbox How can i fix this ? Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipe

Re: long delay in getting lock on 2.4.16

2012-11-14 Thread Deniss
well, i see reconstruct is running in that time which has exclusive lock as well i assume. thanx Brong for pointing. On 14.11.2012 14:51, Bron Gondwana wrote: > On Wed, Nov 14, 2012, at 12:53 PM, Deniss wrote: >> hello ! >> >> I have an issue with cyrus-imapd-2.4.16 a

long delay in getting lock on 2.4.16

2012-11-14 Thread Deniss
ck_index() where following code produces delays: if (locktype == LOCK_EXCLUSIVE) r = lock_blocking(mailbox->index_fd); else r = lock_shared(mailbox->index_fd); lock files are stored in tmpfs what is the problem may be here ? Thanx in advance, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

new releases

2012-11-13 Thread Deniss
Hello, what schedule for new releases ? there is a lot of fixes for 2.4.17 already in tree and 2.5.0 has some wanted features to try BTW question to Brong: where http://git.cyrusimap.org/cyrus-imapd/log/ and https://github.com/brong/cyrus-imapd/tree/fastmail differs Deniss Cyrus Home Page

duplicated mailbox ids

2012-09-27 Thread Deniss
ts may arise ? Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Another 2.4 upgrade horror story

2012-09-26 Thread Deniss
On 2012.09.26. 10:24, Sebastian Hagedorn wrote: > Hi, > > I've got questions regarding the procedure you describe. I'm trying to > wrap my head around the various possible approaches to replication and > clustering. > > --On 25. September 2012 21:57:49 +0300

Re: Re: Another 2.4 upgrade horror story

2012-09-25 Thread Deniss
On 25.09.2012 15:28, Eric Luyten wrote: > On Tue, September 25, 2012 2:01 pm, Sebastian Hagedorn wrote: >> Hi, >> >> >> about three weeks ago we upgraded our Cyrus installation from 2.3.x to >> 2.4.16. >> We were aware of the reindexing issue, so we took precautionary >> measures, but they didn'

Re: Re: branch 2.4 on prod

2012-09-25 Thread Deniss
On 25.09.2012 14:42, Adam Tauno Williams wrote: > On Mon, 2012-09-24 at 23:05 +0200, Bron Gondwana wrote: >> On Mon, Sep 24, 2012, at 11:30 AM, Deniss Gaplevsky wrote: >>> hello, >>> i have a question to Brong as main powering force of cyrus development. >>> I

branch 2.4 on prod

2012-09-24 Thread Deniss Gaplevsky
and not available as tarballs so far. Im curious what is the cyrus branch/version in use at Fastmail/Opera currently ? How well it is compatible to cyrus 2.4 branch ? Best, Deniss Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus