I have added a domain to my control panel and I wanna create a mailserver.
Is 1GB ram enough or do I need something bigger? I don’t mind using only pop or smtp, but a webmail would be a plus.
I tried searching for the tutorial here but the search function is not working properly.
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.
Just an FYI, you can’t use iRedMail or Zimbra any of the other ready made mail systems with an x86 OS, they all require x64. I went through this recently and just ended up installing postfix and dovecot by themselves and having my Gmail grab all the emails.
You can install it on an existing droplet along. However, if that droplet crashes because of running out of memory, or a kernel panic, or if your mailserver crashes because mysql is taking up too much memory and not leaving enough memory for the mailserver you’ll lose emails. <br> <br>If your current droplet has enough room for a mailserver, you can install it on it instead of a new droplet.
One last question, is it ok if I installed it on my currently droplet and not a separate one? Will it slow down my site or anything?
Thank you mate.
Add an A record with the hostname of mail and your droplet’s IP address as the value, then create an MX record for @ that points to mail.yourdomain.com: <br> <br>http://support.godaddy.com/help/article/7924/adding-or-editing-mx-records
Godaddy
Who is your domain registrar?
Can you point me to the MX records tutorial please?