You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have setup postal version 3.3.4 in a kubernetes cluster, following the documentation. This cluster is hosted on a managed infrastructure operated by our cloud provide (scaleway, france).
As the mail providers are becoming more and more sensitive about who is sending e-mails to them we noticed that for delivery we are more or less obliged to send our emails trough a whitelisted relay server offered by our cloud provider (smtp.tem.scaleway.com).
a routing rule for [email protected] using the above address endpoint as main endpoint
What we were expecting was that postal will use the relay server in order to send the e-mail
What we are experiencing is that postal is relaying the email without considering the routing defined
We confirmed it by using mailhog project as a relay, so we could see all the e-mails headers and none of them was mentionning [email protected]
Below is the env vars we used (not using any config file, just vars) :
We would expect that relaying is actually using routing table or thta there is an env var that allow to control this behavior (like RELAY_UNMODIFIED=false or something meaningful)
If this is not an issue but rather a feature, can you point us to the right direction in order to achieve what we are trying to do ?
Feel free to ask any missing details
The text was updated successfully, but these errors were encountered:
Describe the bug
We have setup postal version 3.3.4 in a kubernetes cluster, following the documentation. This cluster is hosted on a managed infrastructure operated by our cloud provide (scaleway, france).
As the mail providers are becoming more and more sensitive about who is sending e-mails to them we noticed that for delivery we are more or less obliged to send our emails trough a whitelisted relay server offered by our cloud provider (smtp.tem.scaleway.com).
The idea is to match the following pattern :
So we created on a bare new postal installation :
What we were expecting was that postal will use the relay server in order to send the e-mail
What we are experiencing is that postal is relaying the email without considering the routing defined
We confirmed it by using mailhog project as a relay, so we could see all the e-mails headers and none of them was mentionning [email protected]
Below is the env vars we used (not using any config file, just vars) :
To Reproduce
Expected behaviour
We would expect that relaying is actually using routing table or thta there is an env var that allow to control this behavior (like RELAY_UNMODIFIED=false or something meaningful)
Screenshots
Environment details
Additional information/context
If this is not an issue but rather a feature, can you point us to the right direction in order to achieve what we are trying to do ?
Feel free to ask any missing details
The text was updated successfully, but these errors were encountered: