]> git.proxmox.com Git - pmg-docs.git/commitdiff
add missing files (generated configuration options)
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 8 Jan 2018 11:47:20 +0000 (12:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 8 Jan 2018 11:47:20 +0000 (12:47 +0100)
pmg.clamav-conf-opts.adoc [new file with mode: 0644]
pmg.mail-options-conf-opts.adoc [new file with mode: 0644]
pmg.mail-ports-conf-opts.adoc [new file with mode: 0644]
pmg.mail-relaying-conf-opts.adoc [new file with mode: 0644]
pmg.mail-tls-conf-opts.adoc [new file with mode: 0644]
pmg.spam-conf-opts.adoc [new file with mode: 0644]
pmg.spamquar-conf-opts.adoc [new file with mode: 0644]
pmg.virusquar-conf-opts.adoc [new file with mode: 0644]

diff --git a/pmg.clamav-conf-opts.adoc b/pmg.clamav-conf-opts.adoc
new file mode 100644 (file)
index 0000000..dad36c4
--- /dev/null
@@ -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.
+
diff --git a/pmg.mail-options-conf-opts.adoc b/pmg.mail-options-conf-opts.adoc
new file mode 100644 (file)
index 0000000..207c95d
--- /dev/null
@@ -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.
+
diff --git a/pmg.mail-ports-conf-opts.adoc b/pmg.mail-ports-conf-opts.adoc
new file mode 100644 (file)
index 0000000..14f8860
--- /dev/null
@@ -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).
+
diff --git a/pmg.mail-relaying-conf-opts.adoc b/pmg.mail-relaying-conf-opts.adoc
new file mode 100644 (file)
index 0000000..c8f2741
--- /dev/null
@@ -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.
+
diff --git a/pmg.mail-tls-conf-opts.adoc b/pmg.mail-tls-conf-opts.adoc
new file mode 100644 (file)
index 0000000..ec149a8
--- /dev/null
@@ -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.
+
diff --git a/pmg.spam-conf-opts.adoc b/pmg.spam-conf-opts.adoc
new file mode 100644 (file)
index 0000000..1164505
--- /dev/null
@@ -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.
+
diff --git a/pmg.spamquar-conf-opts.adoc b/pmg.spamquar-conf-opts.adoc
new file mode 100644 (file)
index 0000000..9cb41c8
--- /dev/null
@@ -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.
+
diff --git a/pmg.virusquar-conf-opts.adoc b/pmg.virusquar-conf-opts.adoc
new file mode 100644 (file)
index 0000000..8f534b4
--- /dev/null
@@ -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.
+