Finally getting notmuch + mbsync + msmtp + alot + afew working. Only with work mail so far
This commit is contained in:
16
msmtprc
16
msmtprc
@@ -1,21 +1,31 @@
|
||||
defaults
|
||||
protocol smtp
|
||||
logfile ~/.msmtp.log
|
||||
|
||||
account DustinswanGmail
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
protocol smtp
|
||||
auth on
|
||||
from dustinswan@gmail.com
|
||||
user dustinswan@gmail.com
|
||||
passwordeval gpg --no-tty -d ~/.gmail-password.gpg
|
||||
auth on
|
||||
#tls on
|
||||
#tls_trust_file ~/.mutt/gmail_cert
|
||||
|
||||
|
||||
|
||||
account DswanIOCOM
|
||||
host secure.emailsrvr.com
|
||||
port 587
|
||||
protocol smtp
|
||||
auth on
|
||||
port 587
|
||||
from dswan@iocom.com
|
||||
tls on
|
||||
tls_starttls on
|
||||
tls_trust_file /usr/local/etc/openssl/cert.pem
|
||||
user dswan@insors.com
|
||||
passwordeval gpg --no-tty -d ~/.iocom-password.gpg
|
||||
passwordeval gpg -d ~/.iocom-password.gpg
|
||||
|
||||
|
||||
account default : DustinswanGmail
|
||||
|
||||
Reference in New Issue
Block a user