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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 4 deletions

View file

@ -266,9 +266,9 @@ Recipient address for pflogsumm reports.
##### PFLOGSUMM_SENDER
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
##### LOGWATCH_INTERVAL
@ -286,6 +286,13 @@ Recipient address for logwatch reports if they are enabled.
- **not set** => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS
- => Specify the recipient address(es)
##### LOGWATCH_SENDER
Sender address (`FROM`) for logwatch reports if logwatch reports are enabled.
- **not set** => Use REPORT_SENDER
- => Specify the sender address
##### REPORT_RECIPIENT (deprecated)
Enables a report being sent (created by pflogsumm) on a regular basis.