Domain and bounce (Return-Path) isolation with dedicated IPs – is it possible in Postal? #3550
Unanswered
SaasX
asked this question in
Help with using Postal
Replies: 1 comment 2 replies
-
|
Did you set up a return path domain?
If you don't want it to be a CNAME you could probably tweak the code a little but I'm not sure. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently reworking my email sending infrastructure to optimize costs. Until now, I was using one VPS per client, but due to increasing server costs, I am looking to consolidate multiple clients into a single Postal instance.
To maintain proper reputation isolation, I have implemented:
Everything is working correctly on that side.
However, I am facing an issue with the bounce (Return-Path).
Despite configuring domains and tracking, the bounce address remains tied to the root domain of the Postal instance (e.g., domainepostal.com), instead of the client domain (e.g., user1.fr).
This creates several problems:
My goal is to achieve full isolation per client:
So my question is:
Is it possible in Postal to configure a domain-specific Return-Path (e.g., psrp.client1.fr) without relying on the instance root domain (mondomaine.racine.com)?
Or is there a recommended approach to achieve this level of isolation?
Thanks in advance for your insights.
Beta Was this translation helpful? Give feedback.
All reactions