Cleaning up more old mail stuff, and other misc
This commit is contained in:
13
msmtprc
13
msmtprc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user