To set up SPF and DKIM for Network Solutions, follow the steps given below:
SPF:
-
Open your DNS management console
-
Navigate to the domain for which you want to setup SPF for Network Solutions.
-
Now, If you have a pre-existing SPF record in your DNS, you need to add spf.netsolmail.net (for non-hosted email) or spf.registeredsite.com (for hosted email) to your previous SPF record. Hence, if your previous SPF record prior to this was v=spf1 include:_spf.google.com -all, your new record will be:
v=spf1 include:_spf.google.com include:spf.netsolmail.net -all
-
In case you don’t have a pre-existing SPF record in your DNS, simply add the following DNS TXT SPF record to your DNS:
v=spf1 include:spf.netsolmail.net -all
DKIM:
-
Click on the Manage Account icon to login into your Network Solutions account
-
Select the domain for which you want to set up DKIM
-
Click on Edit DNS > Manage Domain Names > Manage Advanced DNS Records
-
Navigate to Edit CNAME Records
-
In the section designated to CNAME records click on Add CNAME Records
-
Now enter the values for the fields following the instructions given below:
Alias: s1._domainkey.yourdomain.com (replace s1 with your DKIM selector and yourdomain.com with your domain name)
Host: k=rsa; p=MIGfM…… (replace the value with the value generated for your domain)
-
Save changes