Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
Environment:
Domain-based Message Authentication, Reporting and Conformance (DMARC)
Resolution:
DMARC is a technical specification designed to give domain owners the ability to protect their domain from unauthorized use. DMARC provides the ability for an organization to publish a policy that specifies which mechanism (DKIM, SPF, or both) is employed when sending email from that domain. It also informs how the receiver should deal with failures and provides administrators a reporting mechanism to monitor that activity.
Overall, users can benefit from implementing DMARC in the reporting it provides while simultaneously improving your domain's reputation. If your organization does choose to implement DMARC, be sure that your messages have "identifier alignment" (more on that below) as it will be necessary to pass DMARC checks. Please note, this is a general email specification and not unique to Oracle B2C Service. However, considerations should be made as implementing DMARC can impact the deliverability of email messages.
DMARC Policy Levels
DMARC policies can be set at three levels:
A policy value of NONE indicates the receiver should not take any special action with the emails sent.The email proceeds into the inbox / folder of the receiver and the data in DMARC reports can be used to start analyzing who is sending emails on your behalf. After some good analysis, the policy can be moved up to QUARANTINE.
A policy value of QUARANTINE indicates email receivers should put emails in special ‘quarantine’ folders like junk/spam. Data in DMARC reports should still be analyzed to check who is sending email on behalf of your domain in order to address any outstanding issues prior to proceeding to the next level.
A policy value of REJECT indicates email receivers should reject all emails that fail the DMARC check. Messages will bounce and will not end up in any folder of the receiver. While this policy provides the most strict control, be aware this will also block emails that are sent from your domain by vendors that have not been specifically safelisted. For example, if you use third party senders like Oracle B2C Service or Email Service Providers and did not expressly configure permission to send on your behalf, their emails will bounce.
Best Practices
It is highly recommended when implementing DMARC to start with a less strict policy so that reports can be monitored and legitimate senders of your mail can be identified. Setting a REJECT policy without fully vetting out the legitimate senders of your email can cause severe business impact. If mail from Oracle B2C Service shows on reports as failing DMARC checks, please review the below answers in our knowledgebase in order to properly configure SPF and DKIM.
Answer ID 2489: SPF and Sender ID considerations with Oracle B2C Service sites
Answer ID 2701: DKIM email authentication configuration
DMARC Alignments
DMARC operates by checking that the domain in the message From: field (also called "5322.From") is "aligned" with other authenticated domain names. If either SPF or DKIM alignment checks pass, then the DMARC alignment test passes.
Alignment may be specified as strict or relaxed. For strict alignment, the domain names must be identical. For relaxed alignment, the top-level "Organizational Domain" must match. To understand alignment, you need to understand the differences between From Domain and the Mail From domains:
SPF Alignment is the alignment of two headers which are evaluated during SPF validation testing, at which point the server that received the email will compare two headers in the email which are:
1.The <From:> domain
2.The RFC5321.MailFrom / Return Path domain
For Reference: https://mxtoolbox.com/dmarc/spf/spf-alignment
DKIM Alignment is performed in order to verify the authenticity of the domain sending the email by using two signatures found in the message where the sender's domain is present:
1. The <From:> domain 2. The DKIM domain (d= tag) from the DKIM-Signature header
For Reference: https://mxtoolbox.com/dmarc/dkim/dkim-alignment
Full Specifications For more information on DMARC see https://dmarc.org/resources/specification/