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.
SPFとSender IDは何ですか?また、それらがOracle B2C Serviceサイトにどのような影響を与えますか?
環境:
Sender Policy Framework (SPF)
解決策:
Sender Policy Framework(SPFv1)とSender ID(SPFv2とも呼ばれます)は、ドメインネームシステム(DNS)を使用して、特定のドメイン名の代わりにメールを送信できるサーバーを指定する2つのメール認証テクノロジです。 2つの技術は共通の遺産を共有しており、どのように機能するかはほぼ同じです。主な違いは、受信者がどのドメイン(どのドメイン)を送信者として決定するかです。 SPFv1は、エンベロープ送信者アドレス(SMTPトランザクションのMAIL FROM:部分)のドメインを使用し、送信者IDはPurported Responsible Address(PRA)を使用します。
Oracle B2C Serviceメールボックスの場合、コンソールの[Envelope From / Bounce Address]フィールドで指定されたドメインが組織のドメインにブランディングされている場合、SPFレコードを発行する必要があります。ホストされたメールボックスのフレンドリー/ブランドアドレスフィールドのみを編集する場合は、この回答は適用されません。ただし、Friendly From / Branded Addressフィールドを変更する場合は、DKIMを設定する必要があります。 DomainKeysとDKIMメール認証の設定を参照してください。
注意:構成のIFWD_UI_FROM_ADDRを3に設定して、エージェントの個人用メールアドレスを使用して転送を送信する場合は、エージェントのメールアドレスで使用されるドメインも上記のシナリオのようにSPFレコードを公開することを確認する必要があります。
詳細および手順の詳細については、ご使用のリリースのオンラインドキュメンテーションを参照してください。
このSPF変更を実装するにはどうすればよいですか?
オプション 1: ドメインに SPF レコードが現在存在しない場合に使用します。
次の例は、SPFレコードに公開する内容を示しています。 この例は、サービスメールとアウトリーチおよびフィードバックメールに適用されます。
例:Widgets R Usの顧客サービスのディレクターとして、ホスティングされているOracle B2C Serviceサイトから顧客にメールを送信し、あなたの顧客が "offers@widgetsrus.com"を発信者のアドレスから参照できるようにメールのブランドを設定したい。
アクション:次のように、widgetsrus.com DNSにSPFレコードを定義します。
widgetsrus.com IN TXT "v=spf1 include:rnmk.com ~all"
注:SPF レコードに独自のドメインを追加する必要があります (例: 上記の widgetsrus.com)。 また、SPF レコードには最大 10 件のルックアップがあります。
この例では、rnmk.com SPFレコードで特定されたホストはwidgetsrus.comの代わりに送信できます。 最後のエントリ "〜all"は、使用されるポリシーを定義します。 この場合、例のドメインを使用するrnmk.com SPFレコードに記載されているホストから発信されたすべてのメールは、widgetsrus.comの正当なメールソースとして受け入れられます。 受信者がSPFレコードにリストされていないホストからのメールを識別した場合、受信者はそれらのメールをソフトに失敗させる必要があります。
オプション2: SPFがすでにあり、ドメインを使用して電子メールを送信する権限をOracle B2C Serviceに提供している場合に使用します。
既存の SPF レコードがすでにある場合は、複数の SPF レコードを公開するのではなく、既存の SPF レコードを変更します。 上で述べたように、最大 10 個のルックアップがあり、include:rnmk.com を追加すると、現時点では合計 3 個のルックアップが追加されます。 これが多すぎる場合は、exists:%{i}.spf.rnmk.com を追加することもできます。これにより、ルックアップが 1 つだけ追加されます。
Eメール IP は予告なく変更される可能性があるため、SPF レコードのEメール IP アドレスは提供されません。
追加情報と仕様
SPFについて: http://spf.pobox.com と http://www.rfc-editor.org/rfc/rfc4408.txt Sender-IDについて: https://docs.microsoft.com/en-us/exchange/antispam-and-antimalware/antispam-protection/sender-id?view=exchserver-2019