configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 15:57:30 -04:00
parent 29e99958e3
commit 131d6e0523
9 changed files with 131 additions and 4 deletions

32
dotfiles/dot_msmtprc Normal file
View file

@ -0,0 +1,32 @@
# 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