Displaying 20 results from an estimated 10000 matches similar to: "Mail migration to dovecot with doveadm backup"
2019 Sep 28
2
dsync having problems with @-sign in mailbox names
> On 28 Sep 2019, at 11:28, Sami Ketola via dovecot <dovecot at dovecot.org> wrote:
>
>
>
>> On 28 Sep 2019, at 12.21, Philip Iezzi via dovecot <dovecot at dovecot.org> wrote:
>>
>> Hi there
>>
>> We are running Cyrus-to-Dovecot migrations using dsync on destination Dovecot server (Debian Stretch / latest Dovecot 2.3.7.2 from community
2019 Dec 23
1
Trouble using reverse dsync backup (log in successful but almost nothing happens)
I am migrating an old dovecot 2.2.30 (macOS High SIerra, macO S Server) to a new server with dovecot 2.3.7 (macOS Mojave, macports).
To get the data over, I?m trying to do a reverse backup with doveadm between an old and a new mail server, but failing to do so. I?m trying (from the new server, the old server is 192.168.2.67):
doveadm -Dv \
-o imapc_host=192.168.2.67 \
-o imapc_user=gerben \
2013 Jul 04
2
Migrating domain using IMAPc
Hi list,
I'm trying to do a domain migration using the imapc feature, but i'm having
some problems and I really don't know what is happening.
So if you guys could help me with a path to solve this, I will be glad.
I'm using Dovecot 2.1.7 in a Debian Wheezy machine.
The command I'm using is:
dsync -Dv -o imapc_features=rfc822.size -o imapc_host=IP -o imapc_port=143
-o
2019 Sep 30
2
courier to dovecot migration
>
> On 30.9.2019 13.40, tovises wrote:
>>>
>>>> On 30 Sep 2019, at 13.13, tovises via dovecot <dovecot at dovecot.org>
>>>> wrote:
>>>> WOW! - amazing quickly, I'm really grateful.
>>>>
>>>> I was using: -u tovis imapc: nusi but still something wrong.
>>>> Patstebin: https://pastebin.com/tH4wzJka
2018 Jul 21
2
Dsync fails to connect to remote IMAP server
Hi,
I'm trying to migrate from an old courier IMAP server to Dovecot 2.3.1
(8e2f634). The old server uses self signed SSL certificate.
I'm using the following configuration:
imapc_host = 10.1.1.3
imapc_user = %u
imapc_features = rfc822.size fetch-headers
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = no
mail_prefetch_count = 20
mail_shared_explicit_inbox = no
Launching dsync
2020 Feb 06
2
doveadm backup -R -m -s not picking up a new message
Good morning,
I use ?doveadm backup -R -m foo -s $state? to create a local mirror of
an imapc remote folder. When I run that command, wait for it to finish,
deliver a new message to the remote folder, and run that command again,
the new message does not get downloaded from the remote.
I'll attach the rawlog, doveconf, etc at the end. Allow me first to
summarize what I've already
2014 Sep 18
1
dsync error: Error: Can't delete mailbox INBOX: INBOX can't be deleted.
Hello,
I'm aware of these two threads
http://www.dovecot.org/pipermail/dovecot/2012-March/thread.html#134311
http://dovecot.org/pipermail/dovecot/2012-June/thread.html#136488
but unfortunately I wasn't successful with my dsync mailbox migration attempt despite the information I could find there. I'm using iRedMail setup for the dovecot server. I made sure that the dovecot mailbox
2013 Feb 26
2
(no subject)
I've run into a problem with `doveadm backup` (2.2 rc2 and 20130226)
I did not notice in 2.1.15
doveadm backup [-Dv] -R -u cyrtest1 at iai.uni-bonn.de -m INBOX imapc:
=> crashes (signal 6 with acl plugin configured, sig 11 without acl)
If this is considered a bug (not just because of the crash but in the
meaning of "my configuration should work") it would be great if it could
be
2013 Jul 01
1
dsync/imapc migration question
Doing an imapc migration with the pop3 migration plugin, using doveadm
backup -R.
I occasionally get the following output:
dsync(user at domain.tld): Error: imapc(mail01.domain.tld:143): Server
disconnected unexpectedly
dsync(user at domain.tld): Error: imapc(mail01.domain.tld:143): Server
disconnected unexpectedly
dsync(user at domain.tld): Error: imapc(mail01.domain.tld:143): Server
2020 Mar 30
2
doveadm backup from gmail with imapc
I am trying to backup a gmail account (not the one I am writing from)
to dovecot, using doveadm-backup and imapc, but am having ssl
connection problems.
ted at expectation:~# doveadm backup -D -R -u ted imapc:
dsync(ted): Info: imapc(imap.gmail.com:993): Connected to
74.125.71.108:993 (local 10.7.1.179:53852)
dsync(ted): Warning: imapc(imap.gmail.com:993): Server disconnected
unexpectedly:
2014 Jan 31
1
dsync Error: Mailbox INBOX: Save commit failed: Mailbox was deleted under us
Hi,
I am doing a mass migration of users from Cyrus imap on a solaris
server to dovecot 1:2.2.9-1ubuntu1 and am getting this weird issue with
dsync if I try to do a "full" sync. Debug output below:
dsync(user at example.com): Error: Mailbox INBOX: Save commit failed:
Mailbox was deleted under us
dsync(user at example.com): Debug: brain M: out box 'INBOX'
2020 Jul 28
2
Migration issue
Hi Aki & Dovecot team,
Just continuing with the previous discussion "Migration from one server to
2 new servers".
Hi,
I have tried the same way as per your suggestion. But it's throwing an
error.
-------------
[root at production2 log]# doveadm backup -a All -R -u kishore at test.ba.com
imapc:
dsync(kishore at test.ba.com): Info: imapc(production1.baplc.com:143):
Connected
2019 Sep 28
2
dsync having problems with @-sign in mailbox names
Hi there
We are running Cyrus-to-Dovecot migrations using dsync on destination Dovecot server (Debian Stretch / latest Dovecot 2.3.7.2 from community repo) like this:
$ doveadm -o mail_fsync=never backup -R -u <username> imapc:
For imapc configuration to connect to remote Cyrus server, see below [1].
While this works great for hundreds of mailaccounts, dsync fails with the following
2013 Apr 23
3
Using dsync to export mail to remote IMAP account
I've read the web/man pages on dsync, but it's not clear to me whether
dsync can be used to export (rather than import) a user's mailbox to a
remote non-dovecot IMAP account.
(The intention is to use it whenever a user leaves and wants to copy their
local mail to Google or whatever. I currently use uw-imapd's mailutil --
it works, but it's dreadfully slow.)
As a first crack
2020 Mar 31
3
doveadm backup from gmail with imapc
On Tue, 2020-03-31 at 09:06 +0300, Aki Tuomi wrote:
> >
> > On 30/03/2020 22:11 Ben Mulvihill <ben.mulvihill at gmail.com> wrote:
> >
> > ?
> > I am trying to backup a gmail account (not the one I am writing
> > from)
> > to dovecot, using doveadm-backup and imapc, but am having ssl
> > connection problems.
> >
> > ted at
2012 May 24
1
dsync migration with preserving pop3 uidl
Hi all,
I'm trying to migrate messages from icewarp (merak) mailserver to dovecot via
dsync, IMAP migration is looking fine, but I'm unable to migrate pop3 uidls from
originating server, probably is something wrong with configuration, but I don't
know what. The only documentation i found is on the wiki:
http://wiki2.dovecot.org/Migration/Dsync where is bad writen mail_plugins =
2020 Jul 28
1
Migration issue
Adding the dovecot.conf configuration from old and new servers:
=========================================
My old server dovecot.conf (production1):
=========================================
disable_plaintext_auth = no
listen = *
log_path = /var/log/dovecot.log
mail_location = maildir:/z1dev/mail/virtual/%d/%n/Maildir/
passdb {
args = /etc/dovecot/passwd
driver = passwd-file
2012 Feb 15
2
2.1b6 imapc sync error
I received this error at the end of a migration from imapc to mdbox. Is
it because I wanted doveadm 'sync' instead of 'backup'? I didn't get
time to do any testing, but since you're pushing for the release, here
it is:
kerio2:~ adminuser$ /opt/dovecot/bin/doveadm -o imapc_user=jsample -o
imapc_password=****** -o imapc_host=*.*.*.* sync -R -u
jsample_dc at mydomain.com
2015 Nov 26
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hi,
No, I tried fetching over imapc too exactly as you suggested.
In my case it was not from cyrus, but from CriticalPath.
isync was finally able to do the job, preserving flags and doing UIDs
mapping. The most boring part was generating proper config file for
thousands of accounts.
A working imapc/dsync would have been better.
Emmanuel.
Le 26/11/2015 15:24, Sami Ketola a ?crit :
> Hi,
2020 Jul 11
4
Syncing emails from external server like Gmail
Greeting
I've managed to backup my emails from external email server via dsync
and imapc: protocol like this:
doveadm -Dv -o imapc_user='user at gmail.com' -o imapc_password="pass"
-o imapc_host=imap.gmail.com backup -R -u duke at ejoom.com imapc:
taken from https://wiki.dovecot.org/Migration/Dsync
I wish to do regular syncing of 5min interval to substitute