Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Emails to Microsoft Outlook/Hotmail are rejected

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
mail
1 Balas
727 Tampilan
Avatar
Jonathan Quique (jqu)

I'm using Odoo Online / Odoo.sh, and emails sent to Outlook / Hotmail addresses fail with a red envelope in the chatter. The error is:


550 5.7.515 Access denied, sending domain DBNAME.ODOO.COM doesn't meet the required authentication level. The sender's domain in the 5322.From address doesn't meet the authentication requirements defined for the sender. To learn how to fix this see: https://go.microsoft.com/fwlink/p/?linkid=2319303 Spf= Pass , Dkim= Fail , DMARC= Pass


My configuration is 100% standard, and Gmail and other addresses receive my emails without any problems.

0
Avatar
Buang
Avatar
Jonathan Quique (jqu)
Penulis Jawaban Terbai

Your emails are being rejected because one of the authentication tests performed by the recipients (DKIM / SPF) is failing. The error occurs only for recipients using Microsoft email services. The same email sent to Gmail or Yahoo, for example, will pass the test.


The issue comes from the way Microsoft tests SPF / DKIM. This problem is neither specific to Odoo nor new, but it was not blocking as long as Microsoft did not require both SPF and DKIM tests to pass for bulk senders. This has been the case for a few months. As a result, legitimate emails are now being rejected because of this issue. Microsoft has acknowledged the problem and stated that they are working on a fix.


In the meantime, a workaround in Odoo is to send emails from your own domain.

This does not mean that the issue comes from the *odoo.com subdomain itself, but rather that the From address and the address receiving bounce notifications must belong to different domains. In most cases, this helps work around the bug on Microsoft's side.


In practice, you should:


1. Choose a domain that you own and have access to its DNS configuration. For this example, we will use: mycompany.com

Note: If you do not own a domain name but are hosted on Odoo Online and use the Website app, you can receive a domain from Odoo (free for the first year).


2. Create a DNS record of type CNAME for this domain to enable DKIM signature:


Type: CNAME

Host: odoo._domainkey

Value: odoo._domainkey.odoo.com.

TTL: 86400 or the highest possible value


Note: if there is no DMARC record on the selected domain, you need to add one:


Type: TXT

Host: _dmarc

Value: "v=DMARC1; p=none"


3. Use the chosen domain as the value for the mail.default.from_filter key in the System parameters. For example: replace dbname.odoo.com with mycompany.com.


4. Use an email address belonging to the chosen domain as the default from alias for the alias domain. For example: replace notifications with contact@mycompany.com.


With this configuration:

  • Your emails will be sent from the chosen default address. For example, contact@mycompany.com.
  • Bounce notifications and other replies will continue to be sent to the @dbname.odoo.com aliases, so no additional configuration is required on your part.
  • Microsoft should no longer reject emails from your Odoo database due to a false negative or timeout during DKIM verification.
1
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
<( Servicio al pasajero)||¿Cómo hablar directamente en Volaris?
mail
Avatar
0
Okt 25
489
Anyone knows how to set iCloud+ mailing accounts to your own domain in Odoo?
mail
Avatar
Avatar
Avatar
2
Okt 25
918
Followers in emails
mail
Avatar
Avatar
Avatar
3
Sep 25
2680
Remove buttons in emails to clients Diselesaikan
mail
Avatar
Avatar
Avatar
2
Okt 25
851
DKIM and SPF are ok but emails sent from Odoo are going to spam
mail
Avatar
Avatar
1
Agu 25
2227
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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