Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Bounce Address (Return-Path) Causes SPF Alignment Fail in Odoo online

Subscribe

Get notified when there's activity on this post

This question has been flagged
domainemailbounceSPF
3 Replies
2687 Views
Avatar
Marc Casas Bosch

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!

0
Avatar
Discard
Avatar
ELMESSAOUDI Ahmed
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 ?

0
Avatar
Discard
Avatar
Marc Casas Bosch
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.

0
Avatar
Discard
Avatar
Jean-Sebastien Dupuis
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?

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Odoo 18 - Disable all bounce emails?
email bounce
Avatar
0
Mar 25
1554
How to find emails created & received by a Customer?
domain email
Avatar
0
Mar 15
4366
Setting up custom email
domain email website
Avatar
0
Nov 24
2159
How to configure email to use with free domain name from Odoo
configuration domain email
Avatar
Avatar
Avatar
2
Aug 24
5779
Create email ids and manage inbox in Odoo V17
domain email inbox
Avatar
Avatar
Avatar
2
May 24
3183
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now