]> git.proxmox.com Git - pmg-api.git/blob - debian/changelog
bump version to 5.0-59
[pmg-api.git] / debian / changelog
1 pmg-api (5.0-59) unstable; urgency=medium
2
3 * introduce new template var postfix.int_ip
4
5 * fix bug #1643: add port and protocol to spamquarantine config
6
7 * pmg-daily.timer: randomize start time using AccuracySec=5hours
8
9 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Jan 2018 14:20:39 +0100
10
11 pmg-api (5.0-58) unstable; urgency=medium
12
13 * remove unique constraint from LocalStat(Time)
14
15 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jan 2018 09:05:22 +0100
16
17 pmg-api (5.0-57) unstable; urgency=medium
18
19 * PMG::Cluster::sync_statistic_db - correctyl update
20 clusterinfo lastid_CStatistic
21
22 * PMG::Cluster::sync_quarantine_db - skip files generated before
23 cluster was created
24
25 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jan 2018 08:02:10 +0100
26
27 pmg-api (5.0-56) unstable; urgency=medium
28
29 * fix bug #1636: correctly track file modification time
30
31 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jan 2018 11:09:33 +0100
32
33 pmg-api (5.0-55) unstable; urgency=medium
34
35 * fix ipv6 address quoting for postfix mynetworks
36
37 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jan 2018 07:30:45 +0100
38
39 pmg-api (5.0-54) unstable; urgency=medium
40
41 * PMG/Config.pm: allow single address setups (all 1 netmask)
42
43 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jan 2018 13:32:03 +0100
44
45 pmg-api (5.0-53) unstable; urgency=medium
46
47 * pmgpolicy: try to detect config changes
48
49 * fix bug #1625 - change default rule priorities
50
51 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jan 2018 10:42:12 +0100
52
53 pmg-api (5.0-52) unstable; urgency=medium
54
55 * PMG/RuleDB/Object.pm: fix permissions for role admin
56
57 * PMG/API2/MyNetworks.pm: fix links attribute
58
59 * PMG/API2/Transport.pm: fix links attribute
60
61 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jan 2018 10:17:27 +0100
62
63 pmg-api (5.0-51) unstable; urgency=medium
64
65 * pmgcm.pm: implement promote
66
67 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Jan 2018 13:09:57 +0100
68
69 pmg-api (5.0-50) unstable; urgency=medium
70
71 * PMG/Config.pm: change default email port numbers - We now use port 25
72 for incoming mails. Please verify your setup after updating!
73
74 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jan 2018 14:33:45 +0100
75
76 pmg-api (5.0-49) unstable; urgency=medium
77
78 * AccessControl.pm: avoid warning about uninitialized value
79
80 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jan 2018 13:53:31 +0100
81
82 pmg-api (5.0-48) unstable; urgency=medium
83
84 * fix #1617: remove regex for matchfield. modfield
85
86 * do not return bindpw over the api
87
88 * let all users read their own user data
89
90 * make ldap info visible for audit users
91
92 * implement pmgcm delete
93
94 * allow admins to reset the rule database
95
96 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Jan 2018 11:36:26 +0100
97
98 pmg-api (5.0-47) unstable; urgency=medium
99
100 * truncate large mails before passing them to spamassassin
101
102 * reduce default maxspamsize back to 256
103
104 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Dec 2017 12:19:09 +0100
105
106 pmg-api (5.0-46) unstable; urgency=medium
107
108 * PMG/DBTools.pm: add missing TicketID column to CMSReceivers
109
110 * Quarantine.pm: use new TicketID to indentify mails
111
112 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Dec 2017 13:07:52 +0100
113
114 pmg-api (5.0-45) unstable; urgency=medium
115
116 * PMG/API2/Quarantine.pm - require parameter pmail for quarantine actions
117
118 * delete_quarantined_mail,deliver_quarantined_mail: add parameter $receiver,
119 correctly update database after mail delivery
120
121 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Dec 2017 10:28:05 +0100
122
123 pmg-api (5.0-44) unstable; urgency=medium
124
125 * PMG/API2/APT.pm - fix changelog urls
126
127 * disable suspend-to-disk, as it delays boot on systems with root on ZFS
128
129 * pmg-daily: add check for available updates
130
131 * periodically update subscription status
132
133 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Dec 2017 08:43:48 +0100
134
135 pmg-api (5.0-43) unstable; urgency=medium
136
137 * run postmap after generation postfix main.cf
138
139 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 12:46:53 +0100
140
141 pmg-api (5.0-42) unstable; urgency=medium
142
143 * PMG/Config.pm: avoid warnings if there is no search domain in resolv.conf
144
145 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 12:12:04 +0100
146
147 pmg-api (5.0-41) unstable; urgency=medium
148
149 * PMG/Fetchmail.pm - autostart fetchmail service
150
151 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 11:33:22 +0100
152
153 pmg-api (5.0-40) unstable; urgency=medium
154
155 * PMG/Cluster.pm - rewrite ssh keys after cluster sync
156
157 * bump default maxspamsize to 1M
158
159 * depend on apt-transport-https
160
161 * depend on fetchmail
162
163 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 10:28:25 +0100
164
165 pmg-api (5.0-39) unstable; urgency=medium
166
167 * install /etc/apt/apt.conf.d/75pmgconf to avoid atomatic kernel removes
168
169 * install /etc/apt/sources.list.d/pmg-enterprise.list
170
171 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 11:14:53 +0100
172
173 pmg-api (5.0-38) unstable; urgency=medium
174
175 * add API for node reboot/shutdown
176
177 * bin/pmg-hourly: use reload-or-restart to reload pmgpolicy service
178
179 * PMG/DBTools.pm: do not use IF NOT EXISTS bcause it writes debug
180 messages to console
181
182 * PMG/DBTools.pm - use user root to sync database
183
184 * pmgtunnel.pm - fix call to socketfile()
185
186 * debian/control - depend on 'rsync'
187
188 * PMG/CLI/pmgreport.pm - remove greylisted mails from daily report
189
190 * PMG/CLI/pmgdb.pm: generate default locale
191
192 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 10:06:42 +0100
193
194 pmg-api (5.0-37) unstable; urgency=medium
195
196 * pmgreport: use PMG::API2::Statistics to include postscreen stats
197
198 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Dec 2017 09:19:05 +0100
199
200 pmg-api (5.0-36) unstable; urgency=medium
201
202 * replace novnc with xtermjs
203
204 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:48:32 +0100
205
206 pmg-api (5.0-35) unstable; urgency=medium
207
208 * rename safe_browsing_score to clamav_heuristic_score
209
210 * use clamav_heuristic_score for heuristics results
211
212 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 13:39:06 +0100
213
214 pmg-api (5.0-34) unstable; urgency=medium
215
216 * PMG/API2/Statistics.pm - include postscreen stats in mail/mailcount
217
218 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Dec 2017 11:27:49 +0100
219
220 pmg-api (5.0-33) unstable; urgency=medium
221
222 * bin/pmgpolicy - count PREGREET rejects (postscreen)
223
224 * PMG/API2/Statistics.pm - rename rblcount to rejectcount, include PREGREET
225
226 * depend on: openssh-client, openssh-server, apt
227
228 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Dec 2017 07:59:11 +0100
229
230 pmg-api (5.0-32) unstable; urgency=medium
231
232 * PMG::DBTool::load_mail_data - add optional $pmail parameter
233
234 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Dec 2017 12:19:58 +0100
235
236 pmg-api (5.0-31) unstable; urgency=medium
237
238 * PMG/HTMLMail.pm - use global hash to store inlined images
239
240 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Dec 2017 06:31:52 +0100
241
242 pmg-api (5.0-30) unstable; urgency=medium
243
244 * debian/postinst/prerm - handle pmgproxy/pmgdaemon manually
245 to keep VNC connections during upgrades.
246
247 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Dec 2017 14:12:04 +0100
248
249 pmg-api (5.0-29) unstable; urgency=medium
250
251 * LDAP: add mailAlternativeAddress to mailattr default
252
253 * PMG/LDAPConfig.pm - register new format ldap-simple-attr
254
255 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Dec 2017 12:09:07 +0100
256
257 pmg-api (5.0-28) unstable; urgency=medium
258
259 * pmg-smtp-filter: fix safebrowsing hit detection
260
261 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Dec 2017 13:17:24 +0100
262
263 pmg-api (5.0-27) unstable; urgency=medium
264
265 * do not use .db file for mynetworks
266
267 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Dec 2017 10:57:42 +0100
268
269 pmg-api (5.0-26) unstable; urgency=medium
270
271 * increase deafult maxspamsize to 512*1024
272
273 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Nov 2017 09:56:50 +0100
274
275 pmg-api (5.0-25) unstable; urgency=medium
276
277 * templates/local.cf.in: include KAM.cf
278
279 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Nov 2017 08:03:39 +0100
280
281 pmg-api (5.0-24) unstable; urgency=medium
282
283 * total_mail_stat: return bytes_in/bytes_out in bytes (instead of MBytes)
284
285 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 11:37:07 +0100
286
287 pmg-api (5.0-23) unstable; urgency=medium
288
289 * avoid repeated SPF headers
290
291 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 10:38:16 +0100
292
293 pmg-api (5.0-22) unstable; urgency=medium
294
295 * fix network stats
296
297 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 15:24:12 +0100
298
299 pmg-api (5.0-21) unstable; urgency=medium
300
301 * avoid warning about uninitialized value
302
303 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 14:36:12 +0100
304
305 pmg-api (5.0-20) unstable; urgency=medium
306
307 * use google safe browsing hits to icrease spam score
308
309 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 13:46:13 +0100
310
311 pmg-api (5.0-19) unstable; urgency=medium
312
313 * PMG/RuleDB/Notify.pm - avoid use of undefined values
314
315 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 12:19:21 +0100
316
317 pmg-api (5.0-18) unstable; urgency=medium
318
319 * remove mail/use_rbl config - we use dnsbl_sites instead
320
321 * PMG/Config.pm - register/use format dnsbl-entry
322
323 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Nov 2017 11:41:19 +0100
324
325 pmg-api (5.0-17) unstable; urgency=medium
326
327 * support postfix tls policy map /etc/pmg/tls_policy
328
329 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Nov 2017 06:45:41 +0100
330
331 pmg-api (5.0-16) unstable; urgency=medium
332
333 * depend on clamdscan
334
335 * do not set postscreen_dnsbl_reply_map
336
337 -- Proxmox Support Team <support@proxmox.com> Sat, 25 Nov 2017 09:36:02 +0100
338
339 pmg-api (5.0-15) unstable; urgency=medium
340
341 * always load SA dkim to improve accuracy
342
343 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Nov 2017 07:25:38 +0100
344
345 pmg-api (5.0-14) unstable; urgency=medium
346
347 * pmgsync.service - run pmgconfig init to generate required files
348
349 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:47:07 +0100
350
351 pmg-api (5.0-13) unstable; urgency=medium
352
353 * add pmgsync service
354
355 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:15:18 +0100
356
357 pmg-api (5.0-12) unstable; urgency=medium
358
359 * debian/postinst - fix postgres service name (postgresql.service)
360
361 * debian/postinst - do not use #DEBHELPER# macro inside comment
362
363 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2017 11:30:26 +0100
364
365 pmg-api (5.0-10) unstable; urgency=medium
366
367 * debian/postinst - do not skip service setup in /proxmox_install_mode
368
369 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2017 09:31:32 +0100
370
371 pmg-api (5.0-9) unstable; urgency=medium
372
373 * debian/pmgbanner.service - setup login banner
374
375 * templates/fetchmailrc.tt - fix syntax
376
377 * PMG/API2/APT.pm - fix package names
378
379 * PMG/Service/pmgproxy.pm - fix package names
380
381 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 13:08:35 +0100
382
383 pmg-api (5.0-8) unstable; urgency=medium
384
385 * rename package to pmg-api
386
387 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:48:41 +0100
388
389 proxmox-mailgateway (5.0-7) unstable; urgency=medium
390
391 * PMG/API2/SMTPWhitelist.pm - update postfix files after modifications
392
393 * PMG/Backup.pm - restore: keep directory /etc/pmg
394
395 * PMG/API2/Cluster.pm - use PMG::MailQueue::create_spooldirs
396
397 * PMG/API2/SMTPWhitelist.pm - fix delete object
398
399 * implement backup/restore
400
401 * PMG/API2/Cluster.pm - new option list_single_node
402
403 * improve permissions
404
405 * correct child link for the clamav api
406
407 * add spamassassin update api calls
408
409 * update spamassassin rules daily
410
411 * implement fetchmail api
412
413 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:30:06 +0100
414
415 proxmox-mailgateway (5.0-6) unstable; urgency=medium
416
417 * add date to the mail link for the verbose report
418
419 * implement fetchmail API
420
421 * add new LDAP group member api call
422
423 * implement missing rule database api calls
424
425 * implement user quarantine
426
427 * fix api call permissions
428
429 * add subscription api
430
431 * add apt api
432
433 * do not depend on clamav-unofficial-sigs
434
435 * implement mail tracker
436
437 * implement pmgqm - quarantine management tool
438
439 * improve statistic api
440
441 * countless other fixes and improvements
442
443 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:30:23 +0200
444
445 proxmox-mailgateway (5.0-5) unstable; urgency=medium
446
447 * improved database security
448
449 * implemented cluster tunnel daemon
450
451 * depend on sudo
452
453 * pmgcm: add 'sync' command
454
455 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Apr 2017 07:26:53 +0200
456
457 proxmox-mailgateway (5.0-4) unstable; urgency=medium
458
459 * improved cluster management API
460
461 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Apr 2017 12:32:30 +0200
462
463 proxmox-mailgateway (5.0-3) unstable; urgency=medium
464
465 * initial cluster management API
466
467 * ldap and user API
468
469 * mail queue APIL
470
471 * small fixes and improvements
472
473 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:27:10 +0200
474
475 proxmox-mailgateway (5.0-2) unstable; urgency=medium
476
477 * restart services after upgrade
478
479 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Mar 2017 10:24:37 +0100
480
481 proxmox-mailgateway (5.0-1) unstable; urgency=medium
482
483 * adjust version (so that we are higher than previous
484 proxmox-mailgateway release)
485
486 -- Proxmox Support Team <support@proxmox.com> Mon, 06 Mar 2017 11:04:03 +0100
487
488 proxmox-mailgateway (1.0-1) unstable; urgency=medium
489
490 * imported from private repository
491
492 -- root <root@pmg5.maurer-it.com> Tue, 24 Jan 2017 11:31:10 +0100
493