Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

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

Odebírat

Get notified when there's activity on this post

This question has been flagged
domainemailbounceSPF
3 Odpovědi
2688 Zobrazení
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
Zrušit
Avatar
ELMESSAOUDI Ahmed
Nejlepší odpověď

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
Zrušit
Avatar
Marc Casas Bosch
Autor Nejlepší odpověď

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
Zrušit
Avatar
Jean-Sebastien Dupuis
Nejlepší odpověď

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
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Odoo 18 - Disable all bounce emails?
email bounce
Avatar
0
bře 25
1554
How to find emails created & received by a Customer?
domain email
Avatar
0
bře 15
4366
Setting up custom email
domain email website
Avatar
0
lis 24
2162
How to configure email to use with free domain name from Odoo
configuration domain email
Avatar
Avatar
Avatar
2
srp 24
5780
Create email ids and manage inbox in Odoo V17
domain email inbox
Avatar
Avatar
Avatar
2
kvě 24
3183
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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