]> git.proxmox.com Git - pmg-docs.git/blame - pmg.spamquar-conf-opts.adoc
api-viewer: properly HTML encode properties
[pmg-docs.git] / pmg.spamquar-conf-opts.adoc
CommitLineData
a4747d93
DM
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
b81b1f95 11Quarantine Host. Useful if you run a Cluster and want users to connect to a specific host.
a4747d93
DM
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
b81b1f95
DM
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
a4747d93
DM
29`reportstyle`: `<custom | none | short | verbose>` ('default =' `verbose`)::
30
31Spam report style.
32
33`viewimages`: `<boolean>` ('default =' `1`)::
34
35Allow to view images.
36