Files
netstack-backuptools-bash/.msmtprc
2024-07-15 12:30:27 +02:00

17 lines
399 B
Plaintext

# 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