]> git.proxmox.com Git - pmg-docs.git/blame_incremental - pmg.spamquar-conf-opts.adoc
update static schema info
[pmg-docs.git] / pmg.spamquar-conf-opts.adoc
... / ...
CommitLineData
1`allowhrefs`: `<boolean>` ('default =' `1`)::
2
3Allow to view hyperlinks.
4
5`authmode`: `<ldap | ldapticket | ticket>` ('default =' `ticket`)::
6
7Authentication mode to access the quarantine interface. Mode 'ticket' allows login using tickets sent with the daily spam report. Mode 'ldap' requires to login using an LDAP account. Finally, mode 'ldapticket' allows both ways.
8
9`hostname`: `<string>` ::
10
11Quarantine Host. Useful if you run a Cluster and want users to connect to a specific host.
12
13`lifetime`: `<integer> (1 - N)` ('default =' `7`)::
14
15Quarantine life time (days)
16
17`mailfrom`: `<string>` ::
18
19Text for 'From' header in daily spam report mails.
20
21`port`: `<integer> (1 - 65535)` ('default =' `8006`)::
22
23Quarantine Port. Useful if you have a reverse proxy or port forwarding for the webinterface. Only used for the generated Spam report.
24
25`protocol`: `<http | https>` ('default =' `https`)::
26
27Quarantine Webinterface Protocol. Useful if you have a reverse proxy for the webinterface. Only used for the generated Spam report.
28
29`quarantinelink`: `<boolean>` ('default =' `0`)::
30
31Enables user self-service for Quarantine Links. Caution: this is accessible without authentication
32
33`reportstyle`: `<custom | none | short | verbose>` ('default =' `verbose`)::
34
35Spam report style.
36
37`viewimages`: `<boolean>` ('default =' `1`)::
38
39Allow to view images.
40