Get into Network Solutions to edit your DNS
Go to Network Solutions and log into your account.
Click on Domains in the side panel.
Click on the domain name that you want to set up.
Expand the Advanced Tools section.
Click Manage next to Advanced DNS Records.
DMARC
Click on the +Add Record button in the top right corner.
Complete the form with the following then click on ADD.
Type: NS
Subdomain: _dmarc
Value: ns.vali.email
TTL: 15 minutes (or no longer than 1 hour)
Best Practice: Delete the “_dmarc” TXT record from your DNS zones after you’ve added the NS record (or CNAME record) if one exists.
DKIM
Just as you've created an NS record for the _dmarc subdomain, now you will need to create a similar one for the _domainkey subdomain.
Click on the +Add Record button in the top right corner.
Complete the form with the following then click on ADD.
Type: NS
Subdomain: _domainkey
Value: ns.vali.email
TTL: 15 minutes (or no longer than 1 hour)
SPF
Valimail uses a part of the SPF standard called Macros. These are supported by all email receivers. Macros, along with Valimail’s patented technology, allow Valimail to provide SPF services and directly address the 10 domain lookup limit in the SPF standard.
To delegate SPF to Valimail for email authentication, you'll need to add a TXT record that includes Valimail's SPF macro, or edit your existing SPF record and replace its syntax with the one shown below.
If this is the first time publishing an SPF record for your domain, click the +Add Record button and move to the second step. If you have an existing SPF record, scroll down to the section for TXT records, and look for the record whose value starts with v=spf1. Click on the 3 dots on the far right, and select Edit.
Complete the form with the following then click on EDIT.
Type: TXT
Refers to: @
TXT Value: v=spf1 include:%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email ~all
TTL: 15 minutes (or no longer than 1 hour)
Please note that because of existing DNS TTLs, it may take some time for Valimail to detect that you've configured the DNS record correctly.