32 lines
681 B
Text
32 lines
681 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 security find-generic-password -s "mu4e-mattemenel-fastmail" -w
|
|
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 security find-generic-password -s "mu4e-studyoftime" -w
|
|
tls on
|
|
tls_starttls off
|
|
|
|
# ======================================================================
|
|
|
|
account default : fastmail
|