Displaying 20 results from an estimated 3000 matches similar to: "tb-negative-fetch workaround"
2011 Mar 04
1
Error: FETCH [1] for mailbox badbox UID 1 got too little data: 2 vs 4 (fwd)
Hi all,
Any thoughts about this error? Should I file a bug report somewhere?
Cheers, Chris.
On Wed, 12 Jan 2011, Chris Wilson wrote:
> Hi all,
>
> I can send myself a test message that causes Dovecot to crash when I open
> it in Alpine, with the following error:
>
> Jan 12 14:52:52 one-mail dovecot: imap(chris): Error: FETCH [1] for
> mailbox badbox UID 1 got too
2006 Aug 17
2
dovecot mbox to dovecot maildir migration
Hi,
I'm migrating accounts from one server with dovecot mbox and pam
nss-ldap authentication to a new server with dovecot maildir and mysql
auth (no posix accounts).
My problem is the pop3 uidl format on the two servers are different,
even though I'm using pop3_uidl_format = %08Xu%08Xv in both configs,
I'm always re-downloading left messages on my test runs. Is there a
way I could
2007 Aug 08
2
UIDL match from 0.99.13 to 1.0-1.2
I am moving from and old FC2 system to a new RHEL5 system and am having
trouble getting the UIDLs to move over right, mainly the UID.
I copy over the mailbox, and see the x-uid in the message is what it was
on the old server, but when I telnet in to check pop, it rewrites x-uid
in the message to something new, causing old messages to get downloaded
again, which is not what we want
I have tried
2011 Mar 07
1
Patch proposition to implement a new workaround: tb-lsub-flags
Hi again Timo,
As agreed earlier tonight, you'll find as attachments 4 diffs (diff -u)
implementing the new workaround "tb-lsub-flags".
The 4 impacted files are:
./src/imap/imap-settings.h
./src/imap/imap-settings.c
./src/imap/cmd-list.c
./src/config/all-settings.c
Here is the proposed description for the dovecot.conf file:
# tb-lsub-flags:
# Usually IMAP servers don't
2008 May 08
5
MBOX to Maildir preserving the UIDL (outlook-tested, no redownloading)
TESTED AND RUNNING, MIGRATING from MBOX to MAILDIR, PRESERVE UID and OUTLOOK
sees the email as downloaded.
I hope this helps a lot of people out there.
Feel free to post this somewhere else too.
By: Horn Wijaya (hwijaya at nodens.biz) 8th May 2008
I have been searching for weeks for a foolproof method to migrate all my
users mbox to maildir/dovecot without having the pain of downloading
2006 Jul 02
3
Dovecot deliver logging problem and procmail
Hello!
Currently I'm trying to integrate dovecot's deliver program into procmail.
So basically I'd write a patch for procmail to deliver not directly into
the mbox file but delivering with the dovecot deliver program.
Do you think this is a good concept?
For testing I use the commands discussed below. Currently I'm having a
problem that deliver doesn't recognize the
2005 Apr 08
2
1.0-test67
http://dovecot.org/test/
Hopefully better release than last one. Fixes several problems test66
had and also some older problems reported in this list.
It also contains a pretty large mbox code cleanup, fixing several
problems (especially related to X-IMAP/X-IMAPbase headers) and making it
a bit faster. Maybe I'll backport it to 1.0-stable too when it looks
like it's stable..
BTW. mbox
2015 Sep 29
2
quota count
Hi
Dovecot: 2.2.19.rc2
OS: CentOS Linux release 7.1.1503 (Core)
FS: XFS
Problem:
Dovecot it does not include line breaks in the letter. Bug or feautre?
Message size in fs: 1125 bytes
Message:
From cras at irccrew.org Tue Jul 23 19:39:23 2002
Received: with ECARTIS (v1.0.0; list dovecot); Tue, 23 Jul 2002 19:39:23
+0300 (EEST)
Return-Path: <cras at irccrew.org>
Delivered-To: dovecot
2007 Mar 13
5
worker starting twice
Hi gang,
Thanks to other help I''ve gotten on this list, I''ve got backgroundrb
up and running using postgres alongside my rails app. I''ve designed
the system to have several eternally-running workers that periodically
poll the database to see if there''s any work for them to do, and set
things up in the config file to make them restart quickly if any of
them
2015 Jun 09
2
Dovecot mbox & other programs
On 6/9/2015 8:36 AM, Charles Marcus <CMarcus at Media-Brokers.com> wrote:
> On 6/8/2015 5:11 PM, Pali Roh?r <pali.rohar at gmail.com> wrote:
>> Still I want read/write access to storage and want to use mbox as
>> storage (also for easier backup and copy)...
>>
>> And my question was how to properly read and write from/to mbox files
>> which are used
2005 Aug 16
2
test80: assert/core debug info
Timo,
Attached is gdb information from core dumps related to the
following assert in test-80:
IMAP(username): file mbox-sync-update.c: line 442
(mbox_sync_update_header_from): assertion failed: (ctx->mail.uid == 0 ||
ctx->mail.uid_broken || ctx->mail.uid == mail->uid)
My setup: Solaris 9, mbox format. test-80 compiled with
gcc 4.0.1 using the following configure options:
CC=gcc
2015 Jun 06
6
Dovecot mbox & other programs
Hello,
I want to use dovecot as imap server with mbox storage format (described
at [1]) but I also want to access (and modify!) those mbox files which
are stored on server (and used by dovecot).
What is correct way to read those mboxes? From wiki page [1] I read that
I should ignore first message in mbox (which contains X-IMAPbase header)
and mbox file is in mboxcl2 format.
And what is
2007 Mar 14
1
One user having reproducible IMAP issues
Dovecot version upgraded to 1.0r26 (did not fix problem).
The server is a CentOS 4 x86 box.
Using ext3 filesystem.
Previous attempts to fix the issue have included simply moving aside
the user's INBOX to recreating a new account from scratch. Sometimes
the email behaves for a while, but within a day is not working
again. In Mail.app (the user's usual mail client) the INBOX folder
2004 Nov 23
0
ROracle: fetch return zero rows or empty dataset (a workaround!)
Hi All,
If you had run into the problem with ROracle on Linux: "fetch()
returns zero rows or empty dataset", here is an easy & safe
work-around for you to try out. It works for me, and very likely it
will work for you too. You must have root privilege to do this on your
machine.
Quick Instructions
Part 1 - Check to see if this is the work-around for you
a) log in as
2008 Nov 30
6
Regex: workaround for variable length negative lookbehind
Hi all
I have the following regular expression problem: I want to find
complete elements of a vector that end in a repeated character but
where the repetition doesn't make up the whole word. That is, for the
vector vec:
vec<-c("aaaa", "baaa", "bbaa", "bbba", "baamm", "aa")
I would like to get
"baaa"
"bbaa"
2006 Feb 12
1
Problems with POP3 UIDL when migrating from MBOX to Maildir
Hello,
I am in the process of migrating a hosting setup from UW-IMAP to
Dovecot. The protocols available to mail clients are IMAP and POP3
both before and after migration. I also wanted to change the mail
storage format from MBOX to Maildir. However, at this point I hit a
major snag with Dovecot and POP3 UIDL (unique identification listing
for POP3 mailboxes).
Several of the customers connecting
2005 Jul 18
1
UID errors?
Hi all,
Keep getting these messages:
Jul 18 09:48:47 orxon dovecot: POP3(d2525): mbox sync: UID inserted in the middle of mailbox /var/mail/d2525 (109 > 3)
Jul 18 09:48:47 orxon dovecot: POP3(d2525): X-IMAPbase uid-last unexpectedly points outside mbox file /var/mail/d2525
For a bunch of users.
Any ideas?
2012 Oct 29
1
does dovecot interpret any mail headers specially with maildir?
Hi.
For mbox,
http://wiki2.dovecot.org/MailboxFormat/mbox#Dovecot.27s_Metadata lists a
numer of mail headers:
- X-IMAPbase
- X-IMAP
- X-UID
- Status
- X-Status
- X-Keywords
- Content-Length
that are treated specially by dovecot.
It also suggests, that these should be stripped by the LDA (I guess in
order that someone sending you such mail cannot set the status or
keywords, or even "attack
2004 May 25
1
0.99.10.5 release candidate
http://dovecot.org/rc/
Thought I'd still make one 0.99.10.x release now that mbox corruption
problems are (hopefully) fixed.
Please test, if no problems are found this will be the final 0.99.10.5.
Changes since .4:
+ MySQL authentication, patch by Matthew Reimer
- mbox: APPEND reversed given \Draft and \Deleted flags
- mbox: "LF not found" errors happened sometimes when
2005 Apr 21
1
1.0-stable update
Just a note, I backported some larger mbox changes from 1.0-test67.
Hopefully works, but if you're going to try it test it well first :)
Should fix some issues related to X-IMAP/X-IMAPbase header handling and
maybe some other mbox related problems as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186