Updated readme after code review

This commit is contained in:
Erik Wramner 2019-09-16 08:05:18 +02:00
parent 008b8e6bce
commit 2584124ccd
1 changed files with 6 additions and 6 deletions

View File

@ -357,23 +357,23 @@ Set the message size limit for all users. If set to zero, the size will be unlim
##### PFLOGSUMM_TRIGGER ##### PFLOGSUMM_TRIGGER
Enables a report being sent (created by pflogsumm) on a regular basis. Enables regular pflogsumm mail reports.
- **none** => No report - **not set** => No report
- daily_cron => Daily report for Yesterday will be sent - daily_cron => Daily report for the previous day
- logrotate => Full report for period will be sent when logs are rotated - logrotate => Full report based on the mail log when it is rotated
This is a new option. The old REPORT options are still supported for backwards compatibility. This is a new option. The old REPORT options are still supported for backwards compatibility.
If this is not set and reports are enabled with the old options, logrotate will be used. If this is not set and reports are enabled with the old options, logrotate will be used.
##### PFLOGSUMM_RECIPIENT ##### PFLOGSUMM_RECIPIENT
Recipient address for pflogsumm reports if they are enabled. Recipient address for pflogsumm reports.
- **not set** => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS - **not set** => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS
- => Specify the recipient address(es) - => Specify the recipient address(es)
##### PFLOGSUMM_SENDER ##### PFLOGSUMM_SENDER
From address for pflogsumm reports if they are enabled. From address for pflogsumm reports.
- **not set** => Use REPORT_SENDER or POSTMASTER_ADDRESS - **not set** => Use REPORT_SENDER or POSTMASTER_ADDRESS
- => Specify the sender address - => Specify the sender address