You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
add env var LOGWATCH_SENDER
(#2362)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user