summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-04-13 01:32:12 +0000
committernoa@gaiwan.org2024-04-13 01:32:12 +0000
commita6eb2c6be1cd5bbbbbda393f93e3ca476c3253c4 (patch)
tree9dee6818c2ce7dca3d510541d9c4a2f3cc687883
parent7cd319b7eafb0a60768222f062b324f720cccff9 (diff)
add msmtp configuration
-rw-r--r--msmtp/config13
1 files changed, 13 insertions, 0 deletions
diff --git a/msmtp/config b/msmtp/config
new file mode 100644
index 0000000..f6d9dca
--- /dev/null
+++ b/msmtp/config
@@ -0,0 +1,13 @@
+defaults
+auth on
+tls on
+
+account fastmail
+host smtp.fastmail.com
+port 465
+tls_starttls off
+from noa@gaiwan.org
+user noa@gaiwan.org
+password !!REDACTED!!
+
+account default: fastmail