nixos-config/dotfiles/dot_msmtprc

32 lines
609 B
Text

# Set default values for all the accounts.
defaults
logfile ~/.maildir/msmtp.log
tls_trust_file ~/.maildir/certificates/root-certificates.pem
account fastmail
auth on
host smtp.fastmail.com
port 465
protocol smtp
from matt@emenel.ca
user matt@emenel.ca
passwordeval rbw get mu4e-fastmail
tls on
tls_starttls off
# ====
account isst
auth on
host smtp.dreamhost.com
port 465
protocol smtp
from admin@studyoftime.org
user admin@studyoftime.org
passwordeval rbw get admin@studyoftime
tls on
tls_starttls off
# ======================================================================
account default : fastmail