Displaying 20 results from an estimated 10000 matches similar to: "2.1.x changes and dsync -- Wiki suggestion"
2013 Sep 03
0
dsync - convert plugin missing?
I'm looking to convert my mbox mailboxes over to Maildir.
But when I try to run the dsync command: (changed with my variables)
dsync -u username mirror mbox:~/mail:INBOX=/var/mail/username
found on this dovecot v2.X page here:
http://wiki2.dovecot.org/Migration/MailFormat
I get an error that it can't find the "convert" plugin.
Am I doing something wrong?
Thanks.
2017 Oct 01
0
Doveadm / dsync: mirror?
On https://wiki.dovecot.org/Migration/MailFormat we see:
mbox -> maildir migration. Set mail_location=maildir:~/Maildir and run dsync -u username mirror mbox:~/mail:INBOX=/var/mail/username
but NOWHERE that I can find is the ?mirror? command documented on the wiki.
What are ALL the options here?
(and it?s interesting to note that dsync is a symlink to doveadm).
Thanks!
--
2012 Apr 23
2
dsync on large mailbox "fails"
I've been trying to convert an existing set of mbox mail to maildir
using dsync, but it seems to fail when it gets to the large boxes.
$ dsync -Dv mirror maildir:~/Maildir
Everything seems to work reasonably well until the first of the large
boxes hits:
dsync(jeff): Warning: Maildir /home/jeff/Maildir/.cron.2010-07-10:
Synchronization took 1210 seconds (102289 new msgs, 0 flag change
2012 Feb 24
0
dsync 2.0.x versus 2.1.x field report
Hi --
I used to run two mailservers with identical MX priorities (poor man's fail-over approach) with Maildir mail folders accessed by Dovecot. Synchronization has been achieved using unison, mirroring all files except dovecot index files.
Once in a while some oddities could be observed, like reappearing of deleted mails, duplicates and such alike. But the all-over performance was quite
2019 Jun 21
0
Mail migration problem
Well, judging by the error message it appears like dovecot hasn't been
compiled with support for maildir, which is strange because I don't see
any way to disable in the compile-time options.
Are you using the precompiled package from the distro or compiling
dovecot by yourself? Could you share the output of "dovecot
--build-options" and "dovecot --version"?
2011 Dec 15
1
dsync panic
Hello,
when I try to convert from mbox to mdbox with dsync with one user it
always panics:
# /opt/local/bin/dsync -v -u userxy backup ssh root at minerva1
/opt/local/bin/dsync -v -u userxy
dsync-local(userxy): Info: Papierkorb: uidnext changed: 161 != 1
dsync-local(userxy): Info: INBOX: uidnext changed: 9139 != 9105
dsync-local(userxy): Info: Trash: uidnext changed: 3924 != 3915
2011 Dec 13
1
dsync error Mailbox has children, delete them first
Hi,
I use dsync to backup mailboxes from mbox format to mdbox on a remote
system. The first run for a user with dsync is OK, but during the
second there are lots of the following errors:
dsync-remote(user): Error: Can't delete mailbox directory Example:
Mailbox has children, delete them first
I see no way how I could influence the order dsync deletes mailboxes.
This happens with
2019 Jun 21
4
Mail migration problem
I?m trying to migrate mdbox to maildir based on https://wiki.dovecot.org/Migration/MailFormat
* Modified dovecot.conf and set mail_location=maildir:/tmp/destination/mailboxes/
* Then I had run
/mnt/testmail/bin/dsync -Dv -u user at domain.com<mailto:user at domain.com> mirror mdbox:/source/mailboxes/user at domain.com<mailto:/source/mailboxes/user at domain.com>
but that
2012 Feb 18
3
Failing: doveadm sync <--remote host--> dsync mirror
Hi --
I'm used to dsync my two mailservers running 2.0.16.
Today, I did upgrade one server to 2.1, and doveadm sync is throwing to following error:
mail> doveadm sync -f -u test ssh vmail at remote-host.tld dsync -v -f -u test
doveadm(test): Fatal: All your namespaces have a location setting. It should be empty (default mail_location) in the namespace to be converted.
Same error with
2019 Jun 24
1
Mail migration problem
Yeah, I think dovecot was a custom compiled build
Version is 2.2.18
Config:
# 2.2.18: /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.8
# OS: Linux 2.6.32-754.14.2.el6.x86_64 x86_64 CentOS release 6.10 (Final) xfs
auth_master_user_separator = *
auth_mechanisms = plain login
dict {
acl = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
disable_plaintext_auth = no
lda_mailbox_autosubscribe =
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
2011 Nov 26
2
using dsync to convert mailboxes looses caching options
Hi there,
We're trying to convert users from Maildir to sdbox at present; I'm
using dsync to achieve this (2.0.16) however when the user's have been
converted we only get minimal information in the caching files. Is there
some way to preserve all the caching decisions that were previously made
so that when the user logs in to the new mailbox we don't have to cause
an io storm
2018 Feb 24
0
Really slow IMAP performance
> On 24 February 2018 at 16:04 Neil Jerram <neil at ossau.homelinux.net> wrote:
>
>
> Aki Tuomi <aki.tuomi at dovecot.fi> writes:
>
> >> On 24 February 2018 at 15:47 Neil Jerram <neil at ossau.homelinux.net> wrote:
>
> [...]
> >> > Feb 24 10:24:24 arudy dovecot[1712]: imap(neil): Warning:
> >> > Transaction log file
>
2014 Aug 05
2
Migrating from maildir to mdbox
Hi everybody,
I have a virtual user setup that is using maildir, and I'd like to migrate it to mdbox. Following directions from
http://wiki2.dovecot.org/Migration/MailFormat
and keeping in mind that my maildir is in maildir:/mnt/vmail/%d/%u, after having updated 10-mail.conf I have tried to execute:
dsync -u "user at domain.org" mirror maildir:/mnt/vmail/domain.org/user
2010 Dec 24
1
Migrate from Maildir to mdbox
Looking at http://wiki2.dovecot.org/Migration/MailFormat, I do not see much
on how to do a migration from Maildir to mdbox. That page isn't quite
updated it looks.
I have several domains (virtual) with the following storage layout:
/var/spool/virtual/$domain.
So the users have their mail stored as follows:
/var/spool/virtual/domain1/$user/Maildir
/var/spool/virtual/domain2/$user/Maildir
2019 May 22
1
Converting user mailboxes from maildir to sdbox
Hello,
I've got a Postfix/Dovecot server setup. Currently Dovecot is version
2.3.6, and it's using Maildir storage. The mailbox is:
mail_home = /home/vmail/mailboxes/%d/%n
mail_location = maildir:~/mail:LAYOUT=fs
I'm wanting to convert from Maildir to sdbox. I looked at:
https://wiki2.dovecot.org/MailboxFormat
I was initially thinking mdbox but that's multiple messages per
2012 Jan 13
2
2.1.rc3 (1a722c7676bb):dsync umlaut problems
All umlauts in mailbox names are lost after converting mbox/Maildir
mailboxes to mdbox.
[location2 scp-ed from the old server]
# ls -d /srv/import/Maildir/.Gel\&APY-schte\ Elemente/
/srv/import/Maildir/.Gel&APY-schte Elemente/
# dsync -u jane at example.com -v mirror maildir:/srv/import/Maildir/
?
dsync(jane at example.com): Info: Gel?schte Elemente: only in dest ?
?
# doveadm mailbox
2015 Oct 27
1
Migrating to new server, questions about recommended configuration.
Hello! I'm moving Dovecot from a FreeBSD Jail (on ZFS using Maildir) to an Amazon EC2 Debian host.
1) I was on Dovecot 2.1 on my FreeBSD system but upgraded it to 2.2 so I could use dsync for the transfers. Is dsync the best way to migrate my data?
2) On the new Debian host, is there a better filesystem than EXT4 that I should use for the mail storage?
3) On the new host, is mdbox
2014 Jan 13
0
dsync error: gz trailer has wrong CRC value
A few days ago by dovecot installation started behaving weirdly. First it
was doveadm fts optimize which would fail (a thread running about that) and
now it's dsync, which means my backups are not working.
This all started a few days ago, which I find a little weird, because I
haven't messed around with the dovecot setup in months. I've been searching
the internet, but didn't find
2015 May 03
1
dsync-local(klink): Error: remote: dsync-server: invalid option -- 'l'
Hello,
Since recently (not sure when), dsync stopped working.
dsync -u klink mirror XXXX
dsync-local(klink): Error: remote: dsync-server: invalid option -- 'l'
dsync-local(klink): Error: remote: doveadm dsync-server [-u <user>|-A] [-S
<socket_path>]
dsync-local(klink): Error: read() from worker server failed: EOF
I did not change anything on my setup but dovecot was