Proxmox Mail Gateway 6.2 available

martin

Proxmox Staff Member
Staff member
Apr 28, 2005
748
1,626
223
Today, we are proud to announce the availability of Proxmox Mail Gateway 6.2. Our email security platform comes with some interesting new features like the full support for before-queue filtering. E-mail that is not accepted remains in the responsibility of the remote SMTP client, quite useful for some organizations.

We have extended and re-implemented the pmg-log-tracker in Rust, including support for parsing and grouping logs in before-queue filtering mode.

Release notes
https://pmg.proxmox.com/wiki/index.php/Release_History

Video What's new in Proxmox Mail Gateway 6.2
https://www.proxmox.com/en/training/video-tutorials/item/what-s-new-in-proxmox-mail-gateway-6-2

Download Proxmox Mail Gateway 6.2
https://www.proxmox.com/downloads/

Documentation
https://pmg.proxmox.com

Community Forum
https://forum.proxmox.com

Source Code
https://git.proxmox.com

Bugtracker
https://bugzilla.proxmox.com

FAQ
Q: Can I upgrade Proxmox Mail Gateway 6.x to 6.2?
A: Yes, just via GUI or via CLI with apt update && apt dist-upgrade

Q: Can I install Proxmox Mail Gateway on top of Debian Buster?
A: Yes, see https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmg_install_on_debian

Q: Can I install Proxmox Mail Gateway on Proxmox VE, VMware or Hyper-V as a virtual machine?
A: Yes, just do the ISO install. If you install on Hyper-V as a generation 2 virtual machine, please disable secure boot.

Q: Can I install Proxmox Mail Gateway as LXC container on Proxmox VE?
A: Yes, just download the proxmox-mailgateway-6.2-standard template via the integrated template downloader.

We hope you will like the new Proxmox Mail Gateway 6.2 and are looking forward to your feedback.

By the way: It's now 15 years since we first released the Proxmox Mail Gateway in version 1.0 on April 28, 2005 - Happy birthday Proxmox Mail Gateway!

__________________
Best regards,

Martin Maurer
Proxmox Mail Gateway project leader
 
v 6.1-2

root@pga:~# apt update && apt-dist-upgrade
Err:1 https://enterprise.proxmox.com/debian/pmg buster InRelease
401 Unauthorized [IP: xx.70.xxx.81 443]
Hit:2 http://security.debian.org buster/updates InRelease
Hit:3 http://ftp.br.debian.org/debian buster InRelease
Hit:4 http://ftp.br.debian.org/debian buster-updates InRelease
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/pmg/dists/buster/InRelease 401 Unauthorized [IP: xx.70.xxx.81 443]
E: The repository 'https://enterprise.proxmox.com/debian/pmg buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@pga:~#
 
The upgrade has followed the good design & throughput as always. It is fast processing and has a nice web interface. We had reservations about the virus scanning and blocking which may end up blocking legitimate emails in the previous edition.
We hope to use the Proxmox mail gateway into the future.

The gateway has enabled technology reviewer to manage all the mails thus ensuring no spams.
 
Last edited by a moderator:
Something to think about

# systemctl restart pmgproxy
Failed to restart pmgproxy.service: Unit pmgproxy.service is masked.
# systemctl status pmgproxy
● pmgproxy.service
Loaded: masked (Reason: Unit pmgproxy.service is masked.)
Active: inactive (dead)
 
Ok it seems that all of the pmg services are either masked or disabled
systemctl list-unit-files | grep pmg

pmg-smtp-filter.service masked
pmgbanner.service masked
pmgdaemon.service masked
pmgmirror.service masked
pmgnetcommit.service masked
pmgpolicy.service masked
pmgsync.service masked
pmgtunnel.service masked
dev-pmg-swap.swap generated
pmg-daily.timer masked
pmg-hourly.timer masked
pmgreport.timer masked
pmgspamreport.timer masked

So I tried to unmask the pmgproxy.service:
systemctl unmask pmgproxy.service

Not the smartest move, now the service has been uninstalled
systemctl revert pmgproxy.service - doesn´t work either

What is my next move here?
apt install proxmox-mailgateway ? (will all my configurations work?)
 
Failed to restart pmgproxy.service: Unit pmgproxy.service is masked.
this sounds odd ..
what's the output of:
Code:
apt update
apt full-upgrade

if this indicates an error try
Code:
apt install -f

apt install proxmox-mailgateway ? (will all my configurations work?)
this should also work - and your configs should not be changed by it - in any case make sure to have a backup!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!