summaryrefslogtreecommitdiff
path: root/debian/mailgraph.templates
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-10-23 14:11:22 +0200
committerJulien Valroff <julien@kirya.net>2011-03-13 18:30:14 +0100
commit6ae50dc1afce089ecf5595fdd13a088afe2886ca (patch)
tree3d3feb4f9c122b6542cb0ce8cc5750a19582a9e0 /debian/mailgraph.templates
parent44962f21cbc5c9de2482c61b7b1cce1b81812eaa (diff)
Imported Debian patch 1.14-1.4squeeze1debian/1.14-1.4squeeze1
Diffstat (limited to 'debian/mailgraph.templates')
-rw-r--r--debian/mailgraph.templates23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/mailgraph.templates b/debian/mailgraph.templates
deleted file mode 100644
index 8d3c68e..0000000
--- a/debian/mailgraph.templates
+++ /dev/null
@@ -1,23 +0,0 @@
-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.