Displaying 4 results from an estimated 4 matches for "create_stamp".
Did you mean:
create_stack
2018 Jul 20
0
Dbox lost messages
I make other test:
If I dump the message file m.xxx with doveadm dump I found
Detected file type: dbox
file.msg_header_size = 30
file.create_stamp = 1532017559 (2018-07-19 18:25:59)
offset 16:
msg.size = 2252089
msg.received = 1532017559 (2018-07-19 18:25:59)
msg.virtual-size = 2281418
msg.guid = 06b7dd2c97bb505b54340000193e0904
msg.orig-mailbox = INBOX
if I dump the index of inbox :
"doveadm -v dump example.com/user/idx/mailboxes/INB...
2013 Jan 25
1
assert in mail-transaction-log-file.c
...801620420 "(in-memory index).log", fd = -1, st_ino = 13919248, st_dev = 109, last_mtime = 1359082912,
last_size = 0, hdr = {major_version = 1 '\001', minor_version = 2 '\002', hdr_size = 40, indexid = 1359082912, file_seq = 2, prev_file_seq = 0, prev_file_offset = 0,
create_stamp = 1359082912, initial_modseq = 0, compat_flags = 1 '\001', unused = "\000\000", unused2 = 0}, mmap_buffer = {data = 0x0, used = 0, priv = {0x0, 0x0, 0x0, 0x0,
0x0}}, buffer = 0x0, buffer_offset = 0, mmap_base = 0x0, mmap_size = 0, sync_offset = 40, sync_highest_modseq = 0, s...
2009 Oct 27
1
dovecot-2.0.alpha2 doesn't compile on Mac OS X
...ex/mail-transaction-log-file.c 2009-10-15
21:26:13.000000000 -0500
+++ b/src/lib-index/mail-transaction-log-file.c 2009-10-27
10:35:58.000000000 -0500
@@ -189,7 +189,7 @@
hdr->hdr_size = sizeof(struct mail_transaction_log_header);
hdr->indexid = log->index->indexid;
hdr->create_stamp = ioloop_time;
-#ifndef WORDS_BIGENDIAN
+#if !WORDS_BIGENDIAN
hdr->compat_flags |= MAIL_INDEX_COMPAT_LITTLE_ENDIAN;
#endif
@@ -404,7 +404,7 @@
/* we have compatibility flags */
enum mail_index_header_compat_flags compat_flags = 0;
-#ifndef WORDS_BIGENDIAN
+#if !WORDS_BIGENDIAN...
2018 Jul 20
2
Dbox lost messages
Hello,
no sieve SCRIPT.
in the maillog say "Stored to INBOX".
I don't have the maillog plugin, I install it now to track future
problems.
But If I backup the inbox all email (also that I cannot see) is in the
mbox file.
Il 20/07/2018 13:56 Sami Ketola ha scritto:
>> On 20 Jul 2018, at 14.48, Fineware PM <postmaster at fineware.it> wrote:
>>
>>