You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
567 B
Plaintext
29 lines
567 B
Plaintext
defaults
|
|
protocol smtp
|
|
logfile "~/.msmtp.log"
|
|
|
|
account FastMail
|
|
host mail.messagingengine.com
|
|
port 465
|
|
protocol smtp
|
|
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"
|
|
|
|
account IOCOM
|
|
host secure.emailsrvr.com
|
|
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 -q -d ~/.iocom-password.gpg"
|
|
|
|
account default : FastMail
|