1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

add env var LOGWATCH_SENDER (#2362)

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Christian Raue
2022-01-10 12:29:11 +01:00
committed by GitHub
parent 4ae04f0d06
commit da17e8bf0b
3 changed files with 21 additions and 4 deletions

View File

@ -188,9 +188,9 @@ PFLOGSUMM_TRIGGER=
# => Specify the recipient address(es)
PFLOGSUMM_RECIPIENT=
# From address for pflogsumm reports.
# Sender address (`FROM`) for pflogsumm reports if pflogsumm reports are enabled.
#
# not set => Use REPORT_SENDER or POSTMASTER_ADDRESS
# not set => Use REPORT_SENDER
# => Specify the sender address
PFLOGSUMM_SENDER=
@ -207,6 +207,12 @@ LOGWATCH_INTERVAL=
# => Specify the recipient address(es)
LOGWATCH_RECIPIENT=
# Sender address (`FROM`) for logwatch reports if logwatch reports are enabled.
#
# not set => Use REPORT_SENDER
# => Specify the sender address
LOGWATCH_SENDER=
# Enables a report being sent (created by pflogsumm) on a regular basis. (deprecated)
# **0** => Report emails are disabled
# 1 => Using POSTMASTER_ADDRESS as the recipient