Guest User

Untitled

a guest
Jan 11th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. dsync(gmail_login): Warning: imapc(imap.gmail.com:993): connect(173.194.175.109, 993) failed: Connection refused - trying the next IP
  2.  
  3. imapc_host = imap.gmail.com
  4.  
  5. imapc_user = gmail_login
  6. imapc_password = gmail_pass
  7.  
  8. dsync_features = empty-header-workaround
  9. imapc_features = rfc822.size
  10. imapc_features = $imapc_features fetch-headers
  11. imapc_features = gmail-migration
  12.  
  13. mail_prefetch_count = 20
  14.  
  15. !include /etc/dovecot/dovecot.conf
  16.  
  17. imapc_port = 993
  18. imapc_ssl = imaps
  19. # ssl_client_ca_dir = /etc/pki/tls/certs/
  20. ssl_client_ca_file = /etc/pki/tls/cert.pem
  21. imapc_ssl_verify = yes
  22.  
  23. doveadm -c gmail_login-import.cfg -D -o imapc_user=gmail_login -o pop3c_user=gmail_login -o imapc_password=gmail_pass -o pop3c_password=gmail_pass -o imapc_host=imap.gmail.com -v backup -a 'virtual/All' -O '-$GmailHaveLabels' -x Flagged -x Junk -x Trash -x Important -R -u Dovecot_login imapc:
Add Comment
Please, Sign In to add comment