On 30.9.2019 13.40, tovises wrote:
On 30 Sep 2019, at 13.13, tovises via dovecot dovecot@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 The most relevant part (I think) is: dsync-local(tovis)<rAJmCUTTkV0IBAAAVty4BQ>: Error: read(remote) failed: EOF (version not received) doveadm(tovis): Fatal: execvp(imapc:) failed: No such file or directory
What I have missed (doveadm trying to execute something but what). Any suggestion? try:
doveadm -D -o imapc_user=tovis -o pop3c_user=tovis -o imapc_password=<password> -o pop3c_password=<password> backup -u tovis -R imapc:
Sami
Hello Sami! This was the previous version, but if it could help: https://pastebin.com/3X3BKinB
One more question, isa it possible, that I do not need pop3c_user/pop3c_password? I do not have pop3 server on remote server, I have only IMAP.
Sincerely tovis
You don't need it, then. And you do not need the pop3_uidl_migration plugin either, then.
Your paste indicates that your config / command line is missing imapc_host setting, so add to your config file
imapc_host=nusi # or the fqdn name
Aki