librenms
This commit is contained in:
parent
00ef3130e0
commit
94ab369d8a
4 changed files with 212 additions and 0 deletions
10
Compose/librenms/msmtpd.env
Normal file
10
Compose/librenms/msmtpd.env
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# https://github.com/crazy-max/docker-msmtpd
|
||||
SMTP_HOST=mail.netgrimoire.com
|
||||
SMTP_PORT=587
|
||||
SMTP_TLS=on
|
||||
SMTP_STARTTLS=on
|
||||
SMTP_TLS_CHECKCERT=on
|
||||
SMTP_AUTH=on
|
||||
SMTP_USER=traveler@netgrimoire.com
|
||||
SMTP_PASSWORD=F@lcon13
|
||||
SMTP_FROM=network@netgrimoire.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue