Cleaning up more old mail stuff, and other misc

This commit is contained in:
Dustin Swan
2015-03-18 16:50:46 -05:00
parent 174e998731
commit 283e56dc30
6 changed files with 12 additions and 105 deletions

13
msmtprc
View File

@@ -1,6 +1,6 @@
defaults
protocol smtp
logfile ~/.msmtp.log
logfile "~/.msmtp.log"
account DustinswanGmail
host smtp.gmail.com
@@ -8,12 +8,10 @@ port 587
protocol smtp
from dustinswan@gmail.com
user dustinswan@gmail.com
passwordeval gpg --no-tty -d ~/.gmail-password.gpg
passwordeval "gpg --no-tty -q -d ~/.gmail-password.gpg"
auth on
tls on
tls_trust_file /usr/local/etc/openssl/cert.pem
tls_trust_file "/usr/local/etc/openssl/cert.pem"
account DswanIOCOM
host secure.emailsrvr.com
@@ -23,9 +21,8 @@ port 587
from dswan@iocom.com
tls on
tls_starttls on
tls_trust_file /usr/local/etc/openssl/cert.pem
tls_trust_file "/usr/local/etc/openssl/cert.pem"
user dswan@insors.com
passwordeval gpg -d ~/.iocom-password.gpg
passwordeval "gpg --no-tty -q -d ~/.iocom-password.gpg"
account default : DustinswanGmail