2011-02-14 07:40:37 +00:00
|
|
|
## Path: Network/Mail/mailgraph
|
|
|
|
|
## Description: Basic configuration of the mail statistic grapher
|
|
|
|
|
## Type: string
|
|
|
|
|
## Default: "-d -v"
|
|
|
|
|
## Config: mailgraph
|
|
|
|
|
#
|
|
|
|
|
## -v, --verbose be verbose about what you do
|
|
|
|
|
## -c, --cat causes the logfile to be only read and not monitored
|
|
|
|
|
## -y, --year starting year of the log file (default: current year)
|
|
|
|
|
## --host=HOST use only entries for HOST (regexp) in syslog
|
|
|
|
|
## -d, --daemon start in the background
|
|
|
|
|
## --ignore-localhost ignore mail to/from localhost (used for virus scanner)
|
|
|
|
|
## --ignore-host=HOST ignore mail to/from HOST regexp (used for virus scanner)
|
|
|
|
|
## --only-mail-rrd update only the mail rrd
|
|
|
|
|
## --only-virus-rrd update only the virus rrd
|
|
|
|
|
## --rbl-is-spam count rbl rejects as spam
|
|
|
|
|
## --virbl-is-virus count virbl rejects as viruses
|
|
|
|
|
#
|
2019-12-30 23:17:15 +00:00
|
|
|
## !!! for systemd there needs to be a [SPACE] before first option !!!
|
2020-08-17 11:37:38 +00:00
|
|
|
MAILGRAPH_OPTS="-v --statfile /var/log/mailgraph/mailgraph.stats"
|
2011-02-14 07:40:37 +00:00
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
|
## Default: "/var/run/mailgraph.pid"
|
|
|
|
|
## Config: daemon-pid
|
2019-05-17 21:34:39 +00:00
|
|
|
MAILGRAPH_PID="/var/run/mailgraph.pid"
|
2011-02-14 07:40:37 +00:00
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
|
## Default: "/var/lib/mailgraph"
|
|
|
|
|
## Config: daemon-rrd
|
2019-05-17 21:34:39 +00:00
|
|
|
MAILGRAPH_RRD="/var/lib/mailgraph"
|
2011-02-14 07:40:37 +00:00
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
|
## Default: "/var/log/mailgraph/mailgraph.log"
|
|
|
|
|
## Config: daemon-log
|
2019-05-17 21:34:39 +00:00
|
|
|
MAILGRAPH_LOG="/var/log/mailgraph/mailgraph.log"
|
2011-02-14 07:40:37 +00:00
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
|
## Default: "/var/log/mail"
|
|
|
|
|
## Config: -l, --logfile f
|
2019-05-17 21:34:39 +00:00
|
|
|
MAILGRAPH_LOG_FILE="/var/log/mail"
|
2011-02-14 07:40:37 +00:00
|
|
|
|
2019-05-17 21:34:39 +00:00
|
|
|
## Type: string(syslog,rsyslog,metalog)
|
2011-02-14 07:40:37 +00:00
|
|
|
## Default: "syslog"
|
|
|
|
|
## Config: -l, --logtype t
|
2020-08-17 11:37:38 +00:00
|
|
|
MAILGRAPH_LOG_TYPE="rsyslog"
|
2011-02-14 07:40:37 +00:00
|
|
|
|