From cc0712f26b594e7f9815de236da5c94f36daf8c0 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Wed, 6 Jan 2010 20:45:11 +0100 Subject: Complete rewrite of the postinst script --- debian/default | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/default (limited to 'debian/default') diff --git a/debian/default b/debian/default new file mode 100644 index 0000000..eb76247 --- /dev/null +++ b/debian/default @@ -0,0 +1,18 @@ +# 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 (no default) +EXTRA_OPTIONS= -- cgit v1.2.3