Hi, Complete newbie to handling a droplet: I installed ghost using the digitalocean one-click install, but now I’m wanting to have an email server on there. I used this tutorial and ran a script, but being as it’s a ghost droplet going to mydomain/mail doesn’t work and I’m not sure I did the FQDN thing properly. Any tips on how to do both, preferably without starting over?
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!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
The Ghost droplet uses nginx, while iRedMail uses Apache. So you will need to configure nginx to serve iRedMail’s web mail interface and admin panel, take a look at Using iRedMail with Nginx (Ubuntu 13.04 x64).