Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. imapc_host = imap.company.com
  2. imapc_user = %u@company.com
  3. imapc_password = mypassword
  4. imapc_features = rfc822.size fetch-headers
  5. imapc_port = 143
  6. pop3c_host = pop3host.company.com
  7. pop3c_user = %u@company.com
  8. pop3c_password = mypassword
  9. pop3c_port = 110
  10. namespace pop3c {
  11. prefix = POP3-MIGRATION-NS/
  12. location = pop3c:~/pop3c
  13. list = no
  14. hidden = yes
  15. }
  16.  
  17. !include /etc/dovecot/dovecot.conf
  18.  
  19. plugin {
  20. pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
  21. pop3_migration_skip_size_check = yes
  22. pop3_migration_ignore_missing_uidls=yes
  23. }
  24. mail_prefetch_count = 20
  25. mail_shared_explicit_inbox = no
  26. protocol doveadm {
  27. mail_plugins = $mail_plugins pop3_migration
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement