diff options
author | Camil Staps | 2017-01-24 19:23:35 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-24 19:23:35 +0100 |
commit | b9bc6cbb9ca4992056fa91da8cb59d3194378c54 (patch) | |
tree | bf15c9760fccb103fd46ee6a9be9d954f3c2a3d5 /email/.msmtprc | |
parent | Stowify repo (diff) |
Email
Diffstat (limited to 'email/.msmtprc')
-rw-r--r-- | email/.msmtprc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/email/.msmtprc b/email/.msmtprc new file mode 100644 index 0000000..747bc00 --- /dev/null +++ b/email/.msmtprc @@ -0,0 +1,25 @@ +defaults +host mail.camilstaps.nl +port 587 +protocol smtp +auth plain +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt + +account personal +from info@camilstaps.nl +user info@camilstaps.nl +passwordeval pass 'Personal/Email info@camilstaps.nl' + +account vivisoft +from info@vivisoft.nl +user info@vivisoft.nl +passwordeval pass 'ViviSoft/Email info@vivisoft.nl' + +account radboud +host mail.ru.nl +from c.staps@student.ru.nl +user c.staps@student.ru.nl +passwordeval pass 'Personal/Radboud' + +account default : personal |