Re: IMAP Migration Tools

2019-11-28 Thread Christos Chatzaras via dovecot



> On 28 Nov 2019, at 18:21, Dean via dovecot  wrote:
> 
> On 2019-11-28 10:47 am, Julian Kippels via dovecot wrote:
>> Hi,
>> I am looking for tools to migrate Mails from one IMAP-Server to
>> another. Until now I have always used imapsync, but it seems very
>> slow. Even over a 2x10GB/s connection I only get speeds of about
>> 600KiB/s, because the programm always pauses betweeen every single
>> mail.
>> Does anyone here have a suggestion for an alternative?
> 
> Take a look at mbsync (isync).  Very flexible and quite fast.  I've also used 
> offlineimap for a long time.
> 
> DC

Here is an .offlineimaprc example :

[general]
accounts = main

[Account main]
localrepository = dstAccount
remoterepository = sourceAccount

[Repository sourceAccount]
type = IMAP
remotehost = old.server.hostname.com
remoteuser = o...@example.com
remotepass = oldpass
ssl = no
readonly = true


[Repository dstAccount]
type = IMAP
remotehost = new.server.hostname.com
remoteuser = n...@example.com
remotepass = newpass
ssl = no




Dovecot v2.3.7 - TLS/SSL issue

2019-07-17 Thread Christos Chatzaras via dovecot
I use a helpdesk system that connects to dovecot using POP3 with SSL enabled to 
fetch the e-mails.

After I upgrade to v2.3.7 the helpdesk randomly (some times it works, some 
times not) doesn't fetch the e-mails. If I configure the e-mail accounts with 
SSL/TLS disabled then it works.

Any idea about this?