summaryrefslogtreecommitdiff
path: root/debian/mailgraph.templates
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.templates
parentbb1b2564911596663c79903361e38935bc101114 (diff)
Rename dh files to mailgraph.*
Diffstat (limited to 'debian/mailgraph.templates')
-rw-r--r--debian/mailgraph.templates23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/mailgraph.templates b/debian/mailgraph.templates
new file mode 100644
index 0000000..8d3c68e
--- /dev/null
+++ b/debian/mailgraph.templates
@@ -0,0 +1,23 @@
+Template: mailgraph/start_on_boot
+Type: boolean
+Default: true
+_Description: Should Mailgraph start on boot?
+ Mailgraph can start on boot time as a daemon. Then it will monitor
+ your Postfix logfile for changes. This is recommended.
+ .
+ The other method is to call mailgraph by hand with the -c parameter.
+
+Template: mailgraph/mail_log
+Type: string
+Default: /var/log/mail.log
+_Description: Logfile used by mailgraph:
+ Enter the logfile which should be used to create the databases for
+ mailgraph. If unsure, leave default (/var/log/mail.log).
+
+Template: mailgraph/ignore_localhost
+Type: boolean
+Default: false
+_Description: Ignore mail to/from localhost?
+ When using a content filter like amavis, incoming mail is counted more
+ than once, which will result in wrong values.
+ If you use some content filter, you should choose this option.