Migrate 200+GB emails (just 5 accounts) from google to my DA server

TestUser

Verified User
Joined
Aug 26, 2011
Messages
222
hey all..
i think the title of this post says it all...
i have a client who wants to go away from google....
is there some "trick" or something to do this easy?
Or do i need to setup IMAP accounts and first download to my computer emails...
then connect to my DA server and move emails there?
This will take... forever..
Any shortcuts?
Will google givme anny headaces?
 
but this has to be installed on server to use it... for my server ok...
but for gmail? or is installed on my server where emails will be moved TO from gmail ok?

i have checked it out....
it dosent work for me :p
nothing happenes...
is there a log or something for this?

DA showed me this error

Error​

ImapSync host source connection failure

i tryed setting my gmail account in thunderbird... no problems... (so i have correct data) BUT.... i got a popup to login into gmail...
not working in DA though
 
Last edited:
it design for sync between 2 imap server.
You can manual run command by
Code:
imapsync \
 --host1 imap.truc.org --user1 foo --password1 secret1 \
 --host2 imap.trac.org --user2 bar --password2 secret2
To synchronize imap account "foo" on "imap.truc.org" to imap account "bar" on "imap.trac.org" with foo password "secret1" and bar password "secret2":

for manpage you can found here

also with command
Code:
imapsync --help
 
Back
Top