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