]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg.conf.5-opts.adoc
pmg-installation.adoc: add login window screenshot
[pmg-docs.git] / pmg.conf.5-opts.adoc
index ee6ecce8e002855fda793628f56505787fd55009..71a6338cd46c4d727959d07cafcc7763a20558d0 100644 (file)
@@ -1,36 +1,28 @@
 .Section 'admin'
 
-`dailyreport`: `<boolean>` ('default =' `1`)::
+`advfilter`: `<boolean>` ('default =' `1`)::
 
-Send daily reports.
+Use advanced filters for statistic.
 
-`delete`: `<string>` ::
+`dailyreport`: `<boolean>` ('default =' `1`)::
 
-A list of settings you want to delete.
+Send daily reports.
 
 `demo`: `<boolean>` ('default =' `0`)::
 
 Demo mode - do not start SMTP filter.
 
-`digest`: `<string>` ::
-
-Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
-
-`proxypassword`: `<string>` ::
-
-HTTP proxy password.
+`email`: `<string>` ('default =' `admin@domain.tld`)::
 
-`proxyport`: `<integer> (1 - N)` ('default =' `8080`)::
+Administrator E-Mail address.
 
-HTTP proxy port.
+`http_proxy`: `http://.*` ::
 
-`proxyserver`: `<string>` ::
+Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
 
-HTTP proxy server address.
+`statlifetime`: `<integer> (1 - N)` ('default =' `7`)::
 
-`proxyuser`: `<string>` ::
-
-HTTP proxy user name.
+User Statistics Lifetime (days)
 
 .Section 'clamav'
 
@@ -54,14 +46,6 @@ Files larger than this limit won't be scanned.
 
 ClamAV database mirror server.
 
-`delete`: `<string>` ::
-
-A list of settings you want to delete.
-
-`digest`: `<string>` ::
-
-Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
-
 `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.
@@ -70,6 +54,10 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
 
 Sets the maximum amount of data to be scanned for each input file.
 
+`safebrowsing`: `<boolean>` ('default =' `1`)::
+
+Enables support for Google Safe Browsing.
+
 .Section 'mail'
 
 `banner`: `<string>` ('default =' `ESMTP Proxmox`)::
@@ -84,14 +72,6 @@ How many simultaneous connections any client is allowed to make to this service.
 
 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.
 
-`delete`: `<string>` ::
-
-A list of settings you want to delete.
-
-`digest`: `<string>` ::
-
-Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
-
 `dnsbl_sites`: `<string>` ::
 
 Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
@@ -100,6 +80,10 @@ Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites paramet
 
 SMTP delay warning time (in hours).
 
+`ext_port`: `<integer> (1 - 65535)` ('default =' `26`)::
+
+SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'.
+
 `greylist`: `<boolean>` ('default =' `1`)::
 
 Use Greylisting.
@@ -112,6 +96,10 @@ Use SMTP HELO tests.
 
 Hide received header in outgoing mails.
 
+`int_port`: `<integer> (1 - 65535)` ('default =' `25`)::
+
+SMTP port number for outgoing mail (trusted).
+
 `max_filters`: `<integer> (3 - 40)` ('default =' `15`)::
 
 Maximum number of pmg-smtp-filter processes.
@@ -156,21 +144,29 @@ Disable MX lookups for default relay.
 
 SMTP port number for relay host.
 
+`smarthost`: `<string>` ::
+
+When set, all outgoing mails are deliverd to the specified smarthost.
+
 `spf`: `<boolean>` ('default =' `1`)::
 
 Use Sender Policy Framework.
 
 `tls`: `<boolean>` ('default =' `0`)::
 
-Use TLS.
+Enable TLS.
+
+`tlsheader`: `<boolean>` ('default =' `0`)::
+
+Add TLS received header.
 
-`use_rbl`: `<boolean>` ('default =' `1`)::
+`tlslog`: `<boolean>` ('default =' `0`)::
 
-Use Realtime Blacklists.
+Enable TLS Logging.
 
-`verifyreceivers`: `<integer> (0 - 599)` ('default =' `0`)::
+`verifyreceivers`: `<450 | 550>` ::
 
-Enable receiver verification. The value (if greater than 0) spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address (450 or 550).
+Enable receiver verification. The value spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address.
 
 .Section 'spam'
 
@@ -178,19 +174,15 @@ Enable receiver verification. The value (if greater than 0) spefifies the numeri
 
 Additional score for bounce mails.
 
-`delete`: `<string>` ::
+`clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
 
-A list of settings you want to delete.
-
-`digest`: `<string>` ::
-
-Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
+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 =' `204800`)::
+`maxspamsize`: `<integer> (64 - N)` ('default =' `262144`)::
 
 Maximum size of spam messages in bytes.
 
@@ -206,10 +198,6 @@ Use the Auto-Whitelist plugin.
 
 Whether to use the naive-Bayesian-style classifier.
 
-`use_ocr`: `<boolean>` ('default =' `0`)::
-
-Enable OCR to scan pictures.
-
 `use_razor`: `<boolean>` ('default =' `1`)::
 
 Whether to use Razor2, if it is available.
@@ -218,3 +206,47 @@ Whether to use Razor2, if it is available.
 
 Whitelist legitimate bounce relays.
 
+.Section 'spamquar'
+
+`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.
+
+.Section 'virusquar'
+
+`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.
+