Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Configurei o postfix, o gmail não recebe, qual seria a melhor opçao?
TXT @ “v=spf1 mx a ~all”
?
@schroeder.noia: Did you follow a specific article on setting up postfix?
Also, try changing your TXT record to this:
<pre>TXT @ “v=spf1 mx a ip4:<strong>yourdropletsip</strong> ~all”</pre>
Replace yourdropletsip with your droplet’s IP.
In DO DNS TXT record there are 2 fields >enter name >enter text so what values should be placed where?? Is the SPF records to be added for only for main domain or it is need for each and every addon domain?
My DKIm looks like below so what and where do I put these things? <pre> 2012513._domainkey IN TXT ( “v=DKIM1; k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzLuSAevWarq/x” “y98wA0gz6kDDKYjgppYUJuyQ/dWvsvi2yX8gEnXS1yI91A/NmjEomzE90BHSBrgSEv3rxmNViVrN5HU7” “jki1Xja5dNzxwYip9zRLACauG2ZVzagcFZd8EORaLUZhlkkiiiutuytiuyiuyuyATHz0ofJ9ope0Wzu62XCqzB3pmLR5GPM7Lvh”"y6CDW85gIE9JWEbbk8YI/wzxtphfD77tOkDsNDAGul3mhMKFBb1b8unjUIOQSrbv6GSnw9RkAh/PXKr8"“97uO19Ql0CCRltcGZOIFc4DLk3hWRi/SBKomJ+ZSSbOzr45Jkn/iYepr9kxtVSfygR8xrgJd+BSfJIzr”“KI8qnH9kQIDAQAB” ) </pre>
@shyamsukhamit: TXT name: _domainkey Text: “v=DKIM1; k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzLuSAevWarq/x”
You’ll need to add them for every addon domain.
just 1 more clarifu\ication as you mentioned that name should be " _domainkey" shouldn’t it be “2012513._domainkey” and should the text be only the “p=xxxxxxxxxxxxxxxx”.
According to the article what is the difference between my txt record(which contains long code" and "TXT @ “v=spf1 a include:_spf.google.com ~all” and where it should be entered if it is required?
This article is about SPF records. You’re trying to add a DKIM record which is a completely different thing. Where did you get that DKIM config from? I’ve just checked it and it appears to be invalid.
Yes this is DKIM key, I got it from webmin >email messages > dkim… Sorry I totally messed it up. Can you please tell me from where do I get the spf record and what do I add in DO DNS TXT record?
and please let me know what should be done for DKIM?
Thanks for your help.
You don’t get an SPF record – you usually build it yourself. Read this article.
Please take a screenshot of webmin’s DKIM page
In DO DNS TXT RECORD I have entered NAME=@ and text= “v=spf1 mx:yourdomain.com -all” is that the correct way of inputting the value @kamal?
I Think that DKIM is also added in TXT record of the DNS am I correct? that values I have put above are little bit modified. If you want I can pastebin the content of the DKIM.
Thanks for the help