-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpoststats.cfg.example
38 lines (33 loc) · 1.11 KB
/
poststats.cfg.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# __ _______ _ __
# \ \ / / __ \| |/ /
# \ \ /\ / /| | | | ' /
# \ \/ \/ / | | | | <
# \ /\ / | |__| | . \
# \/ \/ |_____/|_|\_\
#
# Copyright (c) 2019 Webdesign Kronberg.
# ----------------------------------------------------------------------------
# This file contains the Poststats configuration.
# ----------------------------------------------------------------------------
# The logfiles to be analyzed
LOGFILES=(
"/var/log/mail.log"
"/var/log/mail.log.1"
"/var/log/rspamd/rspamd.log"
"/var/log/rspamd/rspamd.log.1"
"/var/log/clamav/clamav-milter.log"
"/var/log/clamav/clamav-milter.log.1"
)
# ----------------------------------------------------------------------------
# E-Mail Settings
#
# Possible Formats for Sender and Reciever:
# Address only: "[email protected]"
# Name and Address: "John Doe <[email protected]>"
# ----------------------------------------------------------------------------
# Subject
MAILSUBJECT="POSTFIX Mailserver Daily Statistics Report"
# Reciever
MAILTO="John Doe <[email protected]>"
# Sender
MAILFROM="POSTSTATS <[email protected]>"