Displaying 4 results from an estimated 4 matches for "maildir_uidlist_recreate".
2007 Dec 17
3
maildir_uidlist_create assertion failure
I've been getting the following error fairly often, which tends to
result in a corrupted dovecot-uidlist.
dovecot: IMAP(example at example.com): file maildir-uidlist.c: line 1009
(maildir_uidlist_recreate): assertion failed: (file_size ==
(uoff_t)st.st_size)
dovecot: IMAP(example at example.com): Raw backtrace: imap [0x80cb740] ->
imap [0x80cb64a] -> imap [0x8070e58] -> imap(maildir
_uidlist_sync_deinit+0xe8) [0x8072d18] -> imap [0x806e9e2] ->
imap(maildir_storage_sync_init+0x66) [0x8...
2009 Dec 14
2
4 crashes, dovecot 1.2.8, with backtrace
...7
No locals.
#6 0x0808a8b7 in maildir_uidlist_records_drop_expunges (uidlist=0x9e7ec18)
at maildir-uidlist.c:1242
i = 3
seq = 4
view = 0x9e9a648
hdr = 0x9e982b8
rec = 0x0
__PRETTY_FUNCTION__ = "maildir_uidlist_records_drop_expunges"
#7 maildir_uidlist_recreate (uidlist=0x9e7ec18) at maildir-uidlist.c:1274
control_dir = <value optimized out>
temp_path = <value optimized out>
st = {st_dev = 4, __pad1 = 34944, __st_ino = 0, st_mode = 3218056160,
st_nlink = 166312736, st_uid = 36, st_gid = 166307928,...
2010 Jan 12
3
Dovecot 2.0 beta imap session crash report
System config:
RHEL 5.3, 64 bit
Dovecot 2.0 beta (changeset "2882650531e0", 10 days old) installed
with lda and lmtp
Symptom: IMAP session crashed when I tried to delete a non-exist
mailbox, e.g., Trash in my test
[root at mail4a LocalIntegrationTest]# telnet localhost 143
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
AUTH=PLAIN] Dovecot ready.
a login
2010 Oct 05
2
Feature request for maildir style boxes
greetings,
i'd like to ask for a certain feature request.
dovecot:maildir_uidlist_recreate() to set the gid of new files based on
the parent directory group ownership and normally that's desired, an
appropriate security method. on our server, we use directory
permissions to more stringently isolate access between users and
services. we have three group ids used for this, and i'...