I would like to create a mail server on my droplet but I don’t want it to interfere with my website so I want to access mail on example.com:2099. How do I do this with iredmail?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
iRedmail is great and sets things up on a standard port for general IMAP/POP3 access - so if you are wanting to access from a client that’s no problem, but if you aren’t using Nginx you could simply change the configuration for Nginx to be a different port and restart, then your current Apache setup would work just fine.
How is your current droplet setup for Web?