Guest User

Untitled

a guest
Nov 27th, 2018
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [general]
  2. accounts = Gmail
  3. maxsyncaccounts = 1
  4.  
  5. [Account Gmail]
  6. localrepository = LocalGmail
  7. remoterepository = RepositoryGmail
  8. status_backend = sqlite
  9.  
  10. [Reposiroty LocalGmail]
  11. type = Maildir
  12. localfolders = ~/Maildir/Gmail
  13.  
  14. [Reposiroty RepositoryGmail]
  15. type = Gmail
  16. maxconnections = 2
  17. remoteuser = YOUR_GMAIL_USERNAME
  18. remotepass = YOUR_GMAIL_PASSWORD
  19. sslcacertfile = /usr/local/etc/openssl/cert.pem
Add Comment
Please, Sign In to add comment