X-Git-Url: https://git.proxmox.com/?p=pmg-docs.git;a=blobdiff_plain;f=pmg.conf.5-opts.adoc;h=b8862ee99b1c99ed73fa26198d02fc3f98a26884;hp=33abfa98530aaef7765196392ce41c39573a5125;hb=HEAD;hpb=40ce6cfd88c9763f9feae2718659a7d09ff5b2cf diff --git a/pmg.conf.5-opts.adoc b/pmg.conf.5-opts.adoc index 33abfa9..4c83177 100644 --- a/pmg.conf.5-opts.adoc +++ b/pmg.conf.5-opts.adoc @@ -1,6 +1,6 @@ .Section 'admin' -`advfilter`: `` ('default =' `1`):: +`advfilter`: `` ('default =' `0`):: Enable advanced filters for statistic. + @@ -32,6 +32,10 @@ Send daily reports. Demo mode - do not start SMTP filter. +`dkim-use-domain`: `` ('default =' `envelope`):: + +Whether to sign using the address from the header or the envelope. + `dkim_selector`: `` :: 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`: ` (2 - 86400)` ('default =' `600`):: + +Timeout for the processing of one mail (in seconds) (postfix option `smtpd_proxy_timeout` and `lmtp_data_done_timeout`) + `greylist`: `` ('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`: ` (3 - 40)` ('default =' `31`):: +`max_filters`: ` (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`: `` ('default =' `1`):: +`use_awl`: `` ('default =' `0`):: Use the Auto-Whitelist plugin. -`use_bayes`: `` ('default =' `1`):: +`use_bayes`: `` ('default =' `0`):: Whether to use the naive-Bayesian-style classifier.