]> git.proxmox.com Git - pmg-docs.git/blame - pmg.mail-options-conf-opts.adoc
admin: system-booting: replace pve with pmg automatically
[pmg-docs.git] / pmg.mail-options-conf-opts.adoc
CommitLineData
a4747d93
DM
1`banner`: `<string>` ('default =' `ESMTP Proxmox`)::
2
3ESMTP banner.
4
d210277a
TL
5`before_queue_filtering`: `<boolean>` ('default =' `0`)::
6
7Enable before queue filtering by pmg-smtp-filter
8
a4747d93
DM
9`conn_count_limit`: `<integer> (0 - N)` ('default =' `50`)::
10
11How 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
15The 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
40ce6cfd 19Optional list of DNS white/blacklist domains (postfix option `postscreen_dnsbl_sites`).
a4747d93 20
1ed9e770
DM
21`dnsbl_threshold`: `<integer> (0 - N)` ('default =' `1`)::
22
40ce6cfd 23The inclusive lower bound for blocking a remote SMTP client, based on its combined DNSBL score (postfix option `postscreen_dnsbl_threshold`).
1ed9e770 24
a4747d93
DM
25`dwarning`: `<integer> (0 - N)` ('default =' `4`)::
26
40ce6cfd 27SMTP delay warning time (in hours). (postfix option `delay_warning_time`)
a4747d93 28
cbd73e8f
TL
29`filter-timeout`: `<integer> (2 - 86400)` ('default =' `600`)::
30
31Timeout for the processing of one mail (in seconds) (postfix option `smtpd_proxy_timeout` and `lmtp_data_done_timeout`)
32
a4747d93
DM
33`greylist`: `<boolean>` ('default =' `1`)::
34
549cfb68
TL
35Use Greylisting for IPv4.
36
37`greylist6`: `<boolean>` ('default =' `0`)::
38
39Use Greylisting for IPv6.
40
41`greylistmask4`: `<integer> (0 - 32)` ('default =' `24`)::
42
43Netmask to apply for greylisting IPv4 hosts
44
45`greylistmask6`: `<integer> (0 - 128)` ('default =' `64`)::
46
47Netmask to apply for greylisting IPv6 hosts
a4747d93
DM
48
49`helotests`: `<boolean>` ('default =' `0`)::
50
40ce6cfd 51Use SMTP HELO tests. (postfix option `smtpd_helo_restrictions`)
a4747d93
DM
52
53`hide_received`: `<boolean>` ('default =' `0`)::
54
55Hide received header in outgoing mails.
56
57`maxsize`: `<integer> (1024 - N)` ('default =' `10485760`)::
58
40ce6cfd 59Maximum email size. Larger mails are rejected. (postfix option `message_size_limit`)
a4747d93
DM
60
61`message_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
62
63The 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.
64
d210277a
TL
65`ndr_on_block`: `<boolean>` ('default =' `0`)::
66
67Send out NDR when mail gets blocked
68
a4747d93
DM
69`rejectunknown`: `<boolean>` ('default =' `0`)::
70
40ce6cfd 71Reject unknown clients. (postfix option `reject_unknown_client_hostname`)
a4747d93
DM
72
73`rejectunknownsender`: `<boolean>` ('default =' `0`)::
74
40ce6cfd 75Reject unknown senders. (postfix option `reject_unknown_sender_domain`)
a4747d93 76
8c308065
TL
77`smtputf8`: `<boolean>` ('default =' `1`)::
78
40ce6cfd 79Enable SMTPUTF8 support in Postfix and detection for locally generated mail (postfix option `smtputf8_enable`)
8c308065 80
a4747d93
DM
81`spf`: `<boolean>` ('default =' `1`)::
82
83Use Sender Policy Framework.
84
85`verifyreceivers`: `<450 | 550>` ::
86
cbd73e8f 87Enable 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`)
a4747d93 88