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

推荐订阅源

人人都是产品经理
人人都是产品经理
量子位
月光博客
月光博客
罗磊的独立博客
宝玉的分享
宝玉的分享
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
博客园 - 叶小钗
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
雷峰网
雷峰网
博客园 - 三生石上(FineUI控件)
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
美团技术团队
爱范儿
爱范儿
V
Visual Studio Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator 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
Change domain for MAILER-DAEMON mails ?
invalid@exam · 2026-06-23 · via Proxmox Support Forum

Hi,

I have a little trouble to figure this out.

My PMG server hostname is : client.mydomain.net and it is performing filtering for the domain client.com

When there's a MAILER-DAEMON send it is send with this address MAILER-DAEMON@client.mydomain.net

I would like to change that for MAILER-DAEMON@client.com

From what I understand that might be fixed by creating this variable in main.cf.in :

myorigin = client.com

I can't use existing variable here because currently :

mydomain = [% dns.domain %]
myhostname = [% dns.hostname %].[% dns.domain %]

which gice mydomain.net and client.mydomain.net

Changing hostname would break the service for the client.

Does anyone know a proper way to fix this ?

Regards

So myorigin = client.com did not work.

I check on another PMG server that was working properly and notice that I did not put "search client.com" in the server that cause me trouble.

pmgconfig dump now show the correct dns.domain and dns.fqdn but sadly the mailer daemon is still with the wrong domain...

pmgconfig dump now show the correct dns.domain and dns.fqdn but sadly the mailer daemon is still with the wrong domain...

did you run `pmgconfig sync --restart 1` as well?

did you run `pmgconfig sync --restart 1` as well?

Yes I did

tried to set the smtp_helo_name in the main.conf.in, does not change the mailer daemon address, will update when I found something