Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

4 years ago
  1. account yigitcolakoglu@hotmail.com
  2. host smtp.office365.com
  3. port 587
  4. from yigitcolakoglu@hotmail.com
  5. user yigitcolakoglu@hotmail.com
  6. passwordeval "pass show AppPass/microsoft.com/yigitcolakoglu@hotmail.com"
  7. auth on
  8. tls on
  9. tls_trust_file /etc/ssl/certs/ca-certificates.crt
  10. logfile /home/yigit/.config/msmtp/msmtp.log
  11. account yigit@yigitcolakoglu.com
  12. host mail.privateemail.com
  13. port 587
  14. from yigit@yigitcolakoglu.com
  15. user yigit@yigitcolakoglu.com
  16. passwordeval "pass Email/privateemail.com/yigit@yigitcolakoglu.com"
  17. auth on
  18. tls on
  19. tls_trust_file /etc/ssl/certs/ca-certificates.crt
  20. logfile /home/yigit/.config/msmtp/msmtp.log
  21. account yigit@fr1nge.xyz
  22. host mail.fr1nge.xyz
  23. port 587
  24. from yigit@fr1nge.xyz
  25. user yigit@fr1nge.xyz
  26. passwordeval "pass Email/fr1nge.xyz/yigit@fr1nge.xyz"
  27. auth on
  28. tls on
  29. tls_trust_file /etc/ssl/certs/ca-certificates.crt
  30. logfile /home/yigit/.config/msmtp/msmtp.log
  31. # default for git email-send
  32. account default
  33. host mail.privateemail.com
  34. port 587
  35. from yigit@yigitcolakoglu.com
  36. user yigit@yigitcolakoglu.com
  37. passwordeval "pass Email/privateemail.com/yigit@yigitcolakoglu.com"
  38. auth on
  39. tls on
  40. tls_trust_file /etc/ssl/certs/ca-certificates.crt
  41. logfile /home/yigit/.config/msmtp/msmtp.log