From c5740eb67fa4fbb23f2a3daf38832f3348f7de63 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sat, 4 Sep 2010 14:07:55 +0200 Subject: ship a default file in the package --- debian/mailgraph.default | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/mailgraph.default (limited to 'debian/mailgraph.default') diff --git a/debian/mailgraph.default b/debian/mailgraph.default new file mode 100644 index 0000000..12f380a --- /dev/null +++ b/debian/mailgraph.default @@ -0,0 +1,24 @@ +# 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=$BOOT_START + +# Logfile used by mailgraph (default: /var/log/mail.log) +MAIL_LOG=$MAIL_LOG + +# Ignore mails from localhost (true|false) (default: false) +# When true, this will pass --ignore-localhost to mailgraph daemon +IGNORE_LOCALHOST=$IGNORE_LOCALHOST + +# 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 + -- cgit v1.2.3