mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Missing options from README.md added.
This commit is contained in:
parent
7f3fe45a83
commit
6b21e637a5
|
@ -107,19 +107,51 @@ POSTFIX_MAILBOX_SIZE_LIMIT=
|
||||||
# empty => 10240000 (~10 MB)
|
# empty => 10240000 (~10 MB)
|
||||||
POSTFIX_MESSAGE_SIZE_LIMIT=
|
POSTFIX_MESSAGE_SIZE_LIMIT=
|
||||||
|
|
||||||
# Enables a report being sent (created by pflogsumm) on a regular basis.
|
# Enables regular pflogsumm mail reports.
|
||||||
|
# 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.
|
||||||
|
#
|
||||||
|
# not set => No report
|
||||||
|
# daily_cron => Daily report for the previous day
|
||||||
|
# logrotate => Full report based on the mail log when it is rotated
|
||||||
|
PFLOGSUMM_TRIGGER=
|
||||||
|
|
||||||
|
# Recipient address for pflogsumm reports.
|
||||||
|
#
|
||||||
|
# not set => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS
|
||||||
|
# => Specify the recipient address(es)
|
||||||
|
PFLOGSUMM_RECIPIENT=
|
||||||
|
|
||||||
|
# From address for pflogsumm reports.
|
||||||
|
#
|
||||||
|
# not set => Use REPORT_SENDER or POSTMASTER_ADDRESS
|
||||||
|
# => Specify the sender address
|
||||||
|
PFLOGSUMM_SENDER=
|
||||||
|
|
||||||
|
# Interval for logwatch report.
|
||||||
|
#
|
||||||
|
# none => No report is generated
|
||||||
|
# daily => Send a daily report
|
||||||
|
# weekly => Send a report every week
|
||||||
|
LOGWATCH_INTERVAL=
|
||||||
|
|
||||||
|
# Recipient address for logwatch reports if they are enabled.
|
||||||
|
#
|
||||||
|
# not set => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS
|
||||||
|
# => Specify the recipient address(es)
|
||||||
|
LOGWATCH_RECIPIENT=
|
||||||
|
|
||||||
|
# Enables a report being sent (created by pflogsumm) on a regular basis. (deprecated)
|
||||||
# **0** => Report emails are disabled
|
# **0** => Report emails are disabled
|
||||||
# 1 => Using POSTMASTER_ADDRESS as the recipient
|
# 1 => Using POSTMASTER_ADDRESS as the recipient
|
||||||
# => Specify the recipient address
|
# => Specify the recipient address
|
||||||
REPORT_RECIPIENT=0
|
REPORT_RECIPIENT=0
|
||||||
|
|
||||||
|
# Change the sending address for mail report (deprecated)
|
||||||
# Change the sending address for mail report
|
|
||||||
# **empty** => mailserver-report@hostname
|
# **empty** => mailserver-report@hostname
|
||||||
# => Specify the report sender (From) address
|
# => Specify the report sender (From) address
|
||||||
REPORT_SENDER=
|
REPORT_SENDER=
|
||||||
|
|
||||||
# Changes the interval in which a report is being sent.
|
# Changes the interval in which a report is being sent. (deprecated)
|
||||||
# **daily** => Send a daily report
|
# **daily** => Send a daily report
|
||||||
# weekly => Send a report every week
|
# weekly => Send a report every week
|
||||||
# monthly => Send a report every month
|
# monthly => Send a report every month
|
||||||
|
|
Loading…
Reference in a new issue