diff --git a/docker-mailserver/mailserver.env b/docker-mailserver/mailserver.env index a244b0e..090f937 100644 --- a/docker-mailserver/mailserver.env +++ b/docker-mailserver/mailserver.env @@ -139,13 +139,13 @@ POSTFIX_MESSAGE_SIZE_LIMIT= # 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= +PFLOGSUMM_TRIGGER=daily_cron # Recipient address for pflogsumm reports. # # not set => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS # => Specify the recipient address(es) -PFLOGSUMM_RECIPIENT= +PFLOGSUMM_RECIPIENT=andreas@zweili.ch # From address for pflogsumm reports. # @@ -158,13 +158,13 @@ PFLOGSUMM_SENDER= # none => No report is generated # daily => Send a daily report # weekly => Send a report every week -LOGWATCH_INTERVAL= +LOGWATCH_INTERVAL=daily # Recipient address for logwatch reports if they are enabled. # # not set => Use REPORT_RECIPIENT or POSTMASTER_ADDRESS # => Specify the recipient address(es) -LOGWATCH_RECIPIENT= +LOGWATCH_RECIPIENT=andreas@zweili.ch # Enables a report being sent (created by pflogsumm) on a regular basis. (deprecated) # **0** => Report emails are disabled