Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Enable DKIM

pradeeppalagiri
New Contributor II
New Contributor II

What is the process to enable DKIM for all saviynt emails using below functionality

Domainame: ABC.com

SMTP: Not Saviynt SMTP(Client SMTP)

Sender from IP: is Saviynt IP

1 REPLY 1

rushikeshvartak
All-Star
All-Star

To enable DomainKeys Identified Mail (DKIM) for all emails sent from Saviynt using a client's SMTP server, follow these steps:

1. Generate DKIM Keys

  • Use a DKIM key generation tool to generate a public and private DKIM key pair for the domain ABC.com.
  • Typically, the selector (used to identify the DKIM record) should be something simple like saviynt or a date-based identifier.

2. Add DKIM Record to DNS

  • Add a DKIM TXT record to your DNS settings for the domain ABC.com.

  • The DKIM record will look like this:

    Host/Name: saviynt._domainkey.ABC.com Type: TXT Value: v=DKIM1; k=rsa; p=<Your_Public_Key>
  • Replace <Your_Public_Key> with the public key generated in Step 1.

3. Configure the Client SMTP Server

  • Access your client's SMTP server settings and configure it to sign all outgoing emails with the private DKIM key generated in Step 1.
  • This configuration usually involves specifying the DKIM selector (saviynt in this example) and uploading the private key to the SMTP server.

4. Verify DKIM Setup

  • Test the DKIM configuration by sending a test email from Saviynt through the client's SMTP server to a mailbox that allows you to view email headers.
  • Check the email headers for a DKIM-Signature header. It should indicate that the email has been signed with the DKIM key corresponding to your domain.

5. Update Saviynt's Email Configuration

  • Ensure that Saviynt's email settings are configured to use the client's SMTP server.
  • In Saviynt, navigate to Admin ConsoleEmail Configurations and verify the SMTP settings (SMTP server address, port, authentication details, etc.).

6. Enable DKIM in Saviynt

  • While Saviynt itself doesn't directly configure DKIM (as it's dependent on the SMTP server), ensure that any email domains being used within Saviynt are configured to align with the DKIM settings.

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.