From 08c7b7620f6e8d24677ae7f92431cbda3f53a806 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sat, 19 Oct 2024 16:36:08 +0200 Subject: [PATCH] Create msmtprc --- msmtprc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 msmtprc diff --git a/msmtprc b/msmtprc new file mode 100644 index 0000000..8e9e19b --- /dev/null +++ b/msmtprc @@ -0,0 +1,19 @@ +defaults +tls on +tls_starttls off +tls_certcheck off +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile /var/log/msmtp.log + +# University SMTP server +account uni-bremen +host mailhost.neurotec.uni-bremen.de +port 465 +from psintern@neuro.uni-bremen.de +user psintern +password REDACTED +set_from_header on +auth on + +# Set a default account +account default : uni-bremen