]> git.proxmox.com Git - pmg-docs.git/blame - pmg.mail-options-conf-opts.adoc
bump version to 5.0-8
[pmg-docs.git] / pmg.mail-options-conf-opts.adoc
CommitLineData
a4747d93
DM
1`banner`: `<string>` ('default =' `ESMTP Proxmox`)::
2
3ESMTP banner.
4
5`conn_count_limit`: `<integer> (0 - N)` ('default =' `50`)::
6
7How 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
11The 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
15Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
16
17`dwarning`: `<integer> (0 - N)` ('default =' `4`)::
18
19SMTP delay warning time (in hours).
20
21`greylist`: `<boolean>` ('default =' `1`)::
22
23Use Greylisting.
24
25`helotests`: `<boolean>` ('default =' `0`)::
26
27Use SMTP HELO tests.
28
29`hide_received`: `<boolean>` ('default =' `0`)::
30
31Hide received header in outgoing mails.
32
33`maxsize`: `<integer> (1024 - N)` ('default =' `10485760`)::
34
35Maximum email size. Larger mails are rejected.
36
37`message_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
38
39The 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.
40
41`rejectunknown`: `<boolean>` ('default =' `0`)::
42
43Reject unknown clients.
44
45`rejectunknownsender`: `<boolean>` ('default =' `0`)::
46
47Reject unknown senders.
48
49`spf`: `<boolean>` ('default =' `1`)::
50
51Use Sender Policy Framework.
52
53`verifyreceivers`: `<450 | 550>` ::
54
55Enable receiver verification. The value spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address.
56