Create msmtprc
This commit is contained in:
parent
0dd11b536d
commit
08c7b7620f
1 changed files with 19 additions and 0 deletions
19
msmtprc
Normal file
19
msmtprc
Normal file
|
@ -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
|
Loading…
Reference in a new issue