]> git.proxmox.com Git - pmg-api.git/blame_incremental - debian/changelog
subscription: switch to rust, add offline key support
[pmg-api.git] / debian / changelog
... / ...
CommitLineData
1pmg-api (7.1-4) bullseye; urgency=medium
2
3 * rulesystem: matchfield: match all headers not only the first
4
5 * config: avoid adding a specific IPs or networks multiple times to
6 the template variables
7
8 * api: quarantine: load custom rules description so that they show up
9 in the GUI too
10
11 * pmg-daily: avoid short-circuting update of local channels
12
13 * api: apt: switch to common Proxmox::RS::APT::Repositories package
14
15 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Jul 2022 11:15:00 +0200
16
17pmg-api (7.1-3) bullseye; urgency=medium
18
19 * fix duplicate 'x-ms-dos-executable' in default 'Dangerous Content' object
20
21 * daily update timer: start already on 01:00 to avoid dst change issue
22
23 * fix #3924: ldap: accept only valid email-address
24
25 * Proxmox Backup Server integration: namespace support
26
27 -- Proxmox Support Team <support@proxmox.com> Mon, 16 May 2022 12:20:42 +0200
28
29pmg-api (7.1-2) bullseye; urgency=medium
30
31 * fix #3758: allow empty `to` in noqueue case
32
33 * postfix queue: add 'decode-headers' option for read endpoint
34
35 * http server: pass TLS 1.3 ciphersuites and disable-TLS-1.2/1.3 options if
36 set
37
38 * utils: change working directory to root before executing postgres admin
39 commands, to avoid that restrictions of the current CWD from the user
40 doesn't cause failing the command.
41
42 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Feb 2022 11:37:51 +0100
43
44pmg-api (7.1-1) bullseye; urgency=medium
45
46 * rulesystem: limit linelength of disclaimer to 998 bytes
47
48 * fix #3734: scrub CSS 'url' from style tags/attributes if view-images is
49 disabled for the quarantine
50
51 * fix #2795: add support for Delivery Status Notification (DSN)
52
53 * add support for two factor authentication with TOTP, recovery codes and
54 WebAuthn to the admin interface
55
56 -- Proxmox Support Team <support@proxmox.com> Sun, 28 Nov 2021 21:04:58 +0100
57
58pmg-api (7.0-9) bullseye; urgency=medium
59
60 * fix #2071: RuleDB: ignore duplicate entries for Who objects
61
62 * api: ldap config: sync with the complete config
63
64 * fix #3712: strip any trailing dot from the search-domain when passing it to
65 postifx
66
67 * api: journal: stream the journal data to the client
68
69 * api-daemons: make systemd restart them on-failure
70
71 * api-dameons: set oom-policy to `continue` so that a single (replacable)
72 worker getting OOM-killed does not bring down the whole service
73
74 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Nov 2021 19:13:29 +0100
75
76pmg-api (7.0-8) bullseye; urgency=medium
77
78 * api: apt: repos: avoid creating implicit default for enabled
79
80 * api: apt: use pmg-style permission for endpoint schema to allow access to
81 admins that aren't root@pam
82
83 * prefer more flexible get_local_ip where possible, it still prefers the
84 resolved hostname but falls back to configured or active IPs. Especially
85 useful for evaluation and initial (CT template) setups.
86
87 * pmgbanner: retry getting local IP for a bit in case of failure, this should
88 be only relevant for evaluation and initial setups where the hostname may
89 not yet resolve to the primary IP address.
90
91 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Sep 2021 08:17:18 +0200
92
93pmg-api (7.0-7) bullseye; urgency=medium
94
95 * pmgversion: do not show packages with residual config as being in an error
96 installation state
97
98 * api: apt versions: add ifupdown(2), libproxmox-acme-* and pmg-i18n to
99 packages included in the version report.
100
101 * api: implement live network reload with ifupdown2
102
103 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Jul 2021 09:04:25 +0200
104
105pmg-api (7.0-6) bullseye; urgency=medium
106
107 * fix cluster join when large ssh-rsa keys are setup
108
109 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jul 2021 17:54:03 +0200
110
111pmg-api (7.0-5) bullseye; urgency=medium
112
113 * d/control: recommend ifupdown2 and suggest zfsutils-linux
114
115 * switch enterprise repository over to bullseye
116
117 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jul 2021 11:58:48 +0200
118
119pmg-api (7.0-3) bullseye; urgency=medium
120
121 * acme: handle wildcard dns validation
122
123 * api: apt: add calls for repositories status and basic manegement
124
125 * api: services: return active- and unit-state infos
126
127 * api: services: track chrony service
128
129 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Jul 2021 18:42:07 +0200
130
131pmg-api (7.0-2) bullseye; urgency=medium
132
133 * d/postinst: handle static machine-id from ISO 5.0 <= x <= 6.0
134
135 * cluster: fix missing import of helper module
136
137 * config: freshclam: default to incremental downloads
138
139 * utils: fix service alias lookup for service commands and status
140 query
141
142 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jul 2021 22:51:12 +0200
143
144pmg-api (7.0-1) bullseye; urgency=medium
145
146 * re-build for Proxmox Mail Gateway 7 based on Debian 11 Bullseye
147
148 * pmgproxy: allow setting LISTEN_IP parameter
149
150 * clamav: remove deprecated SafeBrowsing
151
152 * api: nodes: drop deprecated 'upgrade' option of termproxy
153
154 * TLSPolicy: drop deprecated 'domain' parameter
155
156 * api: quarantine: drop deprecated b/w-list methods, and drop detail
157 statistic methods (replaced by more flexible endpoints in 6.x)
158
159 * update postgresql dependency to version 13
160
161 * greylisting: drop unneeded Host column form cgreylist table
162
163 * api: nodeconfig: validate acme config before writing
164
165 * fix #2013 spamreport: remove ticket if authmode is ldap
166
167 * api: tasks: add 'since', 'until', task-type and 'status' filters
168
169 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jun 2021 15:57:10 +0200
170
171pmg-api (6.4-4) pmg; urgency=medium
172
173 * fix #2228: spam quarantine: automatically deliver on whitelisting and
174 delete on blacklisting a mail
175
176 * acme: allow wildcard domain entries
177
178 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Apr 2021 15:19:00 +0200
179
180pmg-api (6.4-3) pmg; urgency=medium
181
182 * fix creating mailqueue spooldirs
183
184 * rephrase backup notification template
185
186 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 19:09:41 +0100
187
188pmg-api (6.4-2) pmg; urgency=medium
189
190 * fix #3164: api: quarantine: allow to return spam from all users
191
192 * ensure '/etc/pmg/acme/accounts' directory exists
193
194 * certs: reload postfix to activate new certificate even if TLS config stayed
195 the same
196
197 * cluster: trust both, old and new certificate fingerprint of master during
198 update
199
200 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Mar 2021 08:30:22 +0100
201
202pmg-api (6.3-7) pmg; urgency=medium
203
204 * implement Automatic Certificate Management Environment (ACME) for API and
205 SMTP TLS certificates. Allowing one to use providers like Let's Encrypt for
206 deployment and automatic renewal of trusted certificates.
207
208 * cluster: automatically trigger an update of the pinned certificate
209 fingerprint for a node in the cluster configuration on certificate change
210
211 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Mar 2021 11:05:17 +0100
212
213pmg-api (6.3-6) pmg; urgency=medium
214
215 * api: spamassassin: read local channels and include them in daily SA
216 update
217
218 * api: statistics: add central API enpoint for details, avoiding
219 issues with certain characters in mail addresses
220
221 * utils: allow / inside email address localpart
222
223 * fix #3154: backup: add include-statistics to Proxmox Backup Server
224
225 * fix #3146: backup: add email notifications
226
227 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Mar 2021 22:48:07 +0100
228
229pmg-api (6.3-5) pmg; urgency=medium
230
231 * utils: ignore leading whitespace in SpamAssassin rule description
232
233 * api: termproxy: adapt to newer Proxmox VE and Proxmox Backup Server 'cmd'
234 interface, to stay compatible
235
236 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 10:21:49 +0100
237
238pmg-api (6.3-4) pmg; urgency=medium
239
240 * integrate Proxmox Backup Server for automatic configuration backups
241
242 * fix #3098: DKIM: sort domains by length first
243
244 * backup: add Spam Assassin custom score file to backup
245
246 * reinject email: fix connecting for ipv6-only hosts
247
248 * fix #3141: do not split on ', ' for returning the from header
249
250 * allow to enable a user self-service login for the user spam quarantine as
251 opt-in config option
252
253 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Nov 2020 19:52:58 +0100
254
255pmg-api (6.2-6) pmg; urgency=medium
256
257 * fix #2785: prefix message-id in attachment-quarantine
258
259 * add logging to disclaimer action
260
261 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2020 09:03:45 +0200
262
263pmg-api (6.2-5) pmg; urgency=medium
264
265 * fix #1976: optionally sort postfix queue result
266
267 * allow to remove subscription
268
269 * make regex test-match case-insensitive, like the real tests
270
271 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 16:48:26 +0200
272
273pmg-api (6.2-4) pmg; urgency=medium
274
275 * Mail Tracker: handle before queue status
276
277 -- Proxmox Support Team <support@proxmox.com> Thu, 14 May 2020 17:51:25 +0200
278
279pmg-api (6.2-3) pmg; urgency=medium
280
281 * enable policy checking also if only IPv6 greylisting is enabled
282
283 * improve ordering of system services
284
285 * add logrotate config to monthly-rotate pmgproxy.log
286
287 * api tracker: always check that specified 'endtime' is newer than
288 'starttime'
289
290 * improve pmg-system-report with more relevant information
291
292 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 19:31:15 +0200
293
294pmg-api (6.1-9) pmg; urgency=medium
295
296 * add new 'Match Archive Filename' What Object
297
298 * use postgres inet functions for greylist matching
299
300 * pmgpolicy: add IPv6 support for greylisting
301
302 * greylist: make netmasks configurable
303
304 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Apr 2020 17:37:09 +0200
305
306pmg-api (6.1-8) pmg; urgency=medium
307
308 * pmgqm: warn and exit if running on slave node
309
310 * pmgspamreport: purge before sending reports
311
312 * fix rendering of ipv(4|6) literal lmtp transports
313
314 * fix #1948: allow setting TLS policy for transports
315
316 * add TLS options for lmtp to main.cf template
317
318 * fix #2661: reintroduce LDAPCache->ldap_connect
319
320 * skip writing default ports in spamreports
321
322 * use ucf to handle template overrides
323
324 * freshclam.conf.in: make ScriptedUpdates a variable
325
326 * freshclam.conf.in: remove ReceiveTimeout option
327
328 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Apr 2020 10:10:59 +0200
329
330pmg-api (6.1-7) pmg; urgency=medium
331
332 * fix #2622: include all spam levels from the ">= 10 score" bucket in total
333 spam statistic
334
335 * fix #2525: encode notifications in UTF-8
336
337 * check if img tag has actually a 'src' attribute to avoid warnings
338
339 * pmgsh: fix 'help' command
340
341 * api/quarantine: add new white/blacklist deletion API endpoints to allow one
342 to avoid passing addresses in the API path.
343
344 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2020 18:21:55 +0100
345
346pmg-api (6.1-6) pmg; urgency=medium
347
348 * track clamav and postgres package version in versions api call
349
350 * add queue id to pmg-smtp-filter replies for tracking in pmg-log-tracker
351
352 * code cleanup
353
354 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Feb 2020 11:30:17 +0100
355
356pmg-api (6.1-5) pmg; urgency=medium
357
358 * fix postfix template for before-queue filtering
359
360 * api2: Network: add vlan-raw-device and vlan-id options
361
362 * ensure compatibility with libpve-http-server-perl
363
364 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 21:33:55 +0100
365
366pmg-api (6.1-4) pmg; urgency=medium
367
368 * fix #2438: add support for lmtp delivery to downstream servers
369
370 * api2: network: add bond-primary and MTU option
371
372 * fix #2504: do not overwrite existing DKIM selector key
373
374 * dkim: add selector list api endpoint
375
376 * fix disclaimer encoding for html entities
377
378 * fix #1653: parse ipv6 xforward correctly
379
380 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jan 2020 13:20:15 +0100
381
382pmg-api (6.1-3) pmg; urgency=medium
383
384 * improve browser-cache behavior for updates
385
386 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Nov 2019 11:35:53 +0100
387
388pmg-api (6.1-2) pmg; urgency=medium
389
390 * don not add DKIM signature if the DKIMSign module fails to determine the
391 domain for signing
392
393 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Nov 2019 12:38:48 +0100
394
395pmg-api (6.1-1) pmg; urgency=medium
396
397 * create pmg-scores.cf unconditionally
398
399 * bump version for Proxmox Mailgateway 6.1
400
401 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Nov 2019 11:46:11 +0100
402
403pmg-api (6.0-10) pmg; urgency=medium
404
405 * add support for sending NDRs on Block
406
407 * add support for before queue filtering
408
409 * implement force_restart for cluster sync
410
411 * add SACustom Package and API Calls for custom SpamAssassin scores
412
413 * sync custom spamassassin scores to the cluster slaves
414
415 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Nov 2019 13:09:57 +0100
416
417pmg-api (6.0-9) pmg; urgency=medium
418
419 * DKIM-sign outbound mail if configured
420
421 * add DKIM related API endpoints
422
423 * fix #2371: reload pmg-smtp-filter on config change
424
425 * add /etc/pmg/dkim to cluster-sync
426
427 * Quarantine API: extend download call to download whole mails
428
429 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Oct 2019 18:31:14 +0100
430
431pmg-api (6.0-8) pmg; urgency=medium
432
433 * add attachment quarantine with API integration
434
435 * fix API result verification for invalid mails
436
437 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Oct 2019 07:37:00 +0200
438
439pmg-api (6.0-6) pmg; urgency=medium
440
441 * fix #2224: override reference to openspf.org
442
443 * fix #2360: cluster: reload pmg-smtp-filter on rulechange
444
445 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Sep 2019 08:05:52 +0200
446
447pmg-api (6.0-5) pmg; urgency=medium
448
449 * fix mimetypes API
450
451 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Aug 2019 14:31:38 +0200
452
453pmg-api (6.0-4) pmg; urgency=medium
454
455 * fix #2324 - improve docs on encrypted archives
456
457 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Aug 2019 10:50:42 +0200
458
459pmg-api (6.0-3) pmg; urgency=medium
460
461 * use hmac_sha_256 alogrithm for improved CSRF token security
462
463 * pmgproxy: add link to extjs for pmg-docs' api-viewer
464
465 -- Proxmox Support Team <support@proxmox.com> Sat, 17 Aug 2019 13:04:52 +0200
466
467pmg-api (6.0-2) pmg; urgency=medium
468
469 * adapt journalctl invocation to changed behavior with new systemd version of
470 Debian Buster and make journal parsing more robust
471
472 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2019 15:48:59 +0200
473
474pmg-api (6.0-1+2) pmg; urgency=medium
475
476 * update PMG sources.list to buster
477
478 * replace deprecated /var/run with /run
479
480 * improve restart on upgrade behaviour
481
482 * Who: Domain: improve speed
483
484 * What: Spam: add uri hits to rule description
485
486 * adapt postgresql.conf template to include current postgres version
487
488 * adapt clamav.conf.in to new upstream version
489
490 -- Proxmox Support Team <support@proxmox.com> Fri, 9 Aug 2019 08:58:05 +0200
491
492pmg-api (6.0-1+1) pmg; urgency=medium
493
494 * improve packaging compatibillity with postgres 11 slightly
495
496 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2019 21:11:24 +0200
497
498pmg-api (6.0-1) pmg; urgency=medium
499
500 * bump for Proxmox Mailgateway 6 based on Debian Buster
501
502 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2019 20:48:06 +0200
503
504pmg-api (5.2-6) unstable; urgency=medium
505
506 * fix #2276: restore line format for pmg-log-tracker
507
508 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Jul 2019 17:04:59 +0200
509
510pmg-api (5.2-5) unstable; urgency=medium
511
512 * avast: change scan invocation path
513
514 * extended fix #1974: traffic_stat_graph: go through all entries
515
516 * fall back to hostname only if no domain defined
517
518 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jul 2019 17:52:43 +0200
519
520pmg-api (5.2-4) unstable; urgency=medium
521
522 * limit precision of bayes-score in log
523
524 * Drop sa-awl output from pmg-system-report
525
526 * fix #2232: set rulename for default accept
527
528 * pmg config: fix avast scan executable path documentation
529
530 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Jun 2019 14:00:49 +0200
531
532pmg-api (5.2-3) unstable; urgency=medium
533
534 * node: add api endpoint for new mini-journalreader
535
536 * allow one to use cidr(6) for passing IP/CIDR to the network api
537
538 * Add rule name to RuleAction logging
539
540 -- Proxmox Support Team <support@proxmox.com> Thu, 16 May 2019 13:29:42 +0200
541
542pmg-api (5.2-2) unstable; urgency=medium
543
544 * Fix setresuid to postgres error handling
545
546 * fix #2153: allow "'" in quarantine email addresses
547
548 * log before restarting services on rewrite_config
549
550 * fix #2172: sort mynetworks template var to make postfix config rewrite
551 stable and thus restart less often
552
553 * reload postfix instead of restart on config change
554
555 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Apr 2019 13:49:37 +0200
556
557pmg-api (5.2-1) unstable; urgency=medium
558
559 * prepare for new 5.2 release
560
561 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2019 06:59:17 +0100
562
563pmg-api (5.1-7) unstable; urgency=medium
564
565 * pmgversion: be compatible with minimized container installation
566
567 * pmgversion: sort packages
568
569 * better error handling for ldap connect
570
571 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2019 06:51:16 +0100
572
573pmg-api (5.1-6) unstable; urgency=medium
574
575 * fix #2129: allow (some) filters for dnsbl-entry
576
577 * fix #1947: implement starttls for ldap
578
579 * fix #1946: add verify and cafile options for ldap
580
581 * show all errors when we get an ldap connection error
582
583 * add/integrate custom_check
584
585 * pmg-system-report: check for existing sa-awl db
586
587 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Mar 2019 07:01:03 +0100
588
589pmg-api (5.1-5) unstable; urgency=medium
590
591 * fix #2093 pmgproxy: read in /etc/default/pmgproxy
592
593 * add dependency on pve-http-server (>= 2.0.12)
594
595 * add pmg report api call for the gui
596
597 * add optional list parameter to quarusers api call
598
599 * close #2075: do not insert empty WL/BL
600
601 * user white/blacklist: allow multiple entries for adding/deleting
602
603 * Quarantine: reuse raw parameter for non htmlmail formatter
604
605 * load mobile ui on mobile user agent on /quarantine
606
607 * improve pmg-email-address regex
608
609 * bsys: add pmg-system-report + manpage to Makefile
610
611 * extend pmgdb dump
612
613 * close #1917: add pmg-system-report command
614
615 * add rule's score to pmg-smtp-filter logline
616
617 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Feb 2019 13:02:52 +0100
618
619pmg-api (5.1-4) unstable; urgency=medium
620
621 * fix bug #2035 cluster sync issues with ipv6
622
623 * fix #1974: postscreen_stat_graph: go through all entries
624
625 * fixed some typos in PMG/Config.pm
626
627 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Dec 2018 10:24:39 +0100
628
629pmg-api (5.1-3) unstable; urgency=medium
630
631 * fix #1978: always give encoding/collate explicitly when creating db
632
633 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Nov 2018 09:53:39 +0100
634
635pmg-api (5.1-2) unstable; urgency=medium
636
637 * do not use 'last' inside do/while
638
639 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Oct 2018 12:14:08 +0200
640
641pmg-api (5.1-1) unstable; urgency=medium
642
643 * add API for TLS policy - PMG::API2::DestinationTLSPolicy
644
645 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Sep 2018 06:50:24 +0200
646
647pmg-api (5.0-79) unstable; urgency=medium
648
649 * fix #1876: allow node status for admin/manager/auditors
650
651 * fix #1881: increase limit for ids in spam quarantine
652
653 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Sep 2018 09:30:55 +0200
654
655pmg-api (5.0-78) unstable; urgency=medium
656
657 * fix bug #1701: implement smarthostport setting
658
659 * fix bug #1649: Allow TLS also on internal SMTP port
660
661 * fix bug #1727: hide details if hide_received is active
662
663 * use 'dailyreport' config
664
665 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Sep 2018 06:46:47 +0200
666
667pmg-api (5.0-77) unstable; urgency=medium
668
669 * fix bux #1776: set http_proxy for sa-update
670
671 * statistics: actually calculate day when it is given
672
673 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Sep 2018 13:01:41 +0200
674
675pmg-api (5.0-76) unstable; urgency=medium
676
677 * d/control: update pve-common version dependency
678
679 * as we use the new param_mapping functionallity from PVE::CLIHandler
680
681 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Jul 2018 10:54:44 +0200
682
683pmg-api (5.0-75) unstable; urgency=medium
684
685 * log email addresses as utf8 (postfix also do that).
686
687 * SMTP.pm: SMTPUTF8 is always passed with "mail" command
688
689 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Jul 2018 09:59:45 +0200
690
691pmg-api (5.0-74) unstable; urgency=medium
692
693 * add support for SMTPUTF8 extensions
694
695 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Jul 2018 12:50:40 +0200
696
697pmg-api (5.0-73) unstable; urgency=medium
698
699 * Add postfix dnsbl threshold
700
701 * fix spamscore Statistics - correctly compute ratio
702
703 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Jun 2018 10:25:09 +0200
704
705pmg-api (5.0-72) unstable; urgency=medium
706
707 * PMG/RuleDB/Notify.pm: allow to use wide UTF-8 characters
708
709 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jun 2018 10:18:48 +0200
710
711pmg-api (5.0-71) unstable; urgency=medium
712
713 * sync_userprefs_db: fix #1797 - fix merge function
714
715 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jun 2018 09:08:52 +0200
716
717pmg-api (5.0-70) unstable; urgency=medium
718
719 * fix bug 1707: use correct units for deferred mail queue (minutes)
720
721 -- Proxmox Support Team <support@proxmox.com> Fri, 04 May 2018 12:47:11 +0200
722
723pmg-api (5.0-69) unstable; urgency=medium
724
725 * pmg-smtp-filter.service: set Restart=on-abort
726
727 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Apr 2018 10:51:20 +0200
728
729pmg-api (5.0-68) unstable; urgency=medium
730
731 * quarantine actions: allow multiple ids for one action
732
733 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2018 14:18:54 +0200
734
735pmg-api (5.0-67) unstable; urgency=medium
736
737 * implement new 'helpdesk' role
738
739 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Mar 2018 11:44:28 +0100
740
741pmg-api (5.0-66) unstable; urgency=medium
742
743 * Fix password change of unix root user
744
745 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Mar 2018 14:19:21 +0100
746
747pmg-api (5.0-65) unstable; urgency=medium
748
749 * pmgpolicy: avoid warning about uninitialized value
750
751 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Mar 2018 06:42:31 +0100
752
753pmg-api (5.0-64) unstable; urgency=medium
754
755 * fix #1679: do not delete old quarantine mails on cluster creation/join
756
757 * Domain object: avoid warning about uninitialized value
758
759 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Mar 2018 06:13:32 +0100
760
761pmg-api (5.0-63) unstable; urgency=medium
762
763 * add support for avast virus scanner
764
765 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Feb 2018 10:16:07 +0100
766
767pmg-api (5.0-62) unstable; urgency=medium
768
769 * fix bug #1673: Allow email addresses in transport maps
770
771 * UserConfig: verify: check username vs userid
772
773 -- Proxmox Support Team <support@proxmox.com> Sat, 17 Feb 2018 10:07:40 +0100
774
775pmg-api (5.0-61) unstable; urgency=medium
776
777 * fix bug #1646: domains - allow to use wildcard domains
778
779 * fix bug # 1639: create /var/lib/pmg/backup
780
781 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Feb 2018 11:12:32 +0100
782
783pmg-api (5.0-60) unstable; urgency=medium
784
785 * pmg-daily.timer: use RandomizedDelaySec
786
787 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Feb 2018 08:15:05 +0100
788
789pmg-api (5.0-59) unstable; urgency=medium
790
791 * introduce new template var postfix.int_ip
792
793 * fix bug #1643: add port and protocol to spamquarantine config
794
795 * pmg-daily.timer: randomize start time using AccuracySec=5hours
796
797 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Jan 2018 14:20:39 +0100
798
799pmg-api (5.0-58) unstable; urgency=medium
800
801 * remove unique constraint from LocalStat(Time)
802
803 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jan 2018 09:05:22 +0100
804
805pmg-api (5.0-57) unstable; urgency=medium
806
807 * PMG::Cluster::sync_statistic_db - correctyl update
808 clusterinfo lastid_CStatistic
809
810 * PMG::Cluster::sync_quarantine_db - skip files generated before
811 cluster was created
812
813 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jan 2018 08:02:10 +0100
814
815pmg-api (5.0-56) unstable; urgency=medium
816
817 * fix bug #1636: correctly track file modification time
818
819 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jan 2018 11:09:33 +0100
820
821pmg-api (5.0-55) unstable; urgency=medium
822
823 * fix ipv6 address quoting for postfix mynetworks
824
825 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jan 2018 07:30:45 +0100
826
827pmg-api (5.0-54) unstable; urgency=medium
828
829 * PMG/Config.pm: allow single address setups (all 1 netmask)
830
831 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jan 2018 13:32:03 +0100
832
833pmg-api (5.0-53) unstable; urgency=medium
834
835 * pmgpolicy: try to detect config changes
836
837 * fix bug #1625 - change default rule priorities
838
839 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jan 2018 10:42:12 +0100
840
841pmg-api (5.0-52) unstable; urgency=medium
842
843 * PMG/RuleDB/Object.pm: fix permissions for role admin
844
845 * PMG/API2/MyNetworks.pm: fix links attribute
846
847 * PMG/API2/Transport.pm: fix links attribute
848
849 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jan 2018 10:17:27 +0100
850
851pmg-api (5.0-51) unstable; urgency=medium
852
853 * pmgcm.pm: implement promote
854
855 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Jan 2018 13:09:57 +0100
856
857pmg-api (5.0-50) unstable; urgency=medium
858
859 * PMG/Config.pm: change default email port numbers - We now use port 25
860 for incoming mails. Please verify your setup after updating!
861
862 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jan 2018 14:33:45 +0100
863
864pmg-api (5.0-49) unstable; urgency=medium
865
866 * AccessControl.pm: avoid warning about uninitialized value
867
868 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jan 2018 13:53:31 +0100
869
870pmg-api (5.0-48) unstable; urgency=medium
871
872 * fix #1617: remove regex for matchfield. modfield
873
874 * do not return bindpw over the api
875
876 * let all users read their own user data
877
878 * make ldap info visible for audit users
879
880 * implement pmgcm delete
881
882 * allow admins to reset the rule database
883
884 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Jan 2018 11:36:26 +0100
885
886pmg-api (5.0-47) unstable; urgency=medium
887
888 * truncate large mails before passing them to spamassassin
889
890 * reduce default maxspamsize back to 256
891
892 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Dec 2017 12:19:09 +0100
893
894pmg-api (5.0-46) unstable; urgency=medium
895
896 * PMG/DBTools.pm: add missing TicketID column to CMSReceivers
897
898 * Quarantine.pm: use new TicketID to indentify mails
899
900 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Dec 2017 13:07:52 +0100
901
902pmg-api (5.0-45) unstable; urgency=medium
903
904 * PMG/API2/Quarantine.pm - require parameter pmail for quarantine actions
905
906 * delete_quarantined_mail,deliver_quarantined_mail: add parameter $receiver,
907 correctly update database after mail delivery
908
909 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Dec 2017 10:28:05 +0100
910
911pmg-api (5.0-44) unstable; urgency=medium
912
913 * PMG/API2/APT.pm - fix changelog urls
914
915 * disable suspend-to-disk, as it delays boot on systems with root on ZFS
916
917 * pmg-daily: add check for available updates
918
919 * periodically update subscription status
920
921 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Dec 2017 08:43:48 +0100
922
923pmg-api (5.0-43) unstable; urgency=medium
924
925 * run postmap after generation postfix main.cf
926
927 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 12:46:53 +0100
928
929pmg-api (5.0-42) unstable; urgency=medium
930
931 * PMG/Config.pm: avoid warnings if there is no search domain in resolv.conf
932
933 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 12:12:04 +0100
934
935pmg-api (5.0-41) unstable; urgency=medium
936
937 * PMG/Fetchmail.pm - autostart fetchmail service
938
939 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 11:33:22 +0100
940
941pmg-api (5.0-40) unstable; urgency=medium
942
943 * PMG/Cluster.pm - rewrite ssh keys after cluster sync
944
945 * bump default maxspamsize to 1M
946
947 * depend on apt-transport-https
948
949 * depend on fetchmail
950
951 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Dec 2017 10:28:25 +0100
952
953pmg-api (5.0-39) unstable; urgency=medium
954
955 * install /etc/apt/apt.conf.d/75pmgconf to avoid atomatic kernel removes
956
957 * install /etc/apt/sources.list.d/pmg-enterprise.list
958
959 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 11:14:53 +0100
960
961pmg-api (5.0-38) unstable; urgency=medium
962
963 * add API for node reboot/shutdown
964
965 * bin/pmg-hourly: use reload-or-restart to reload pmgpolicy service
966
967 * PMG/DBTools.pm: do not use IF NOT EXISTS bcause it writes debug
968 messages to console
969
970 * PMG/DBTools.pm - use user root to sync database
971
972 * pmgtunnel.pm - fix call to socketfile()
973
974 * debian/control - depend on 'rsync'
975
976 * PMG/CLI/pmgreport.pm - remove greylisted mails from daily report
977
978 * PMG/CLI/pmgdb.pm: generate default locale
979
980 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 10:06:42 +0100
981
982pmg-api (5.0-37) unstable; urgency=medium
983
984 * pmgreport: use PMG::API2::Statistics to include postscreen stats
985
986 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Dec 2017 09:19:05 +0100
987
988pmg-api (5.0-36) unstable; urgency=medium
989
990 * replace novnc with xtermjs
991
992 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:48:32 +0100
993
994pmg-api (5.0-35) unstable; urgency=medium
995
996 * rename safe_browsing_score to clamav_heuristic_score
997
998 * use clamav_heuristic_score for heuristics results
999
1000 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 13:39:06 +0100
1001
1002pmg-api (5.0-34) unstable; urgency=medium
1003
1004 * PMG/API2/Statistics.pm - include postscreen stats in mail/mailcount
1005
1006 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Dec 2017 11:27:49 +0100
1007
1008pmg-api (5.0-33) unstable; urgency=medium
1009
1010 * bin/pmgpolicy - count PREGREET rejects (postscreen)
1011
1012 * PMG/API2/Statistics.pm - rename rblcount to rejectcount, include PREGREET
1013
1014 * depend on: openssh-client, openssh-server, apt
1015
1016 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Dec 2017 07:59:11 +0100
1017
1018pmg-api (5.0-32) unstable; urgency=medium
1019
1020 * PMG::DBTool::load_mail_data - add optional $pmail parameter
1021
1022 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Dec 2017 12:19:58 +0100
1023
1024pmg-api (5.0-31) unstable; urgency=medium
1025
1026 * PMG/HTMLMail.pm - use global hash to store inlined images
1027
1028 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Dec 2017 06:31:52 +0100
1029
1030pmg-api (5.0-30) unstable; urgency=medium
1031
1032 * debian/postinst/prerm - handle pmgproxy/pmgdaemon manually
1033 to keep VNC connections during upgrades.
1034
1035 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Dec 2017 14:12:04 +0100
1036
1037pmg-api (5.0-29) unstable; urgency=medium
1038
1039 * LDAP: add mailAlternativeAddress to mailattr default
1040
1041 * PMG/LDAPConfig.pm - register new format ldap-simple-attr
1042
1043 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Dec 2017 12:09:07 +0100
1044
1045pmg-api (5.0-28) unstable; urgency=medium
1046
1047 * pmg-smtp-filter: fix safebrowsing hit detection
1048
1049 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Dec 2017 13:17:24 +0100
1050
1051pmg-api (5.0-27) unstable; urgency=medium
1052
1053 * do not use .db file for mynetworks
1054
1055 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Dec 2017 10:57:42 +0100
1056
1057pmg-api (5.0-26) unstable; urgency=medium
1058
1059 * increase deafult maxspamsize to 512*1024
1060
1061 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Nov 2017 09:56:50 +0100
1062
1063pmg-api (5.0-25) unstable; urgency=medium
1064
1065 * templates/local.cf.in: include KAM.cf
1066
1067 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Nov 2017 08:03:39 +0100
1068
1069pmg-api (5.0-24) unstable; urgency=medium
1070
1071 * total_mail_stat: return bytes_in/bytes_out in bytes (instead of MBytes)
1072
1073 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 11:37:07 +0100
1074
1075pmg-api (5.0-23) unstable; urgency=medium
1076
1077 * avoid repeated SPF headers
1078
1079 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 10:38:16 +0100
1080
1081pmg-api (5.0-22) unstable; urgency=medium
1082
1083 * fix network stats
1084
1085 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 15:24:12 +0100
1086
1087pmg-api (5.0-21) unstable; urgency=medium
1088
1089 * avoid warning about uninitialized value
1090
1091 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 14:36:12 +0100
1092
1093pmg-api (5.0-20) unstable; urgency=medium
1094
1095 * use google safe browsing hits to icrease spam score
1096
1097 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 13:46:13 +0100
1098
1099pmg-api (5.0-19) unstable; urgency=medium
1100
1101 * PMG/RuleDB/Notify.pm - avoid use of undefined values
1102
1103 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 12:19:21 +0100
1104
1105pmg-api (5.0-18) unstable; urgency=medium
1106
1107 * remove mail/use_rbl config - we use dnsbl_sites instead
1108
1109 * PMG/Config.pm - register/use format dnsbl-entry
1110
1111 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Nov 2017 11:41:19 +0100
1112
1113pmg-api (5.0-17) unstable; urgency=medium
1114
1115 * support postfix tls policy map /etc/pmg/tls_policy
1116
1117 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Nov 2017 06:45:41 +0100
1118
1119pmg-api (5.0-16) unstable; urgency=medium
1120
1121 * depend on clamdscan
1122
1123 * do not set postscreen_dnsbl_reply_map
1124
1125 -- Proxmox Support Team <support@proxmox.com> Sat, 25 Nov 2017 09:36:02 +0100
1126
1127pmg-api (5.0-15) unstable; urgency=medium
1128
1129 * always load SA dkim to improve accuracy
1130
1131 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Nov 2017 07:25:38 +0100
1132
1133pmg-api (5.0-14) unstable; urgency=medium
1134
1135 * pmgsync.service - run pmgconfig init to generate required files
1136
1137 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:47:07 +0100
1138
1139pmg-api (5.0-13) unstable; urgency=medium
1140
1141 * add pmgsync service
1142
1143 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:15:18 +0100
1144
1145pmg-api (5.0-12) unstable; urgency=medium
1146
1147 * debian/postinst - fix postgres service name (postgresql.service)
1148
1149 * debian/postinst - do not use #DEBHELPER# macro inside comment
1150
1151 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2017 11:30:26 +0100
1152
1153pmg-api (5.0-10) unstable; urgency=medium
1154
1155 * debian/postinst - do not skip service setup in /proxmox_install_mode
1156
1157 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2017 09:31:32 +0100
1158
1159pmg-api (5.0-9) unstable; urgency=medium
1160
1161 * debian/pmgbanner.service - setup login banner
1162
1163 * templates/fetchmailrc.tt - fix syntax
1164
1165 * PMG/API2/APT.pm - fix package names
1166
1167 * PMG/Service/pmgproxy.pm - fix package names
1168
1169 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 13:08:35 +0100
1170
1171pmg-api (5.0-8) unstable; urgency=medium
1172
1173 * rename package to pmg-api
1174
1175 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:48:41 +0100
1176
1177proxmox-mailgateway (5.0-7) unstable; urgency=medium
1178
1179 * PMG/API2/SMTPWhitelist.pm - update postfix files after modifications
1180
1181 * PMG/Backup.pm - restore: keep directory /etc/pmg
1182
1183 * PMG/API2/Cluster.pm - use PMG::MailQueue::create_spooldirs
1184
1185 * PMG/API2/SMTPWhitelist.pm - fix delete object
1186
1187 * implement backup/restore
1188
1189 * PMG/API2/Cluster.pm - new option list_single_node
1190
1191 * improve permissions
1192
1193 * correct child link for the clamav api
1194
1195 * add spamassassin update api calls
1196
1197 * update spamassassin rules daily
1198
1199 * implement fetchmail api
1200
1201 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:30:06 +0100
1202
1203proxmox-mailgateway (5.0-6) unstable; urgency=medium
1204
1205 * add date to the mail link for the verbose report
1206
1207 * implement fetchmail API
1208
1209 * add new LDAP group member api call
1210
1211 * implement missing rule database api calls
1212
1213 * implement user quarantine
1214
1215 * fix api call permissions
1216
1217 * add subscription api
1218
1219 * add apt api
1220
1221 * do not depend on clamav-unofficial-sigs
1222
1223 * implement mail tracker
1224
1225 * implement pmgqm - quarantine management tool
1226
1227 * improve statistic api
1228
1229 * countless other fixes and improvements
1230
1231 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:30:23 +0200
1232
1233proxmox-mailgateway (5.0-5) unstable; urgency=medium
1234
1235 * improved database security
1236
1237 * implemented cluster tunnel daemon
1238
1239 * depend on sudo
1240
1241 * pmgcm: add 'sync' command
1242
1243 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Apr 2017 07:26:53 +0200
1244
1245proxmox-mailgateway (5.0-4) unstable; urgency=medium
1246
1247 * improved cluster management API
1248
1249 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Apr 2017 12:32:30 +0200
1250
1251proxmox-mailgateway (5.0-3) unstable; urgency=medium
1252
1253 * initial cluster management API
1254
1255 * ldap and user API
1256
1257 * mail queue APIL
1258
1259 * small fixes and improvements
1260
1261 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:27:10 +0200
1262
1263proxmox-mailgateway (5.0-2) unstable; urgency=medium
1264
1265 * restart services after upgrade
1266
1267 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Mar 2017 10:24:37 +0100
1268
1269proxmox-mailgateway (5.0-1) unstable; urgency=medium
1270
1271 * adjust version (so that we are higher than previous
1272 proxmox-mailgateway release)
1273
1274 -- Proxmox Support Team <support@proxmox.com> Mon, 06 Mar 2017 11:04:03 +0100
1275
1276proxmox-mailgateway (1.0-1) unstable; urgency=medium
1277
1278 * imported from private repository
1279
1280 -- root <root@pmg5.maurer-it.com> Tue, 24 Jan 2017 11:31:10 +0100
1281