My dotfiles for my Linux rice managed with stow and make
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.
|
- # default settings
- defaults
- protocol smtp
- auth on
- tls on
- tls_starttls on
- tls_trust_file /etc/ssl/certs/ca-certificates.crt
-
- # personal gmail
- account gmail
- from micah@mehalter.com
- user mhalter3378@gmail.com
- passwordeval "gpg2 --passphrase-file /home/micah/.gnupg/passphrase --quiet --for-your-eyes-only --no-tty --decrypt ~/.mail-gmailunsecure-passwd.gpg"
- host smtp.gmail.com
- port 587
-
- # gatech outlook
- account gatech
- from mehalter@gatech.edu
- user mhalter3@gatech.edu
- passwordeval "gpg2 --passphrase-file /home/micah/.gnupg/passphrase --quiet --for-your-eyes-only --no-tty --decrypt ~/.mail-gatech-passwd.gpg"
- host outlook.office365.com
- port 587
|