Displaying 20 results from an estimated 1000 matches similar to: "pop3 uidl when migrating from mbox to maildir"
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
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
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
2006 Oct 13
1
dovecot tpop3d UIDL mbox
Hello All!
I am new to this list so I hope I'm not in the wrong list with my question.
First, I have to say that dovecot is (in my opinion) one of the best POP3/IMAP
servers arround. I especialy like its' simplicity (configuration) and
powerfullness (speed, auth mechs).
In my production environment I would like to cange from tpop3d to dovecot, but I
have only one little problem :).
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
2009 May 13
2
X-UIDL Ignored?
Hello!
I am trying to migrate from Teapop to Dovecot.
I'm using Dovecot 1.1.14.
I need to make use of the X-UIDL header so clients don't download
messages they've already received.
I have the X-UIDL head in the message.
I have pop3_reuse_xuidl(pop3): yes
My problem is the X-UIDL in the message is being ignored and Dovecot is
still generating it's own.
The INBOX is an mbx
2004 Feb 14
1
[PATCH] POP3: Fix RFC1939 non-compliance in STAT, LIST and UIDL commands
Hi all,
attached is a patch against 0.99.10.4 that fixes the STAT, LIST and
UIDL POP3 command output in the case that they're issued after one or
more messages have been deleted.
Examples of incorrect behavior (bad spots marked with '***')
C: STAT
S: +OK 2 806
C: LIST
S: +OK 2 messages:
S: 1 403
S: 2 403
S: .
C: UIDL
S: +OK
S: 1 1076749908.12
2006 Mar 09
1
POP3 extension to accept UIDL ranges?
Greetings,
is anybody aware of an extension to POP3 that supports UIDL ranges?
It would be very useful for keep-messages-on-server setups (yes, I know,
IMAP4 domain) to be able to do UIDL 21-42 to obtain just these 22 UIDs
(this would always have to be a multi-line reply, just like UIDL without
argument).
If such a thing does not exist yet, perhaps a keyword such as
"[X]UIDLRANGES" in
2007 Oct 11
1
UIDL format for old UW pop3
Hi,
we're trying to migrate from UW imap 2001a-10, which doesn't seem to use the
UIDL format documented in the wiki. It seems to use a 16 character long MD5
hash of something. I've tried configuring Dovecot to do the same but the
value comes out differently.
The main thing that I can see is getting in the way is that the UIDL format
is not documented sufficiently. There is no
2017 Nov 03
0
migrating from maildir to mdbox, preserving pop3 UIDL
Hi,
I'm trying to migrate from maildir to mdbox while preserving the pop3 UIDL (and the imap UID).
The problem is, for maildir we use (for compatiblity with qpopper):
pop3_uidl_format = %f
Problem is, as soon as I convert that to mdbox, then whenever a client issues the UIDL command via a POP connection, the connection is closed and this error is displayed in the log:
Error: UIDL: File
2008 Nov 27
3
UIDL question
Hi all,
I'm migrating a Postfix + Dovecot 1.0 server with mboxes to Qmail + Dovecot
1.4 with Maildirs and encounter the following the problem.
Using perfect-maildir.pl from: http://perfectmaildir.home-dn.net/ i can
relatively succesfully convert the mbox to a Maildir. The problem, however
is that clients with "leave mail on server" set to on retrieve all email a
2nd time.
I
2008 Oct 23
2
Dovecot returns the same UIDL for another message
Hello,
I have a serious problem with dovecot and mbox format.
dovecot returns the same UIDL for new messages and as result some MUAs don't
retrieve new mail.
UIDs returned by UIDL command look like 000000*1c*49006cec
And there is a moment when dovecot stops incrementing marked digits.
In other words when new message arrive to mbox, UIDL command returns used UID.
I'll show with example:
2004 Dec 29
1
wish: module max connections
Hello,
I am not subscribed to the list, but I would like to post a wish for the
rsyncd functionality.
Currently, the option "max connections" allow to limit the sum of all
connections, but, it seems to me, that there is no way to get
something like a "module max connections".
The problem I have is that some people run rsync to my system with
cron, every day, but if the
2009 Oct 05
1
dovecot 1.0.15 upgrading to dovecot 1.1.x or 1.2.x, and POP3 UIDL issue
Hi,
We're upgrading a cluster of servers from v1.0.15 to
v1.1.x or v1.2.x. It appears that the UIDL generation mechanism
has changed, and thus we'll be getting POP3 dups with users
that leave mail on server (which is a nasty practice, I know).
From checking the sources, and performing a number of controlled
tests in various scenarios, here is the outcome:
upgrade from 1.0.15 to
2006 Jun 29
1
[PATCH]: updated tpop3d UIDL support based on older patch
Hi,
Here is an updated patch which allows to use tpop3d compatible UIDL in dovecot
(it's against 1.0rc1):
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/dovecot-tpop3d-uidl.patch?rev=1.2
which is based on:
http://dovecot.org/pipermail/dovecot/2006-March/012080.html
Please consider merging it.
--
Arkadiusz Mi?kiewicz PLD/Linux Team
arekm / maven.pl
2004 Sep 02
1
Dovecots pop3-UIDL command impl. not RFC compliant ?
Hi !
POP3-RFC (1939) speaks about UIDL command:
The unique-id of a message is an arbitrary server-determined
string, consisting of one to 70 characters in the range 0x21
to 0x7E, which uniquely identifies a message within a maildrop and which
persists across sessions.
When I issue an UIDL command (dovecot 0.99.10.9)
I get replies like
1 1093990148.1
2 1093990148.2
3 1093990148.3
...
.
You see
2004 Sep 02
2
Workaround for outlook UIDL handling bug ??
Scenario: Using Dovecot 0.99.10.9 as pop3 server.
With delete on retrival off.
clients: outlook*
Problem: Everytihng work perfectly, except that outlooks keeps
re-downloading SOME mail over and over. Though it already got them.
No obvious pattern which, but only a small percentage.
First of I looked at dovecots UIDLs.
Initialy I thought it's broken (see my previous thread)
Sorry for even
2007 Feb 06
2
POP3 UIDL
I have installed rc22 and tried it with my mbox-based mail - fine.
Then I converted that mbox to Maildir to see if new feature (saving
state without QUIT) works -
first run - I get time out. Second run - I get rest of the Maildir
scanned and get into mailbox. Fine.
but....
# telnet enders2 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
2013 May 15
1
Fatal: Can't finish POP3 UIDL command
I have been setting up a new mail server and copied our client's old mail to
it. The old server has Courier (under Plesk), we're using Dovecot on the new
server.
Most accounts seem to work fine (under IMAP or POP3), but for a few we're
getting the following in the /var/log/mail.err.
Error: Message ordering changed unexpectedly (msg #1: storage seq 140 -> 1)
Fatal: Can't
2006 Apr 17
1
UIDL documentation
Hi,
I see this in the 1.0-beta7 dovecot-example.conf file:
# If you want UIDL compatibility with other POP3 servers, use:
# UW's ipop3d : %08Xv%08Xu
# Courier version 0 : %f
# Courier version 1 : %u
# Courier version 2 : %v-%u
# Cyrus (<= 2.1.3) : %u
# Cyrus (>= 2.1.4) : %v.%u
# Older Dovecots : %v.%u
#
# Note that Outlook 2003 seems