Once the service provider has been configured, this step allows Precisely to verify you are authorized to validate identities for the specified email domain.
- Copy the Ownership Verification Hostname and use it to create a new TXT record in your DNS zone.
-
In the TXT record, use the Hostname value as the subdomain name. The value of the TXT record can be anything, only the domain is validated.
Tip: A proper DNS configuration will have an ANSWER SECTION in the response, where the fully qualified hostname appears on the left and "verifier" assigned to the arbitrary TXT value appears on the right. Run the dig command and substitute the ownership verification hostname with the GUID you were provided and use your domain name.Example:
$ dig TXT ownership_verification_hostname_guid.yourdomain.comOutput:; <<>> DiG 9.10.6 <<>> TXT ownership_verification_hostname_guid.yourdomain.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30083 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;ownership_verification_hostname_guid.yourdomain.com. IN TXT ;; ANSWER SECTION: ownership_verification_hostname_guid.yourdomain.com. 60 IN TXT "the arbitrary text value you configured in the DNS entry" ;; Query time: 27 msec ;; SERVER: 10.0.0.1#53(10.0.0.1) ;; WHEN: Wed Feb 26 08:11:27 EST 2025 ;; MSG SIZE rcvd: 114 - Once the TXT record has been created, click Verify and the portal will validate your domain.
- (Optional) Once ownership has been verified, delete the TXT record.