Creating a DKIM Record

Create a new DKIM resource and add the DKIM record to your DNS records.

    1. On the Email Domains list page, select the email domain where you want to configure DKIM. If you need help finding the list page, see Listing Email Domains.
    2. On the details page, select DKIM.
    3. In the DKIM section, select Add DKIM.
    4. Select Add new DKIM and select Next.
      (Optional) Add tags to organize your resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, skip this option (you can apply tags later) or ask the administrator.
    5. In the DKIM selector field:
      1. Enter the prefix to be used in generating the DKIM selector for this particular DKIM key. Replacement keys each have their own unique selector and include a date component to easily identify when the key is rotated. The DKIM selector can contain only up to 63 lowercase alphanumeric characters (a-z, 0-9) with dashes.
      2. Select Next.
    6. Select Generate DKIM Record to generate the DKIM record. The system generates a CNAME record and value that can be used in your DNS setup for your email domain.
      Note

      For non-commercial realms, add the DKIM Text Record Value to your DNS setup.
    7. Copy the CNAME and CNAME Record Value and add it to your DNS setup.
      Note

      To add DNS records, the domain must be registered and available on the public Internet. DNS records must be added using the domain's registered DNS provider, which is the DNS system that the domain's name servers point to.
    8. Select Add DKIM.

      Email Delivery supports a maximum of two DKIM keys per email domain. However, only one DKIM record can be active for your domain at a time. We recommend that you rotate your keys every six months.

  • Use the create command and required parameters to create a new DKIM for an email domain.

    oci email dkim create [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.

    Use the CreateDkim operation to create a DKIM record.

    For more information about managing DKIMs, see GetDkim, ListDkims, and UpdateDkim.