惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
D
DataBreaches.Net
D
Docker
云风的 BLOG
云风的 BLOG
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
罗磊的独立博客
Martin Fowler
Martin Fowler
U
Unit 42
Engineering at Meta
Engineering at Meta
IT之家
IT之家
Vercel News
Vercel News
B
Blog RSS Feed
人人都是产品经理
人人都是产品经理
博客园 - Franky
博客园 - 【当耐特】
Stack Overflow Blog
Stack Overflow Blog
G
Google Developers Blog
MongoDB | Blog
MongoDB | Blog

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
PMG Is there a bug in the compressed archive scanning task?
invalid@exam · 2026-06-16 · via Proxmox Support Forum

Hello everyone,
Recently, there was a problem with pmg that bothered me. When I receive an email with a compressed archive as an attachment, pmg may not be able to decompress it. If it fails the first time, the content will not be scanned and it will be released directly. Does anyone encounter the same problem?

Since my mail server is equipped with MailScanner, it can still block problematic attachments, but I want to leave this tool entirely to pmg.

The following screenshots show that when pmg received the email and tried to decompress and scan it, it no longer checked the contents of the compressed file after the first failure and directly released it to the mail host. I only found out that the compressed file contained .exe when I received a blocking notification from MailScanner.

A1.png

Hello everyone,
We're experiencing the same issue—it would be great to get a response.

2026-04-08T15:15:50.378415+02:00 %mailrelay% pmg-smtp-filter[1672986]: 14123269D655065572D: new mail message-id=<2091793371.1595321.1775653530539.JavaMail.zimbra@sungeiwang.com>
2026-04-08T15:15:50.472673+02:00 %mailrelay% pmg-smtp-filter[1672986]: 14123269D655065572D: found archive 'Pedido de Cota-1.r00' (application/vnd.rar)
2026-04-08T15:15:50.507753+02:00 %mailrelay% pmg-smtp-filter[1672986]: 14123269D655065572D: unpack failed - child '1672994' failed: 512
2026-04-08T15:15:50.508390+02:00 %mailrelay% pmg-smtp-filter[1672986]: 14123269D655065572D: unpack archive 'Pedido de Cota-1.r00' done (35 ms)

We received a notification from the service provider that there was malware in the archive.

ArchiveFilter supports an undocumented content type:

proxmox/unreadable-archive

It can be added via:

pmgsh create /config/ruledb/what/<ID>/archivefilter \
--contenttype 'proxmox/unreadable-archive'

This allows quarantining only archives that PMG failed to unpack
(e.g. "unpack failed - child XXXX failed: 512"),
while allowing normal ZIP/RAR/7z archives