]> git.proxmox.com Git - pmg-docs.git/blame - pmg.conf.5-opts.adoc
cluster.conf.adoc: new manual page
[pmg-docs.git] / pmg.conf.5-opts.adoc
CommitLineData
f872534d
DM
1.Section 'admin'
2
3`dailyreport`: `<boolean>` ('default =' `1`)::
4
5Send daily reports.
6
7`delete`: `<string>` ::
8
9A list of settings you want to delete.
10
11`demo`: `<boolean>` ('default =' `0`)::
12
13Demo mode - do not start SMTP filter.
14
15`digest`: `<string>` ::
16
17Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
18
19`proxypassword`: `<string>` ::
20
21HTTP proxy password.
22
23`proxyport`: `<integer> (1 - N)` ('default =' `8080`)::
24
25HTTP proxy port.
26
27`proxyserver`: `<string>` ::
28
29HTTP proxy server address.
30
31`proxyuser`: `<string>` ::
32
33HTTP proxy user name.
34
35.Section 'clamav'
36
37`archiveblockencrypted`: `<boolean>` ('default =' `0`)::
38
39Wether to block encrypted archives. Mark encrypted archives as viruses.
40
41`archivemaxfiles`: `<integer> (0 - N)` ('default =' `1000`)::
42
43Number of files to be scanned within an archive, a document, or any other kind of container. Warning: disabling this limit or setting it too high may result in severe damage to the system.
44
45`archivemaxrec`: `<integer> (1 - N)` ('default =' `5`)::
46
47Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR file, all files within it will also be scanned. This options specifies how deeply the process should be continued. Warning: setting this limit too high may result in severe damage to the system.
48
49`archivemaxsize`: `<integer> (1000000 - N)` ('default =' `25000000`)::
50
51Files larger than this limit won't be scanned.
52
53`dbmirror`: `<string>` ('default =' `database.clamav.net`)::
54
55ClamAV database mirror server.
56
57`delete`: `<string>` ::
58
59A list of settings you want to delete.
60
61`digest`: `<string>` ::
62
63Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
64
65`maxcccount`: `<integer> (0 - N)` ('default =' `0`)::
66
67This option sets the lowest number of Credit Card or Social Security numbers found in a file to generate a detect.
68
69`maxscansize`: `<integer> (1000000 - N)` ('default =' `100000000`)::
70
71Sets the maximum amount of data to be scanned for each input file.
72
73.Section 'mail'
74
75`banner`: `<string>` ('default =' `ESMTP Proxmox`)::
76
77ESMTP banner.
78
79`conn_count_limit`: `<integer> (0 - N)` ('default =' `50`)::
80
81How many simultaneous connections any client is allowed to make to this service. To disable this feature, specify a limit of 0.
82
83`conn_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
84
85The 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.
86
87`delete`: `<string>` ::
88
89A list of settings you want to delete.
90
91`digest`: `<string>` ::
92
93Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
94
95`dnsbl_sites`: `<string>` ::
96
97Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
98
99`dwarning`: `<integer> (0 - N)` ('default =' `4`)::
100
101SMTP delay warning time (in hours).
102
103`greylist`: `<boolean>` ('default =' `1`)::
104
105Use Greylisting.
106
107`helotests`: `<boolean>` ('default =' `0`)::
108
109Use SMTP HELO tests.
110
111`hide_received`: `<boolean>` ('default =' `0`)::
112
113Hide received header in outgoing mails.
114
115`max_filters`: `<integer> (3 - 40)` ('default =' `15`)::
116
117Maximum number of pmg-smtp-filter processes.
118
119`max_policy`: `<integer> (2 - 10)` ('default =' `5`)::
120
121Maximum number of pmgpolicy processes.
122
123`max_smtpd_in`: `<integer> (3 - 100)` ('default =' `99`)::
124
125Maximum number of SMTP daemon processes (in).
126
127`max_smtpd_out`: `<integer> (3 - 100)` ('default =' `99`)::
128
129Maximum number of SMTP daemon processes (out).
130
131`maxsize`: `<integer> (1024 - N)` ('default =' `10485760`)::
132
133Maximum email size. Larger mails are rejected.
134
135`message_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
136
137The 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.
138
139`rejectunknown`: `<boolean>` ('default =' `0`)::
140
141Reject unknown clients.
142
143`rejectunknownsender`: `<boolean>` ('default =' `0`)::
144
145Reject unknown senders.
146
147`relay`: `<string>` ::
148
149The default mail delivery transport (incoming mails).
150
151`relaynomx`: `<boolean>` ('default =' `0`)::
152
153Disable MX lookups for default relay.
154
155`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
156
157SMTP port number for relay host.
158
159`spf`: `<boolean>` ('default =' `1`)::
160
161Use Sender Policy Framework.
162
163`tls`: `<boolean>` ('default =' `0`)::
164
165Use TLS.
166
167`use_rbl`: `<boolean>` ('default =' `1`)::
168
169Use Realtime Blacklists.
170
171`verifyreceivers`: `<integer> (0 - 599)` ('default =' `0`)::
172
173Enable receiver verification. The value (if greater than 0) spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address (450 or 550).
174
175.Section 'spam'
176
177`bounce_score`: `<integer> (0 - 1000)` ('default =' `0`)::
178
179Additional score for bounce mails.
180
181`delete`: `<string>` ::
182
183A list of settings you want to delete.
184
185`digest`: `<string>` ::
186
187Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
188
189`languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::
190
191This option is used to specify which languages are considered OK for incoming mail.
192
193`maxspamsize`: `<integer> (64 - N)` ('default =' `204800`)::
194
195Maximum size of spam messages in bytes.
196
197`rbl_checks`: `<boolean>` ('default =' `1`)::
198
199Enable real time blacklists (RBL) checks.
200
201`use_awl`: `<boolean>` ('default =' `1`)::
202
203Use the Auto-Whitelist plugin.
204
205`use_bayes`: `<boolean>` ('default =' `1`)::
206
207Whether to use the naive-Bayesian-style classifier.
208
209`use_ocr`: `<boolean>` ('default =' `0`)::
210
211Enable OCR to scan pictures.
212
213`use_razor`: `<boolean>` ('default =' `1`)::
214
215Whether to use Razor2, if it is available.
216
217`wl_bounce_relays`: `<string>` ::
218
219Whitelist legitimate bounce relays.
220