2024-09-27 15:57:30 -04:00
|
|
|
# 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
|
2024-09-29 13:45:20 -04:00
|
|
|
passwordeval rbw get mu4e-fastmail
|
2024-09-27 15:57:30 -04:00
|
|
|
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
|
2024-09-29 13:45:20 -04:00
|
|
|
passwordeval rbw get admin@studyoftime
|
2024-09-27 15:57:30 -04:00
|
|
|
tls on
|
|
|
|
tls_starttls off
|
|
|
|
|
|
|
|
# ======================================================================
|
|
|
|
|
|
|
|
account default : fastmail
|