]> git.proxmox.com Git - pmg-docs.git/blob - pmg.mail-options-conf-opts.adoc
bump version to 5.1-2
[pmg-docs.git] / pmg.mail-options-conf-opts.adoc
1 `banner`: `<string>` ('default =' `ESMTP Proxmox`)::
2
3 ESMTP banner.
4
5 `conn_count_limit`: `<integer> (0 - N)` ('default =' `50`)::
6
7 How many simultaneous connections any client is allowed to make to this service. To disable this feature, specify a limit of 0.
8
9 `conn_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
10
11 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.
12
13 `dnsbl_sites`: `<string>` ::
14
15 Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
16
17 `dnsbl_threshold`: `<integer> (0 - N)` ('default =' `1`)::
18
19 The inclusive lower bound for blocking a remote SMTP client, based on its combined DNSBL score (see postscreen_dnsbl_threshold parameter).
20
21 `dwarning`: `<integer> (0 - N)` ('default =' `4`)::
22
23 SMTP delay warning time (in hours).
24
25 `greylist`: `<boolean>` ('default =' `1`)::
26
27 Use Greylisting.
28
29 `helotests`: `<boolean>` ('default =' `0`)::
30
31 Use SMTP HELO tests.
32
33 `hide_received`: `<boolean>` ('default =' `0`)::
34
35 Hide received header in outgoing mails.
36
37 `maxsize`: `<integer> (1024 - N)` ('default =' `10485760`)::
38
39 Maximum email size. Larger mails are rejected.
40
41 `message_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
42
43 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.
44
45 `rejectunknown`: `<boolean>` ('default =' `0`)::
46
47 Reject unknown clients.
48
49 `rejectunknownsender`: `<boolean>` ('default =' `0`)::
50
51 Reject unknown senders.
52
53 `spf`: `<boolean>` ('default =' `1`)::
54
55 Use Sender Policy Framework.
56
57 `verifyreceivers`: `<450 | 550>` ::
58
59 Enable receiver verification. The value spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address.
60