X-Git-Url: https://git.proxmox.com/?p=pmg-docs.git;a=blobdiff_plain;f=pmg.conf.5-opts.adoc;h=b8862ee99b1c99ed73fa26198d02fc3f98a26884;hp=69f72e2aae42f1772cd2cf3ad2b663ff39d806bd;hb=HEAD;hpb=f6fe5021383ac82565c54e6bffa596a66f0d8e96 diff --git a/pmg.conf.5-opts.adoc b/pmg.conf.5-opts.adoc index 69f72e2..4c83177 100644 --- a/pmg.conf.5-opts.adoc +++ b/pmg.conf.5-opts.adoc @@ -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 =' `15`):: +`max_filters`: ` (3 - 40)` ('default =' `25`):: Maximum number of pmg-smtp-filter processes. @@ -164,11 +172,11 @@ Maximum number of pmg-smtp-filter processes. Maximum number of pmgpolicy processes. -`max_smtpd_in`: ` (3 - 100)` ('default =' `97`):: +`max_smtpd_in`: ` (3 - 100)` ('default =' `100`):: Maximum number of SMTP daemon processes (in). -`max_smtpd_out`: ` (3 - 100)` ('default =' `97`):: +`max_smtpd_out`: ` (3 - 100)` ('default =' `100`):: Maximum number of SMTP daemon processes (out). @@ -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'