summaryrefslogtreecommitdiff
path: root/.config/msmtp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-11 15:59:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-11 15:59:53 +0200
commitad7417dc60d556fa920ee46a40b1ff64822e9f0b (patch)
treedc727e9abeba5c0053c058072ba45e2ba82f6b99 /.config/msmtp
parentf4d4004b670809d1d01eb6436d767195099589ee (diff)
msmtp: Add msmtp configuration
Diffstat (limited to '.config/msmtp')
-rw-r--r--.config/msmtp/config28
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config
new file mode 100644
index 0000000..acc9ad4
--- /dev/null
+++ b/.config/msmtp/config
@@ -0,0 +1,28 @@
+defaults
+auth on
+tls on
+tls_starttls off
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+
+account default
+host smtp.migadu.com
+port 465
+from mail@thomasvoss.com
+user mail@thomasvoss.com
+passwordeval enchive extract < ~/.local/share/vault/mail/mail@thomasvoss.com
+
+account legacy
+host smtp.office365.com
+port 587
+from thomasvoss@live.com
+user thomasvoss@live.com
+passwordeval enchive extract < ~/.local/share/vault/mail/thomasvoss@live.com
+tls_starttls on
+
+account humanwave
+host smtp.gmail.com
+port 587
+from thomas.voss@humanwave.nl
+user thomas.voss@humanwave.nl
+passwordeval enchive extract < ~/.local/share/vault/mail/thomas.voss@humanwave.nl
+tls_starttls on