mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-05 15:33:54 +00:00
add missing files (generated configuration options)
This commit is contained in:
parent
ed0c5b1bb0
commit
a4747d93da
32
pmg.clamav-conf-opts.adoc
Normal file
32
pmg.clamav-conf-opts.adoc
Normal file
@ -0,0 +1,32 @@
|
||||
`archiveblockencrypted`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Wether to block encrypted archives. Mark encrypted archives as viruses.
|
||||
|
||||
`archivemaxfiles`: `<integer> (0 - N)` ('default =' `1000`)::
|
||||
|
||||
Number of files to be scanned within an archive, a document, or any other kind of container. Warning: disabling this limit or setting it too high may result in severe damage to the system.
|
||||
|
||||
`archivemaxrec`: `<integer> (1 - N)` ('default =' `5`)::
|
||||
|
||||
Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR file, all files within it will also be scanned. This options specifies how deeply the process should be continued. Warning: setting this limit too high may result in severe damage to the system.
|
||||
|
||||
`archivemaxsize`: `<integer> (1000000 - N)` ('default =' `25000000`)::
|
||||
|
||||
Files larger than this limit won't be scanned.
|
||||
|
||||
`dbmirror`: `<string>` ('default =' `database.clamav.net`)::
|
||||
|
||||
ClamAV database mirror server.
|
||||
|
||||
`maxcccount`: `<integer> (0 - N)` ('default =' `0`)::
|
||||
|
||||
This option sets the lowest number of Credit Card or Social Security numbers found in a file to generate a detect.
|
||||
|
||||
`maxscansize`: `<integer> (1000000 - N)` ('default =' `100000000`)::
|
||||
|
||||
Sets the maximum amount of data to be scanned for each input file.
|
||||
|
||||
`safebrowsing`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Enables support for Google Safe Browsing.
|
||||
|
56
pmg.mail-options-conf-opts.adoc
Normal file
56
pmg.mail-options-conf-opts.adoc
Normal file
@ -0,0 +1,56 @@
|
||||
`banner`: `<string>` ('default =' `ESMTP Proxmox`)::
|
||||
|
||||
ESMTP banner.
|
||||
|
||||
`conn_count_limit`: `<integer> (0 - N)` ('default =' `50`)::
|
||||
|
||||
How many simultaneous connections any client is allowed to make to this service. To disable this feature, specify a limit of 0.
|
||||
|
||||
`conn_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
|
||||
|
||||
The maximal number of connection attempts any client is allowed to make to this service per minute. To disable this feature, specify a limit of 0.
|
||||
|
||||
`dnsbl_sites`: `<string>` ::
|
||||
|
||||
Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
|
||||
|
||||
`dwarning`: `<integer> (0 - N)` ('default =' `4`)::
|
||||
|
||||
SMTP delay warning time (in hours).
|
||||
|
||||
`greylist`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Use Greylisting.
|
||||
|
||||
`helotests`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Use SMTP HELO tests.
|
||||
|
||||
`hide_received`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Hide received header in outgoing mails.
|
||||
|
||||
`maxsize`: `<integer> (1024 - N)` ('default =' `10485760`)::
|
||||
|
||||
Maximum email size. Larger mails are rejected.
|
||||
|
||||
`message_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
|
||||
|
||||
The maximal number of message delivery requests that any client is allowed to make to this service per minute.To disable this feature, specify a limit of 0.
|
||||
|
||||
`rejectunknown`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Reject unknown clients.
|
||||
|
||||
`rejectunknownsender`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Reject unknown senders.
|
||||
|
||||
`spf`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Use Sender Policy Framework.
|
||||
|
||||
`verifyreceivers`: `<450 | 550>` ::
|
||||
|
||||
Enable receiver verification. The value spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address.
|
||||
|
8
pmg.mail-ports-conf-opts.adoc
Normal file
8
pmg.mail-ports-conf-opts.adoc
Normal file
@ -0,0 +1,8 @@
|
||||
`ext_port`: `<integer> (1 - 65535)` ('default =' `26`)::
|
||||
|
||||
SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'.
|
||||
|
||||
`int_port`: `<integer> (1 - 65535)` ('default =' `25`)::
|
||||
|
||||
SMTP port number for outgoing mail (trusted).
|
||||
|
16
pmg.mail-relaying-conf-opts.adoc
Normal file
16
pmg.mail-relaying-conf-opts.adoc
Normal file
@ -0,0 +1,16 @@
|
||||
`relay`: `<string>` ::
|
||||
|
||||
The default mail delivery transport (incoming mails).
|
||||
|
||||
`relaynomx`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Disable MX lookups for default relay.
|
||||
|
||||
`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
|
||||
|
||||
SMTP port number for relay host.
|
||||
|
||||
`smarthost`: `<string>` ::
|
||||
|
||||
When set, all outgoing mails are deliverd to the specified smarthost.
|
||||
|
12
pmg.mail-tls-conf-opts.adoc
Normal file
12
pmg.mail-tls-conf-opts.adoc
Normal file
@ -0,0 +1,12 @@
|
||||
`tls`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Enable TLS.
|
||||
|
||||
`tlsheader`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Add TLS received header.
|
||||
|
||||
`tlslog`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Enable TLS Logging.
|
||||
|
36
pmg.spam-conf-opts.adoc
Normal file
36
pmg.spam-conf-opts.adoc
Normal file
@ -0,0 +1,36 @@
|
||||
`bounce_score`: `<integer> (0 - 1000)` ('default =' `0`)::
|
||||
|
||||
Additional score for bounce mails.
|
||||
|
||||
`clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
|
||||
|
||||
Score for ClamaAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...).
|
||||
|
||||
`languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::
|
||||
|
||||
This option is used to specify which languages are considered OK for incoming mail.
|
||||
|
||||
`maxspamsize`: `<integer> (64 - N)` ('default =' `262144`)::
|
||||
|
||||
Maximum size of spam messages in bytes.
|
||||
|
||||
`rbl_checks`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Enable real time blacklists (RBL) checks.
|
||||
|
||||
`use_awl`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Use the Auto-Whitelist plugin.
|
||||
|
||||
`use_bayes`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Whether to use the naive-Bayesian-style classifier.
|
||||
|
||||
`use_razor`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Whether to use Razor2, if it is available.
|
||||
|
||||
`wl_bounce_relays`: `<string>` ::
|
||||
|
||||
Whitelist legitimate bounce relays.
|
||||
|
28
pmg.spamquar-conf-opts.adoc
Normal file
28
pmg.spamquar-conf-opts.adoc
Normal file
@ -0,0 +1,28 @@
|
||||
`allowhrefs`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Allow to view hyperlinks.
|
||||
|
||||
`authmode`: `<ldap | ldapticket | ticket>` ('default =' `ticket`)::
|
||||
|
||||
Authentication 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.
|
||||
|
||||
`hostname`: `<string>` ::
|
||||
|
||||
Quarantine Host. Usefule if you run a Cluster and want users to connect to a specific host.
|
||||
|
||||
`lifetime`: `<integer> (1 - N)` ('default =' `7`)::
|
||||
|
||||
Quarantine life time (days)
|
||||
|
||||
`mailfrom`: `<string>` ::
|
||||
|
||||
Text for 'From' header in daily spam report mails.
|
||||
|
||||
`reportstyle`: `<custom | none | short | verbose>` ('default =' `verbose`)::
|
||||
|
||||
Spam report style.
|
||||
|
||||
`viewimages`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Allow to view images.
|
||||
|
12
pmg.virusquar-conf-opts.adoc
Normal file
12
pmg.virusquar-conf-opts.adoc
Normal file
@ -0,0 +1,12 @@
|
||||
`allowhrefs`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Allow to view hyperlinks.
|
||||
|
||||
`lifetime`: `<integer> (1 - N)` ('default =' `7`)::
|
||||
|
||||
Quarantine life time (days)
|
||||
|
||||
`viewimages`: `<boolean>` ('default =' `1`)::
|
||||
|
||||
Allow to view images.
|
||||
|
Loading…
Reference in New Issue
Block a user