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