By Mohd Varish
Currently i am using Port25 Pmta service…
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!
Hello,
Just came across this answer and decided to write some general guidelines for anyone who comes across this in the future despite the old question.
In order to achieve this, you can set up multiple MX (Mail Exchanger) records for your domain’s DNS settings. It helps distribute the incoming emails across different servers, improving fault tolerance and load balancing.
Here’s a simple example of setting up multiple MX records:
**example.com. IN MX 10 mail1.example.com.**
**example.com. IN MX 20 mail2.example.com.**
Each MX record should have a priority number assigned to it, lower the number, higher is the priority. Your email will be first attempted to be delivered to the server with the highest priority. In case it fails, the next attempt will be made on the server with the next highest priority.
For more information on setting up MX records in DigitalOcean, please check out this link: How To Set Up a Host Name with DigitalOcean.
Hope that this helps!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.