Displaying 20 results from an estimated 200 matches similar to: "mbox to maildir batch conversion"
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
2017 Oct 08
2
My sub-folder with Outlook work-around to date
Hi David,
I somehow remember that there is a way to get the mail_location from per-user-settings. I had this once when migrating from maildir to mdbox.
You might want to use Google and the mailing list archives for the details but in summary it went like this:
- set Dovecot to grab the mail_location from user-settings (I think we used MySQL db field - or check docs for auto:)
- have login
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
2010 Jul 29
4
Convert plugin
Hi,
I'm trying to convert users from a sendmail server to a postfix/dovecot
server. All works fine but one of the last things is to rescue the
messages in /var/mail/<user> on the old server. This seems very
straitforward using the convert plugin but with the settings from the
wiki, nothing happens when the user logs in. Do I need a private
namespace for this as suggested elsewhere
2008 May 06
0
[Solved] Re: Quota not showing correctly after conversion (mb2md.pl)
On Fri, 2008-04-25 at 09:56 +0800, k bah wrote:
>> I have a problem, when a user has mails that exceed the limit in mb's
>> (I set just size limit, no messages limit), neither
>> "getquotaroot" (via telnet to port 143), neither webmail software
>> (horde) show the quota usage correctly (I'm not talking about new
>> mail, talking about those
2010 Feb 09
1
Understanding migrateuser.sh
I'm sure it comes from my being a gormless idiot, but whatever is the
-UKWS argument immediately after the mb2md.pl invocation?
> $MB2MD -UKWS -s "$INBOX" -d "$WORKING"
As always, reading the idiom of someone else's scripting is an
education. And some of it wouldn't work with native AIX sh/ksh, so
changed the functions:
> folders_hash() {
> local
2008 Apr 25
1
Quota not showing correctly after conversion (mb2md.pl)
-- SCENARIO --
I'm using dovecot-1.0.5-6 on opensuse 10.3.
I use the maildir quota plugin, and I'm converting mailboxes from UW IMAP (mbox) to Maildir format using that mb2md.pl script (3.10 I guess).
My migration happens like this:
- if a user receives mail (before ever using the new mail system), it goes to his/her inbox, dovecot proceeds normally, like when a user exists, but
2007 Mar 02
2
MBOX to MAILDIR conversion
Thinking about going from mbox to maildir. Started with mbox way back
when but thinking about making the conversion. The main reason is that I
use rsync for backups and when these huge mailboxes are touched I have
to copy the whole thing. With maildir I only copy the files that change.
So - my questions is - what's the easiest way to make this happan. I
assume there are conversion
2005 Apr 14
5
dovecot rpms, .subscriptions file, mbox to maildir
Hi,
I am running dovecot 0.99-14 on a Fedora Core 2 machine. I had a few
questions:
1) I wanted to upgrade to the dovecot-1.0 release. However, I am not
sure if that's really required. dovecot-0.99-14 has been running very
well for me for quite some time. Is there a real advantage to switching
to the latest release. The reason I'm asking this is because:
i) I don't have too
2017 Oct 08
3
My sub-folder with Outlook work-around to date
Wow excellent feedback Joseph, Philon and Aki,
You have all pointed me in the right direction. Tonight I have tested
Dovecot with just the minor configs I do for Dovecot setup and I have
commented out the mbox/Maildir lines in 10-mail.conf from my testing:
#mail_location =
#mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u
#mail_location = maildir:~/Maildir
I had run up some test files
2017 Oct 08
0
My sub-folder with Outlook work-around to date
You can give mail location and home directory from userdb or passdb.
For userdb, return mail=something:~/something and for home use home=/path/to/home
For passdb, you can return userdb_mail and userdb_home
Aki
> On October 8, 2017 at 1:14 PM Philon <bytesplit at gmail.com> wrote:
>
>
> Hi David,
>
> I somehow remember that there is a way to get the mail_location from
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;
2007 Apr 13
2
Convert mbox to maildir
Hello all
I?ve installed a new Server with dovecot, started using it and had no
problems until I noticed that I couldn?t create sub-sub-folders on my imap
account, I?ve read for the past two days info on how to convert and I know
now that instead of using mbox I need to user maildir, the issue is now to
convert mbox to maildir, on the various searches I did, I found the convert
wiki page
2017 Oct 06
2
My sub-folder with Outlook work-around to date
Thanks for the reply MJ.
Good to hear it works in MailDir format - might need to look at this.
To date I have only had this issue with Outlook and for me personally on
Fedora with Thunderbird, I tend to keep a heap of e-mail folders without
sub-foldering and have my own little Linux 'utopia' of annually
archiving folders etc using the Linux scripting environment, so I never
have
2005 Aug 11
1
Wrong dates in Outlook
Hello,
We're migrating from Ipswitch Imail to Dovecot. There seems to be a
problem with Outlook after converting the emails with mb2md and whole
bunch of perl scripts to correct all the idiotic mistakes that Imail has
made. Outlook will display the date and time of the conversion as the
date of the message, rather than using the Date: header. The same does
not occur in Thunderbird or
2006 Feb 13
1
Message index corruption when using Thunderbird and Dovecot
Hi all,
I have recently upgraded from UW-IMAP to Dovecot 1.0.beta3 on Redhat9. I
migrated my mailbox to from Mbox to Maildir using the mb2md perl script,
and created a procmail recipe file to get email arriving in the Maildir
directories. However, when accessing my mailbox from Thunderbird
(version 1.5), it occasionally mixes up the email header with the email
content. I also occasionally
2009 Mar 15
2
Mailing list convert scripts not working on wiki
I'm trying to download Julian Fitzell's scripts to convert mbox to
Maildir format from the wiki page at
http://wiki.dovecot.org/Migration/MailFormat
But when I click on the links for the scripts it just sends me back to
the same page rather than downloading the scripts. The links in
question are http://wiki.dovecot.org/Migration/MailFormat?action=AttachFile&do=get&target=mb2md.tgz
2010 Jul 31
1
need convert-tool advice
Hi folks,
I've got a few thousand accounts that I'd like to convert from mbox to
maildir. I'm looking at using convert-tool from the command line to do
this, but I'm uncertain about the command line syntax, so I hope someone
can take a moment to go over this with me.
I'm running dovecot 1.1.6 on this system. Mail accounts are not tied
to UNIX system accounts, I'm
2017 Oct 09
0
My sub-folder with Outlook work-around to date - update 201710091046
Hi Mike,
I haven't seen your messages come through the feed so something is not
working for your e-mail address there?
No I am not using Sieve - the server has a third party handling spam etc
so the Linux box is very basic SendMail, Dovecot and RoundCube setup
(along with my own procmail based web interface for e-mail forwarding
and away message responses).
I struggle on.
On 09/10/17
2017 Oct 07
0
My sub-folder with Outlook work-around to date
Hi All,
Thanks to MJ for the suggestion as my only hope, and I have tested this
with Outlook 2016 and Thunderbird today - seamless creation of folders.
Now the mammoth task of converting customers with masses of mbox folders
to MailDir format using the on-line perl script: mb2md-3.20.pl
Works nicely and will be what gets us out of trouble. My only sadness is
that Outlook then has to be