msmtprc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ##### My (demuredemeanor) msmtprc
  2. # Uses tabstop=4; shiftwidth=4 tabs; foldmarker={{{,}}};
  3. # https://notabug.org/demure/dotfiles
  4. # legacy repo http://github.com/demure/dotfiles
  5. # vim:set syntax=sh:
  6. ## This is heavily inspired by Mark H. Nichols's post
  7. # http://zanshin.net/2015/01/19/teaching-a-homely-mutt-new-tricks/
  8. #
  9. # which in turn was inspired by Steve Losh's post
  10. # http://stevelosh.com/blog/2012/10/the-homely-mutt/
  11. #
  12. # Aside from using my accounts, and eventually a few tweaks,
  13. # I am /not/ using OS X's keychain...
  14. # I am using pass now, which is working quite well
  15. # https://github.com/sup-heliotrope/sup/wiki/Securely-Store-Password
  16. ### sdf ### {{{
  17. account sdf
  18. host ol.sdf.org
  19. port 587
  20. protocol smtp
  21. auth on
  22. passwordeval pass Mail/sdf-smtp
  23. from demure@sdf.org
  24. user demure.sdf.org
  25. tls_trust_file ~/.mutt/Equifax_Secure_CA.cert
  26. ### End sdf ### }}}
  27. ### gmail ### {{{
  28. account gmail
  29. host smtp.gmail.com
  30. port 587
  31. protocol smtp
  32. auth on
  33. passwordeval pass Mail/gmail
  34. from demuredemeanor@gmail.com
  35. user demuredemeanor@gmail.com
  36. tls on
  37. tls_trust_file ~/.mutt/Equifax_Secure_CA.cert
  38. ### end gmail ### }}}
  39. ### emu ### {{{
  40. account emu
  41. host smtp.gmail.com
  42. port 587
  43. protocol smtp
  44. auth on
  45. passwordeval pass Mail/emu
  46. from amcbean@emich.edu
  47. user amcbean@emich.edu
  48. tls on
  49. tls_trust_file ~/.mutt/Equifax_Secure_CA.cert
  50. ### End emu ### }}}
  51. account default : sdf