summaryrefslogtreecommitdiff
path: root/debian/default.conf
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-10-23 14:11:22 +0200
committerJulien Valroff <julien@kirya.net>2011-03-13 18:30:14 +0100
commit6ae50dc1afce089ecf5595fdd13a088afe2886ca (patch)
tree3d3feb4f9c122b6542cb0ce8cc5750a19582a9e0 /debian/default.conf
parent44962f21cbc5c9de2482c61b7b1cce1b81812eaa (diff)
Imported Debian patch 1.14-1.4squeeze1debian/1.14-1.4squeeze1
Diffstat (limited to 'debian/default.conf')
-rw-r--r--debian/default.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/default.conf b/debian/default.conf
deleted file mode 100644
index 72d4649..0000000
--- a/debian/default.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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"