summaryrefslogtreecommitdiff
path: root/debian/mailgraph.default
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-08-13 09:08:32 +0200
committerJulien Valroff <julien@kirya.net>2010-08-13 09:08:32 +0200
commita117da4a3f6f08932d41891f9f4d5d89a489b34e (patch)
tree8c201d5508adce7c79e24d590b35420fe1f57afc /debian/mailgraph.default
parentbb1b2564911596663c79903361e38935bc101114 (diff)
Rename dh files to mailgraph.*
Diffstat (limited to 'debian/mailgraph.default')
-rw-r--r--debian/mailgraph.default23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/mailgraph.default b/debian/mailgraph.default
new file mode 100644
index 0000000..fa77519
--- /dev/null
+++ b/debian/mailgraph.default
@@ -0,0 +1,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=true
+
+# 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