Displaying 20 results from an estimated 11000 matches similar to: "Maildir format migration"
2004 Feb 10
4
UW-IMAP -> Dovecot : patch to remove nasty "internal messages" from UW-IMAP ?
Hello there,
We want to move from UW-IMAP to Dovecot (mbox format), works like a
charm, but UW-IMAP has that bloody habbit to make a stupid message in
all his mailbox files :
From MAILER-DAEMON Thu Apr 19 10:30:01 2001
Date: 19 Apr 2001 10:30:01 +0200
From: Mail System Internal Data <MAILER-DAEMON at mailhub2-vil.isdnet.net>
Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
2006 Apr 06
2
preserving pop3 mail uids
Is there some way that message uids can be preserved when converting uw-pop3 mbox mail to dovecot maildir format?
We've tried perfect_maildir, mb2md and the convert-tool that comes with dovecot but so far have been unable to preserve
the message uids, which for example go from 44333a8500000003 before the conversion to 4434621500000003 afterwards.
The quantity of mailboxes involved means
2007 May 24
4
Converting mbox to Maildir, all prior read messages are downloaded as new
I am running dovecot 0.99. Everything works great; however, now I am
looking at several different tools to convert mbox to Maildir. It seems
the tools, mb2md.pl, perfect_maildir.pl, and others all do what they
claim; however, when the messages are converted and they are stored in
Maildir/cur, the email clients download these messages as new.
This typically wouldn't be a problem;
2008 Jul 04
2
How to pull /var/mail mbox leftovers to Maildirs?
I just got my preferred postfix+dovecot(-1.1.1) configuration working on
Ubuntu 8.04 server. Users and Maildirs migrated, etc.
I wasn't seeing inbound mail (in the email client) until I set:
sudo postconf -e 'home_mailbox = Maildir/'
Which I hadn't needed in the previous server's main.cf
I have a few hours worth of inbound mostly-spam in /var/mail/(username)
during the time
2005 Dec 19
1
Migrating from mbox to maildir, which converter is compatible with dovecot
Hi,
I'm testing/debuging the migration from mbox to maildir in a mailserver
running Dovecot 1.0alpha5.
I migrated all 472715 emails(in a test server) and later noted that dovecot
could not get the same flags/status of the emails as in the mbox.
I was using perfect_maildir.pl and I think its not dovecot fault. Seems
to me that perfect_maildir.pl convert the emails in a way that dovecot
could
2003 Sep 21
1
convert wu-imap Maildir format to dovecot
Hello,
I intend to migrate a mail server with Maildir from wu-imap to dovecot
imap. Using horde/IMP, users can not access their imap forders, as wu-imap
created Mail directory that holds all created folders. Dovecot could not
detect the mail directory so I had to put default_mail_env = ~/Maildir in
dovecot.conf.
Before I begin to read the source-code of dovecot or try to migrate the the
2004 Oct 21
2
migration to maildir and arrival time
Hello.
I am currently testing dovecot (0.99.10.8, Debian woody from backports),
with the maildir storage.
I have noticed that when I use the mailutil tool from uw-imap
distribution to transfer my IMAP mailboxes from our current server
(uw-imap, mbx format) to the dovecot one, the mails arrival time are
apparently lost. I can see this in Pine, using the Arrival sort: the
mailboxes on the
2008 Aug 19
3
How Can I Tell How Dovecot Was Installed?
I'm trying to help someone with Dovecot, and it looks like this one is
a few versions behind.
They say that they're not sure if it was installed Via an RPM or a
source tarball. Dovecot is use MySQL.
This is a RHEL5 server. There are RPMs listed as installed (rpm -qa)
but I don't know how I can tell what was used to install the currently
used set up. (also asking on the Postifix list)
2007 May 17
1
Wiki relating to subscriptions
On this wiki page http://wiki.dovecot.org/Migration/UW appears this
information:
"It's possible to keep using the .mailboxlist}} filename (as long as
it's in the same directory) by modifying {{{SUBSCRIPTION_FILE_NAME
define in src/lib-storage/index/mbox/mbox-storage.h"
However, if a user wanted to continue using .mailboxlist wouldn't
they also have to change the
2011 Aug 23
1
Testing Specific Hypothesis
Hi All!
I am interested in testing whether the means for the data I am investigating
are equal to a specific value - let's say 0.01. I have already run a
one-way ANOVA and know that the differences in the means are not
significant, so now I want to know what values the means take on. "otestme"
is the data I am working with (it would be hard for me to get into a form
that would be
2006 Feb 24
1
Old Maildir UW-imap
Hi all,
I'm new in using dovecot and I'm running in a problem, which I cannot
solve without hours and hours of work. Maybe there is a solution, which
I didn't find with old friend google :_)
Here is the problem: We are using an old mailserver (it's running fine
for 5 years) with qmail and the old uw-imap server. All users have their
grown directories under a home/Maildir folder.
2006 Apr 03
3
batch convert mbox to maildir
Hello,
I have used mb2md for an individual user like this:
su ~username
cd ~
./mb2md -m
This converted /var/spool/mail/username mbox to
/home/users/username/Maildir just as I expected.
To convert 100s of users the same way would be a chore (su as each user
for permissions, etc.).
Is there a way to batch process all /var/spool/mail/$USER to
/home/users/$USER/Maildir with the correct
2009 Jan 29
3
mbox to maildir batch conversion
Hello,
I'm upgrading my mail server from UW to Dovecot and I'd like to convert
from mbox to maildir. I've successfully convert myself and a few other
users with the mb2md script. All is well.
My question is, I have somewhere around 500 users and about 122gb of
mail folders to convert (this does not include the inbox at /var/mail).
mb2md needs to be run as each user to convert.
2012 Apr 20
1
dsync: convert only mbox in /var/mail to maildir?
I'm migrating an old UW pop server to a new Dovecot server. The old server did
not allow mail to be stored on the server, so only mbox files exist in
/var/mail, with nothing in /home/$user. I'd like to copy the /var/mail
directory over to the new server and then use dsync to convert the mbox files
and put them in /home/$user/Maildir, but every permutation of the command line
I've
2006 Feb 20
1
mbox to maildir conversion - good idea regarding Outlook?
Hi list,
first of all, many thanks to the Dovecot authors for supplying an IMAP
server that works well with M$-Outlook! I have used UW-imapd for quite a
while and was annoyed by frequent "imap...timeout..." error messages.
Now I'd like to give maildir format a try because I want to use email
sub-folders. What are other Outlook users' experiences with maildir? Is
it as
2006 Nov 22
1
Subfolders with Thunderbird and maildir?
I setup a test dovecot-1.0-0.beta8.2.fc5 and left most of the settings
as the defaults. In Thunderbird 1.5.0.8 Windows, when I tried to create
a subfolder named "subfolder" under INBOX, it showed up as the same
level a INBOX and with the name "INBOX^subfolder".
I was able to manually create a subfolder using "mkdir
~/mail/test_manual_subfolder; touch
2008 Jun 06
2
maildir file creation problem
this is my first post on the dovecot list.
i have been using postfix with uw
i am getting the email bounced back with this message and i think it is
related to dovecot or a permissions issue.
thank you.
maildir
delivery failed: create maildir file
/dev/null/Mail/Dovecot/tmp/1212763230.P4560.izmail: Not a directory
2018 Sep 24
2
Error using dsync to convert really old mboxes to Maildir and workaround
I ran across what I think may be a bug in dsync when trying to convert from mbox to Maildir format. My first attempt failed with a runaway dsync process spewing out thousands of identical lines of the form:
dsync(buus): Error: Duplicate mailbox GUID 00fe691ff60da85b090d0000c8119523 for mailboxes Archive/Personal and Work/VendorInfo - giving a new GUID 00fe691ff60da85b090d0000c8119523 to
2004 May 27
4
Small change to make dovecot pop3 uw-imap migration friendly
Hi,
today I've finished migration from uw-imap daemons to shiny and fast
dovecot. With thanks of dovecot my mail server load average drops by factor
of ten even with ancient unix mailboxes. ;-)
So, the only thing I've discovered is what POP3 uidls are different than
ones used in the uw-imap. Luckily, the difference are only in the format
string used in uidl response. So, I've
2001 Apr 17
2
Unable to find the Domain Master Browser name
I have just installed Samba on RedHat Linux 6.2 which is working fine.
However, I've noted that for every 20 minutes, the following error message
being logged under log.nmb,
[2001/04/17 14:29:27, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_
fail(362) find_domain_master_name_query_fail: Unable to find the Domain
Master Browser name HOME<1b> for the workgroup HOME. Unable