From b9a1cbafda2aaed36c8eca4f7b68aae583918561 Mon Sep 17 00:00:00 2001 From: noa Date: Sat, 7 Sep 2024 08:03:52 +0000 Subject: Add configurations to fossil repo --- msmtp/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 msmtp/config (limited to 'msmtp') diff --git a/msmtp/config b/msmtp/config new file mode 100644 index 0000000..6d95187 --- /dev/null +++ b/msmtp/config @@ -0,0 +1,20 @@ +defaults +auth on +tls on + +account fastmail +host smtp.fastmail.com +port 465 +tls_starttls off +from noa@gaiwan.org +user noa@gaiwan.org +passwordeval "pass msmtp-baby | head -n1" + +account noa.pub +host mail.noa.pub +port 465 +tls_starttls off +from noa@noa.pub +user noa@noa.pub + +account default: noa.pub -- cgit 1.4.1-2-gfad0