summaryrefslogtreecommitdiff
path: root/debian/mailgraph.default
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mailgraph.default')
-rw-r--r--debian/mailgraph.default6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/mailgraph.default b/debian/mailgraph.default
index 12f380a..f302084 100644
--- a/debian/mailgraph.default
+++ b/debian/mailgraph.default
@@ -4,14 +4,14 @@
#
# Should Mailgraph start on boot (true|false) (default: true)
-BOOT_START=$BOOT_START
+BOOT_START=true
# Logfile used by mailgraph (default: /var/log/mail.log)
-MAIL_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=$IGNORE_LOCALHOST
+IGNORE_LOCALHOST=false
# Extra options to be passed to mailgraph daemon
# See mailgraph -h output (default: "")