Switching to official dovecot-ee version solved my sync/backup issues, also on
Ubuntu. The 12.04 package works on 14.04. It's free and should update fine.
Backup your config files first (dovecot and postfix if you use that)!
http://shop.dovecot.fi/home/8-dovecot-ee-repository-access.html
I'm not an expert, but I just gave a similar answer to someone else in a
similar situation (significantly older dovecot version on old server) and I
suggest trying to use doveadm backup on the new server to pull the mail from
the old server via IMAP like:
doveadm -o imapc_features=fetch-headers
I don't know the answer to your question, but in case you don't get a suitable
answer from someone better qualified than me, you might try having dovadm pull
the data my making an imap connection to the older server like:
doveadm -o imapc_features=fetch-headers -o mail_prefetch_count=20 -o
imap
On Feb 17, 2015, at 10:51 AM, FUSTE Emmanuel
wrote:
> Le 16/02/2015 20:40, Casey Stone a écrit :
>> On Feb 13, 2015, at 3:42 PM, FUSTE Emmanuel
>> wrote:
>>
>>> Le 13/02/2015 16:19, Casey Stone a écrit :
>>>> On Feb 5, 2015, at 10:39
On Feb 13, 2015, at 3:42 PM, FUSTE Emmanuel
wrote:
> Le 13/02/2015 16:19, Casey Stone a écrit :
>> On Feb 5, 2015, at 10:39 PM, Casey Stone wrote:
>>
>>> Hello:
>>>
>>> I've been looking forward to getting my mail server up to Dovecot 2.2+ to
On Feb 5, 2015, at 10:39 PM, Casey Stone wrote:
> Hello:
>
> I've been looking forward to getting my mail server up to Dovecot 2.2+ to be
> able to use the sync mechanism. I run my own mail server just for myself,
> with a few different accounts, and want to keep a master
Hello:
I've been looking forward to getting my mail server up to Dovecot 2.2+ to be
able to use the sync mechanism. I run my own mail server just for myself, with
a few different accounts, and want to keep a master and backup server in sync.
I'm running the Ubuntu server 14.04.1 mail stack whi