I am having problems with setting up a mail server on my droplet. here are my confusions
When adding an mx record, I am asked to add something like mail.sitename.com, my question is how do I setup this sub-domain or is it set setup automatically?
I have already installed postfix and dovecot but I cant receive any emails sent to the created address during configuration
How do i install roundcube to my droplet, I have seen varying tutorials on this and its getting confusing
I am running Ubuntu 14.04 on my digitalocean.
Thanks.
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.
DNS record: host.name.here 14400 IN MX 0 name.here.
(including dot at the end) 14400 - TTL 0 - priority of the record, one can create multiple records
This comment has been deleted
To create a record your MX record can refer to, you must create a A record.