Domain ownership verification
To send emails, confirm domain ownership. After creating an address, DKIM signature settings will be generated on its page. Specify them as the values of the resource record you need to add to your domain zone. You can add a record with your registrar or in Yandex Cloud DNS if you have delegated your domain.
Example of creating a resource record in Cloud DNS
-
In the management console
, select the folder containing the address and your domain zone. -
Select Cloud DNS.
-
Select your domain zone.
-
Click Create record.
-
In the Name field, specify the name generated when creating the address, omitting the domain. For example,
postbox._domainkey.
.Note
For other DNS services, you may need to copy the entire record. The final record must look like this:
postbox._domainkey.example.com.
. -
In the Type list, select
TXT
. -
Copy the contents of the Value field from the Signature verification section and paste it into the Data field. Note that the record value must be enclosed in quotes, for example:
"v=DKIM1;h=sha256;k=rsa;p=M1B...aCA8"
-
Click Create.
-
Go to Cloud Postbox.
-
Select the address you created.
-
Click Verify address. If the record is correct, the verification status on the address page will change to
Success
.
DNS server responses are cached, so delays may occur when updating a resource record.