]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg.conf.5-opts.adoc
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / pmg.conf.5-opts.adoc
index 33abfa98530aaef7765196392ce41c39573a5125..4c83177bfd80d2368492973d8c87508956a0c254 100644 (file)
@@ -1,6 +1,6 @@
 .Section 'admin'
 
-`advfilter`: `<boolean>` ('default =' `1`)::
+`advfilter`: `<boolean>` ('default =' `0`)::
 
 Enable advanced filters for statistic.
 +
@@ -32,6 +32,10 @@ Send daily reports.
 
 Demo mode - do not start SMTP filter.
 
+`dkim-use-domain`: `<envelope | header>` ('default =' `envelope`)::
+
+Whether to sign using the address from the header or the envelope.
+
 `dkim_selector`: `<string>` ::
 
 Default DKIM selector
@@ -128,6 +132,10 @@ SMTP delay warning time (in hours). (postfix option `delay_warning_time`)
 
 SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'.
 
+`filter-timeout`: `<integer> (2 - 86400)` ('default =' `600`)::
+
+Timeout for the processing of one mail (in seconds)  (postfix option `smtpd_proxy_timeout` and `lmtp_data_done_timeout`)
+
 `greylist`: `<boolean>` ('default =' `1`)::
 
 Use Greylisting for IPv4.
@@ -156,7 +164,7 @@ Hide received header in outgoing mails.
 
 SMTP port number for outgoing mail (trusted).
 
-`max_filters`: `<integer> (3 - 40)` ('default =' `31`)::
+`max_filters`: `<integer> (3 - 40)` ('default =' `25`)::
 
 Maximum number of pmg-smtp-filter processes.
 
@@ -238,7 +246,7 @@ Enable TLS Logging.
 
 `verifyreceivers`: `<450 | 550>` ::
 
-Enable receiver verification. The value spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address. (postfix options `reject_unknown_recipient_domain`, `reject_unverified_recipient`, and `unverified_recipient_reject_code`)
+Enable receiver verification. The value specifies the numerical reply code when the Postfix SMTP server rejects a recipient address. (postfix options `reject_unknown_recipient_domain`, `reject_unverified_recipient`, and `unverified_recipient_reject_code`)
 
 .Section 'spam'
 
@@ -266,11 +274,11 @@ Maximum size of spam messages in bytes.
 
 Enable real time blacklists (RBL) checks.
 
-`use_awl`: `<boolean>` ('default =' `1`)::
+`use_awl`: `<boolean>` ('default =' `0`)::
 
 Use the Auto-Whitelist plugin.
 
-`use_bayes`: `<boolean>` ('default =' `1`)::
+`use_bayes`: `<boolean>` ('default =' `0`)::
 
 Whether to use the naive-Bayesian-style classifier.