diff options
Diffstat (limited to '.config/msmtp')
-rw-r--r-- | .config/msmtp/config | 28 |
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 |