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

推荐订阅源

D
Docker
爱范儿
爱范儿
Vercel News
Vercel News
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Martin Fowler
Martin Fowler
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers 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