Skip to Content
Menu
This question has been flagged
3 Replies
597 Views

Hi, I have a question about the configuration for custom domains for outgoing emails in Odoo, as described in the following documentation and video:


Odoo Documentation, DNS records to send emails in Odoo: https://www.youtube.com/watch?v=TzEXg6y3aOY


Issue Description:


The problem is that the bounce address (Return-Path) does not use the custom domain, even though this behavior is expected based on the documentation.


According to Odoo's documentation:


"The database can be configured to use a custom domain, in which case all default email addresses are built using the custom domain. If the custom domain is company-name.com, the sender address will be notifications@company-name.com, the reply-to address catchall@company-name.com, and the bounce address bounce@company-name.com. The custom domain can be utilized when sending emails either with Odoo’s email servers or an external one."


My Configuration:


I am using Odoo v18.0 Enterprise SaaS, and my settings are as follow the structure below (note: 'mycustomdomain' is used as an example and does not reflect my actual domain):


  • General Settings > Emails > Alias domain: @mycustomdomain.com
  • Settings > Users & Companies > Company (only 1 company, no branches):
    • Email Domain: mycustomdomain.com
    • Bounce: bounce@mycustomdomain.com
    • Catchall: catchall@mycustomdomain.com
    • Default From: notifications@mycustomdomain.com


  • Settings > Technical > Email: Alias Domains:
    • Alias domain: @mycustomdomain.com
    • Bounce Alias: bounce
    • Catchall Alias: catchall
    • Default From Alias: notifications


  • Additionally, SPF, DKIM, and DMARC records have been configured in the DNS zones according to Odoo's documentation.


  • For incoming emails, the necessary redirections have been set up in Google Workspace as outlined in Odoo's documentation. However, this is unrelated to the issue with outgoing emails.


Observed Behavior:


Despite this configuration, the headers of the outgoing emails, extracted from the EML files of sent messages, show the following:


  • Return-Path: <bounce@mycustomdomain.odoo.com>
  • Reply-To: <catchall@mycustomdomain.com>
  • From: <notifications@mycustomdomain.com>

The bounce address (Return-Path) is still using odoo.com, which causes an SPF Alignment fail, leading to emails being flagged as spam.


This same behavior can be observed in the Odoo Experience video linked above:

Timestamp 10:53 (right side of the presentation): The From address uses the custom domain. The Reply-To address also uses the custom domain. However, the bounce address (Return-Path) uses the odoo domain.

I believe the Return-Path should be the custom domain instead of the Odoo domain. I also cannot understand how mail-tester.com shows a score of 10/10 if the domains of the From and Return-Path do not match. As far as I know, such a mismatch should cause an SPF alignment failure, which would negatively impact the score.

Timestamp 12:42: A redirection is created from the custom domain bounce address to the Odoo domain bounce address. However, I think that this redirection will never be triggered because the actual Return-Path remains as the odoo domain.

Timestamp 13:00: The correct configuration is demonstrated, where all email addresses (From, Reply-To, Bounce) belong to the same custom domain. This configuration would be the expected outcome; however, it does not match the email addresses extracted from the headers shown at timestamp 10:53.


Attempts to Solve the Issue:


I have reached out to Odoo support for assistance, and while the case is still open and I remain hopeful for a solution, the responses I’ve received so far have been generic. The support team has indicated that they cannot provide assistance with external configurations. Additionally, it seems the issue may have been misunderstood, as some of their replies referenced incoming email redirections for Google Workspace, which are unrelated to this problem.


Questions:


  1. Is my explanation correct, or am I misunderstanding something?
  2. Is there any additional configuration within Odoo that needs to be adjusted to ensure that the bounce address (Return-Path) uses the custom domain?
  3. Could this be a bug in Odoo's implementation?


The ultimate goal of all this is as simple as maintaining the original functionalities of Odoo while replacing the default Odoo domain with the custom domain.


Thank you in advance for your assistance!

Avatar
Discard
Best Answer

Je n’ai pas testé directement la vérification de bounce@company.odoo.com sur Cloudflare, mais d'après la documentation Odoo et les limitations des fournisseurs de messagerie, il est possible que l'adresse bounce@ soit bloquée ou traitée différemment par Odoo.

Avez-vous essayé ces solutions ?

  1. Changer temporairement l'adresse bounce@ → Testez avec une autre adresse (ex: temp-bounce@webtool.odoo.com), puis modifiez après validation.
  2. Utiliser un autre service pour la redirection → Essayez de rediriger avec un autre service que Cloudflare pour voir si le problème persiste.
  3. Vérifier les logs Cloudflare → Regardez si Cloudflare bloque ou ne délivre pas les emails envoyés à bounce@webtool.odoo.com.

Si la validation Cloudflare fonctionne pour catchall@ et info@, mais pas pour bounce@, cela pourrait être une restriction d’Odoo. Avez-vous essayé de contacter leur support ?

Avatar
Discard
Author Best Answer

Hello Jean-Sebastien Dupuis,

Although I initially contacted Odoo support, I had to analyze the email headers myself and discovered that the issue lies with the Return-Path, which does not use the custom domain but instead an Odoo domain.

After many emails with Odoo support—since it was difficult for them to understand the problem—they consulted specialized staff and informed me that, since January 2024, they have modified the Return-Path behavior, forcing it to use an Odoo domain (bounce@customdomain.odoo.com) instead of a personalized one (bounce@customdomain.com). Additionally, they mentioned that this change only applies to the online version.

I understand that enforcing the Return-Path to use an Odoo domain is a measure implemented to prevent issues on Odoo’s servers or potential harm to their reputation in case some customers use custom domains with incorrect SPF configurations.

However, this decision also impacts those of us who carefully configure SPF, DKIM, and DMARC to ensure everything is in order and follows best practices.

The solution they provided was to switch to Odoo.sh or use an external outgoing mail server. For now, I am using Gmail from Google Workspace as the outgoing mail server.

Avatar
Discard
Best Answer

I have the exact same problem. Using a custom domain. Emails sent from Odoo are 99% DKIM aligned but 0% SPF aligned. I have tripled checked my DNS in Cloudflare and followed the documentation. Did you find the root cause?

Avatar
Discard
Related Posts Replies Views Activity
0
Mar 25
241
0
Mar 15
3055
0
Nov 24
686
2
Aug 24
2590
2
May 24
1348