a bunch of small updates

This commit is contained in:
Dustin Swan
2015-11-02 09:24:21 -07:00
parent 6a442700b1
commit db3bb300e0
5 changed files with 17 additions and 58 deletions

14
msmtprc
View File

@@ -2,13 +2,13 @@ defaults
protocol smtp
logfile "~/.msmtp.log"
account Gmail
host smtp.gmail.com
port 587
account FastMail
host mail.messagingengine.com
port 465
protocol smtp
from dustinswan@gmail.com
user dustinswan@gmail.com
passwordeval "gpg --no-tty -q -d ~/.gmail-password.gpg"
from dustin@dustinswan.com
user dustinswan@fastmail.com
passwordeval "gpg --no-tty -q -d ~/.fastmail-password.gpg"
auth on
tls on
tls_trust_file "/usr/local/etc/openssl/cert.pem"
@@ -25,4 +25,4 @@ tls_trust_file "/usr/local/etc/openssl/cert.pem"
user dswan@insors.com
passwordeval "gpg --no-tty -q -d ~/.iocom-password.gpg"
account default : Gmail
account default : FastMail