summary refs log tree commit diff
path: root/msmtp
diff options
context:
space:
mode:
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/config20
1 files changed, 20 insertions, 0 deletions
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