File: default.conf

package info (click to toggle)
mailgraph 1.14-24
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: perl: 2,423; sh: 134; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is sourced by /etc/init.d/mailgraph
#
# This is a POSIX shell fragment
#

# Should Mailgraph start on boot (true|false) (default: true)
BOOT_START="true"

# Logfile used by mailgraph (default: /var/log/mail.log)
MAIL_LOG="/var/log/mail.log"

# Ignore mails from localhost (true|false) (default: false)
# When true, this will pass --ignore-localhost to mailgraph daemon
IGNORE_LOCALHOST="false"

# Extra options to be passed to mailgraph daemon
# See mailgraph -h output (default: "")
EXTRA_OPTIONS=""

# User and group http daemon runs as (default: www-data for both options)
# Restart mailgraph daemon so that these values are taken into account
HTTP_USER="www-data"
HTTP_GROUP="www-data"