Guest User

Untitled

a guest
Dec 21st, 2017
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. [general]
  2. # List of accounts to be synced, separated by a comma.
  3. accounts = hotmail
  4.  
  5. [Account hotmail]
  6. # Identifier for the local repository; e.g. the maildir to be synced via IMAP.
  7. localrepository = hotmail-local
  8. # Identifier for the remote repository; i.e. the actual IMAP, usually non-local.
  9. remoterepository = hotmail-remote
  10. # Sync only messages from the last 365 days
  11. maxage = 365
  12.  
  13. [Repository hotmail-local]
  14. # OfflineIMAP supports Maildir, GmailMaildir, and IMAP for local repositories.
  15. type = Maildir
  16. # Where should the mail be placed?
  17. localfolders = ~/Share/Mail/hotmail
  18.  
  19. [Repository hotmail-remote]
  20. # Remote repos can be IMAP or Gmail, the latter being a preconfigured IMAP.
  21. type = IMAP
  22. remotehost = imap.hotmail.com
  23. remoteuser = example@hotmail.com
  24. remotepass = password
  25. ssl = yes
  26. cert_fingerprint = c4b4fe645bb1e3cb8b6cfd22f32df7f9a0f74100
  27. maxconnections = 4
  28.  
  29. ERROR: Could not resolve name 'imap.hotmail.com' for repository 'hotmail-remote'. Make sure you have configured the server name correctly and that you are online.
  30. *** Finished account 'hotmail' in 0:00
  31. ERROR: Exceptions occurred during the run!
  32. ERROR: Could not resolve name 'imap.hotmail.com' for repository 'hotmail-remote'. Make sure you have configured the server name correctly and that you are online.
Add Comment
Please, Sign In to add comment