Finally getting notmuch + mbsync + msmtp + alot + afew working. Only with work mail so far
This commit is contained in:
parent
9bd2f3a257
commit
6cda265a83
11 changed files with 73 additions and 10 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue