Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. dsync_features = empty-header-workaround
  2. imapc_host = imap.oldserver.name
  3.  
  4. imapc_user = %u
  5.  
  6. imapc_features = rfc822.size
  7. mail_prefetch_count = 20
  8.  
  9. # tried different versions of this, where to check it?
  10. # imapc_list_prefix = INBOX
  11.  
  12. doveadm -v -o imapc_user=old@server.name -o pop3c_user=old@server.name -o imapc_password=PASS -o pop3c_password=PASS
  13. -o mail_fsync=never backup -R -u new@newserver.name imapc:
  14.  
  15. dsync(new@newserver.name): Error: Can't delete mailbox INBOX: INBOX can't be deleted.
  16. dsync(new@newserver.name): Info: Szkice: highest_modseq changed: 0 != 1
  17. dsync(new@newserver.name): Info: Kosz: highest_modseq changed: 0 != 1
  18. dsync(new@newserver.name): Info: INBOX: only in dest (guid=a8ca2821b25f9c587451000045e496db)
  19. dsync(new@newserver.name): Info: Sent: uidnext changed: 7 != 1
  20. dsync(new@newserver.name): Info: Robocze: highest_modseq changed: 0 != 1
  21. dsync(new@newserver.name): Info: Wysłane: highest_modseq changed: 0 != 1
  22. dsync(new@newserver.name): Error: Trying to open a non-listed mailbox with guid=a8ca2821b25f9c587451000045e496db
  23. dsync(new@newserver.name): Error: msg iteration failed: Couldn't open mailbox a8ca2821b25f9c587451000045e496db
  24. dsync(new@newserver.name): Error: Trying to open a non-listed mailbox with guid=a8ca2821b25f9c587451000045e496db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement