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!
Every thing went well until I got to the DKIM part as in my iRedMail.tips I have nothing below that to add to the txt record. it just like this :
DNS record for DKIM support:
Amavisd-new: * Configuration files:
How do I modify this to serve mail for multiple domains (they aren’t related)?
@inbox thanks that found my dkim keys. Now my problem is that i am able to send mail but not receive any email outside my server.
I have searched high and low for the answer on this. If you are setting up a subdomain as the mail server, and cannot change the name servers on a subdomain, what are the proper DNS settings for each end? I am trying to redirect the MX record to a subdomain that has an A record which is directed to the mail server. Thank you for your help!
If you would like to receive mail on subdomain, simply point root (@) MX record to subdomain, and create A type record for the subdomain’s IP address:
@ IN MX mail.domain.com mail IN A 1.2.3.4
I have it all setup, and I can log into roundcube, but when I try to send mail from roundcube I get the error:
SMTP Error (451): Failed to add recipient “myemail@gmail.com” (configuration problem).
I don’t have an SSL certificate and I received the security warning when going to the website.
Any thoughts?
how can I receive e-mails from other servers? I just can receive from local network.