File: mailgraph.templates

package info (click to toggle)
mailgraph 1.14-24
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: perl: 2,423; sh: 134; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.