mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
deploy: da17e8bf0b
This commit is contained in:
parent
8cf22a55f4
commit
ebcd9a7028
3 changed files with 64 additions and 44 deletions
|
@ -746,6 +746,13 @@
|
|||
LOGWATCH_RECIPIENT
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#logwatch_sender" class="md-nav__link">
|
||||
LOGWATCH_SENDER
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2617,6 +2624,13 @@
|
|||
LOGWATCH_RECIPIENT
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#logwatch_sender" class="md-nav__link">
|
||||
LOGWATCH_SENDER
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -3474,9 +3488,9 @@ If this is not set and reports are enabled with the old options, logrotate will
|
|||
<li>=> Specify the recipient address(es)</li>
|
||||
</ul>
|
||||
<h5 id="pflogsumm_sender"><a class="toclink" href="#pflogsumm_sender">PFLOGSUMM_SENDER</a></h5>
|
||||
<p>From address for pflogsumm reports.</p>
|
||||
<p>Sender address (<code>FROM</code>) for pflogsumm reports if pflogsumm reports are enabled.</p>
|
||||
<ul>
|
||||
<li><strong>not set</strong> => Use REPORT_SENDER or POSTMASTER_ADDRESS</li>
|
||||
<li><strong>not set</strong> => Use REPORT_SENDER</li>
|
||||
<li>=> Specify the sender address</li>
|
||||
</ul>
|
||||
<h5 id="logwatch_interval"><a class="toclink" href="#logwatch_interval">LOGWATCH_INTERVAL</a></h5>
|
||||
|
@ -3492,6 +3506,12 @@ If this is not set and reports are enabled with the old options, logrotate will
|
|||
<li><strong>not set</strong> => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS</li>
|
||||
<li>=> Specify the recipient address(es)</li>
|
||||
</ul>
|
||||
<h5 id="logwatch_sender"><a class="toclink" href="#logwatch_sender">LOGWATCH_SENDER</a></h5>
|
||||
<p>Sender address (<code>FROM</code>) for logwatch reports if logwatch reports are enabled.</p>
|
||||
<ul>
|
||||
<li><strong>not set</strong> => Use REPORT_SENDER</li>
|
||||
<li>=> Specify the sender address</li>
|
||||
</ul>
|
||||
<h5 id="report_recipient-deprecated"><a class="toclink" href="#report_recipient-deprecated">REPORT_RECIPIENT (deprecated)</a></h5>
|
||||
<p>Enables a report being sent (created by pflogsumm) on a regular basis.</p>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue