test msmtp

This commit is contained in:
2024-07-15 12:30:27 +02:00
parent a2efadf647
commit da761a9773
3 changed files with 42 additions and 2 deletions

17
.msmtprc Normal file
View File

@@ -0,0 +1,17 @@
# Default settings for msmtp
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log
# Account settings
account monitor-netstack
host maildb01.netstack.de
port 587
from xxx@netstack.de
user xxx@netstack.de
password xxx
# Set a default account
account default : monitor-netstack