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/
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:/
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
| 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
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
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
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
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
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
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
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
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
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
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
/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
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
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
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
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
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
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'
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
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
23 matches
Mail list logo