]> git.proxmox.com Git - pmg-docs.git/blame - pmg.admin-conf-opts.adoc
update static schema info
[pmg-docs.git] / pmg.admin-conf-opts.adoc
CommitLineData
f6fe5021 1`advfilter`: `<boolean>` ('default =' `0`)::
685576c2 2
40ce6cfd
SI
3Enable advanced filters for statistic.
4+
5If this is enabled, the receiver statistic are limited to active ones
6(receivers which also sent out mail in the 90 days before), and the contact
7statistic will not contain these active receivers.
685576c2 8
f225b3b4
DM
9`avast`: `<boolean>` ('default =' `0`)::
10
241ac83c 11Use Avast Virus Scanner (/usr/bin/scan). You need to buy and install 'Avast Core Security' before you can enable this feature.
f225b3b4
DM
12
13`clamav`: `<boolean>` ('default =' `1`)::
14
15Use ClamAV Virus Scanner. This is the default virus scanner and is enabled by default.
16
241ac83c
TL
17`custom_check`: `<boolean>` ('default =' `0`)::
18
19Use Custom Check Script. The script has to take the defined arguments and can return Virus findings or a Spamscore.
20
21`custom_check_path`: `^/([^/\0]+\/)+[^/\0]+$` ('default =' `/usr/local/bin/pmg-custom-check`)::
22
23Absolute Path to the Custom Check Script
24
685576c2
DM
25`dailyreport`: `<boolean>` ('default =' `1`)::
26
27Send daily reports.
28
29`demo`: `<boolean>` ('default =' `0`)::
30
31Demo mode - do not start SMTP filter.
32
29f6d740
TL
33`dkim-use-domain`: `<envelope | header>` ('default =' `envelope`)::
34
35Whether to sign using the address from the header or the envelope.
36
d210277a
TL
37`dkim_selector`: `<string>` ::
38
39Default DKIM selector
40
41`dkim_sign`: `<boolean>` ('default =' `0`)::
42
43DKIM sign outbound mails with the configured Selector.
44
45`dkim_sign_all_mail`: `<boolean>` ('default =' `0`)::
46
47DKIM sign all outgoing mails irrespective of the Envelope From domain.
48
685576c2
DM
49`email`: `<string>` ('default =' `admin@domain.tld`)::
50
51Administrator E-Mail address.
52
53`http_proxy`: `http://.*` ::
54
55Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
56
57`statlifetime`: `<integer> (1 - N)` ('default =' `7`)::
58
59User Statistics Lifetime (days)
60