add ssmtp for mail redirecting
This commit is contained in:
parent
89e243f9b7
commit
c982b90c7b
5 changed files with 14 additions and 1 deletions
0
rootfs/etc/confd/templates/revaliases.tmpl
Normal file
0
rootfs/etc/confd/templates/revaliases.tmpl
Normal file
7
rootfs/etc/confd/templates/ssmtp.conf.tmpl
Normal file
7
rootfs/etc/confd/templates/ssmtp.conf.tmpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
root=
|
||||
mailhub={{getenv "SSMTP_MAIL_RELAY"}}
|
||||
UseSTARTTLS={{getenv "SSMTP_USE_STARTTLS"}}
|
||||
AuthUser={{getenv "SSMTP_USER"}}
|
||||
AuthPass={{getenv "SSMTP_PASSWORD"}}
|
||||
AuthMethod={{getenv "SSMTP_AUTH_METHOD"}}
|
||||
FromLineOverride=yes
|
Loading…
Add table
Add a link
Reference in a new issue