Breaking mail stuff
This commit is contained in:
20
msmtprc
20
msmtprc
@@ -5,17 +5,17 @@ protocol smtp
|
||||
auth on
|
||||
from dustinswan@gmail.com
|
||||
user dustinswan@gmail.com
|
||||
passwordeval gpg --no-tty -d ~/.gmail_password.gpg
|
||||
passwordeval gpg -d ~/.gmail-password.gpg
|
||||
tls on
|
||||
tls_trust_file ~/.mutt/gmail_cert
|
||||
#tls_trust_file ~/.mutt/gmail_cert
|
||||
|
||||
account DswanIOCOM
|
||||
host secure.emailsrvr.com
|
||||
port 587
|
||||
protocol smtp
|
||||
auth on
|
||||
from dswan@iocom.com
|
||||
user dswan@insors.com
|
||||
passwordeval gpg --no-tty -d ~/.iocom_password.gpg
|
||||
#account DswanIOCOM
|
||||
#host secure.emailsrvr.com
|
||||
#port 587
|
||||
#protocol smtp
|
||||
#auth on
|
||||
#from dswan@iocom.com
|
||||
#user dswan@insors.com
|
||||
#passwordeval gpg --no-tty -d ~/.iocom_password.gpg
|
||||
|
||||
account default : DustinswanGmail
|
||||
|
||||
Reference in New Issue
Block a user