mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
add env var LOGWATCH_SENDER
(#2362)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
4ae04f0d06
commit
da17e8bf0b
3 changed files with 21 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue