19 lines
642 B
Plaintext
19 lines
642 B
Plaintext
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Location of logfile that all (!) mail software (MTA, spamfilter etc.) logs to.
|
|
# mailgraph defaults to /var/log/syslog if unspecified
|
|
MG_LOGFILE="/var/log/messages"
|
|
|
|
# Required daemon settings
|
|
MG_DAEMON_UID="mgraph"
|
|
MG_DAEMON_GID="adm"
|
|
MG_DAEMON_UMASK="0022"
|
|
MG_DAEMON_LOG="/var/log/mailgraph/mailgraph.log"
|
|
MG_DAEMON_PID="/run/mailgraph/mailgraph.pid"
|
|
MG_DAEMON_RRD="/var/lib/mailgraph"
|
|
|
|
# Specify any extra options here.
|
|
# If MG_LOGFILE is in metalog format, add "-t metalog" to MG_DAEMON_OPTS
|
|
MG_DAEMON_OPTS="--ignore-localhost"
|