summaryrefslogtreecommitdiff
path: root/debian/templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/templates')
-rw-r--r--debian/templates22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/templates b/debian/templates
new file mode 100644
index 0000000..788f57e
--- /dev/null
+++ b/debian/templates
@@ -0,0 +1,22 @@
+Template: mailgraph/start_on_boot
+Type: boolean
+_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: true
+_Description: Count incoming mail as outgoing mail?
+ If you count incoming mail as outgoing mail (default), mail is counted more
+ than once if you use content filters like amavis, so you'll get wrong values.
+ If you're using some content filter, disable this.