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.

30 lines
602 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 ~/.dustinswan@fastmail.com-password.gpg"
auth on
tls on
tls_starttls off
# 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@iocom.com
passwordeval "gpg --no-tty -q -d ~/.iocom-password.gpg"
account default : FastMail