]> git.proxmox.com Git - pmg-docs.git/blame - pmg.conf.5-opts.adoc
bump version to 5.0-5
[pmg-docs.git] / pmg.conf.5-opts.adoc
CommitLineData
f872534d
DM
1.Section 'admin'
2
9fda36b0
DM
3`advfilter`: `<boolean>` ('default =' `1`)::
4
5Use advanced filters for statistic.
6
f872534d
DM
7`dailyreport`: `<boolean>` ('default =' `1`)::
8
9Send daily reports.
10
11`delete`: `<string>` ::
12
13A list of settings you want to delete.
14
15`demo`: `<boolean>` ('default =' `0`)::
16
17Demo mode - do not start SMTP filter.
18
19`digest`: `<string>` ::
20
21Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
22
eff914dc
DM
23`email`: `<string>` ('default =' `admin@domain.tld`)::
24
25Administrator E-Mail address.
26
9fda36b0 27`http_proxy`: `http://.*` ::
f872534d 28
9fda36b0 29Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
f872534d 30
a55e94a6
DM
31`statlifetime`: `<integer> (1 - N)` ('default =' `7`)::
32
33User Statistics Lifetime (days)
34
f872534d
DM
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
f245a28c
DM
73`safebrowsing`: `<boolean>` ('default =' `1`)::
74
75Enables support for Google Safe Browsing.
76
f872534d
DM
77.Section 'mail'
78
79`banner`: `<string>` ('default =' `ESMTP Proxmox`)::
80
81ESMTP banner.
82
83`conn_count_limit`: `<integer> (0 - N)` ('default =' `50`)::
84
85How many simultaneous connections any client is allowed to make to this service. To disable this feature, specify a limit of 0.
86
87`conn_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
88
89The 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.
90
91`delete`: `<string>` ::
92
93A list of settings you want to delete.
94
95`digest`: `<string>` ::
96
97Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
98
99`dnsbl_sites`: `<string>` ::
100
101Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites parameter).
102
103`dwarning`: `<integer> (0 - N)` ('default =' `4`)::
104
105SMTP delay warning time (in hours).
106
eff914dc
DM
107`ext_port`: `<integer> (1 - 65535)` ('default =' `26`)::
108
109SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'.
110
f872534d
DM
111`greylist`: `<boolean>` ('default =' `1`)::
112
113Use Greylisting.
114
115`helotests`: `<boolean>` ('default =' `0`)::
116
117Use SMTP HELO tests.
118
119`hide_received`: `<boolean>` ('default =' `0`)::
120
121Hide received header in outgoing mails.
122
eff914dc
DM
123`int_port`: `<integer> (1 - 65535)` ('default =' `25`)::
124
125SMTP port number for outgoing mail (trusted).
126
f872534d
DM
127`max_filters`: `<integer> (3 - 40)` ('default =' `15`)::
128
129Maximum number of pmg-smtp-filter processes.
130
131`max_policy`: `<integer> (2 - 10)` ('default =' `5`)::
132
133Maximum number of pmgpolicy processes.
134
135`max_smtpd_in`: `<integer> (3 - 100)` ('default =' `99`)::
136
137Maximum number of SMTP daemon processes (in).
138
139`max_smtpd_out`: `<integer> (3 - 100)` ('default =' `99`)::
140
141Maximum number of SMTP daemon processes (out).
142
143`maxsize`: `<integer> (1024 - N)` ('default =' `10485760`)::
144
145Maximum email size. Larger mails are rejected.
146
147`message_rate_limit`: `<integer> (0 - N)` ('default =' `0`)::
148
149The 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.
150
151`rejectunknown`: `<boolean>` ('default =' `0`)::
152
153Reject unknown clients.
154
155`rejectunknownsender`: `<boolean>` ('default =' `0`)::
156
157Reject unknown senders.
158
159`relay`: `<string>` ::
160
161The default mail delivery transport (incoming mails).
162
163`relaynomx`: `<boolean>` ('default =' `0`)::
164
165Disable MX lookups for default relay.
166
167`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
168
169SMTP port number for relay host.
170
eff914dc
DM
171`smarthost`: `<string>` ::
172
173When set, all outgoing mails are deliverd to the specified smarthost.
174
f872534d
DM
175`spf`: `<boolean>` ('default =' `1`)::
176
177Use Sender Policy Framework.
178
179`tls`: `<boolean>` ('default =' `0`)::
180
eff914dc
DM
181Enable TLS.
182
183`tlsheader`: `<boolean>` ('default =' `0`)::
184
185Add TLS received header.
186
187`tlslog`: `<boolean>` ('default =' `0`)::
188
189Enable TLS Logging.
f872534d
DM
190
191`use_rbl`: `<boolean>` ('default =' `1`)::
192
193Use Realtime Blacklists.
194
eff914dc 195`verifyreceivers`: `<450 | 550>` ::
f872534d 196
eff914dc 197Enable receiver verification. The value spefifies the numerical reply code when the Postfix SMTP server rejects a recipient address.
f872534d
DM
198
199.Section 'spam'
200
201`bounce_score`: `<integer> (0 - 1000)` ('default =' `0`)::
202
203Additional score for bounce mails.
204
205`delete`: `<string>` ::
206
207A list of settings you want to delete.
208
209`digest`: `<string>` ::
210
211Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
212
213`languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::
214
215This option is used to specify which languages are considered OK for incoming mail.
216
217`maxspamsize`: `<integer> (64 - N)` ('default =' `204800`)::
218
219Maximum size of spam messages in bytes.
220
221`rbl_checks`: `<boolean>` ('default =' `1`)::
222
223Enable real time blacklists (RBL) checks.
224
225`use_awl`: `<boolean>` ('default =' `1`)::
226
227Use the Auto-Whitelist plugin.
228
229`use_bayes`: `<boolean>` ('default =' `1`)::
230
231Whether to use the naive-Bayesian-style classifier.
232
f872534d
DM
233`use_razor`: `<boolean>` ('default =' `1`)::
234
235Whether to use Razor2, if it is available.
236
237`wl_bounce_relays`: `<string>` ::
238
239Whitelist legitimate bounce relays.
240
f245a28c
DM
241.Section 'spamquar'
242
243`allowhrefs`: `<boolean>` ('default =' `1`)::
244
245Allow to view hyperlinks.
246
247`authmode`: `<ldap | ldapticket | ticket>` ('default =' `ticket`)::
248
249Authentication mode to access the quarantine interface. Mode 'ticket' allows login using tickets sent with the daily spam report. Mode 'ldap' requires to login using an LDAP account. Finally, mode 'ldapticket' allows both ways.
250
251`delete`: `<string>` ::
252
253A list of settings you want to delete.
254
255`digest`: `<string>` ::
256
257Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
258
259`hostname`: `<string>` ::
260
261Quarantine Host. Usefule if you run a Cluster and want users to connect to a specific host.
262
263`lifetime`: `<integer> (1 - N)` ('default =' `7`)::
264
265Quarantine life time (days)
266
267`mailfrom`: `<string>` ::
268
269Text for 'From' header in daily spam report mails.
270
d7cd791b 271`reportstyle`: `<custom | none | short | verbose>` ('default =' `verbose`)::
f245a28c
DM
272
273Spam report style.
274
275`viewimages`: `<boolean>` ('default =' `1`)::
276
277Allow to view images.
278
279.Section 'virusquar'
280
281`allowhrefs`: `<boolean>` ('default =' `1`)::
282
283Allow to view hyperlinks.
284
285`delete`: `<string>` ::
286
287A list of settings you want to delete.
288
289`digest`: `<string>` ::
290
291Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
292
293`lifetime`: `<integer> (1 - N)` ('default =' `7`)::
294
295Quarantine life time (days)
296
297`viewimages`: `<boolean>` ('default =' `1`)::
298
299Allow to view images.
300