Hi all. First time at trying to 'handle' mail (ever) and starting to think about my plan of attack... right now all of my mail to my domains I run is simply being forwarded by zoneedit...
OK, trying to get my head around handling mail for a new domain that I am now running and will be hosting on a linode, any advice welcome!
Basic setup. I have three linodes, all in different data centers. A production linode, a development linode and a third that I use to serve content like images, .js, .css, etc.
I would like to avoid installing anything other than what is necessary on my production linode, so I am hoping I can do the following:
1) Domain is with goDaddy, point the domain, domain.com, at linode nameservers. Define needed sub-domains, etc in linode DNS manager, including mail.domain.com. While domain.com and
www.domain.com point at 111.111.111.111, my production linode, I will point mail.domain.com at 222.222.222.222 my 'content' linode install.
2) In DNS manager, point mx records for domain.com at mail.domain.com.
3) On 'content' linode, install and configure postfix to handle incoming mail, smtp, pop, etc.
Does this basic setup seem to make sense? In a nutshell, all mail for @domain.com will be handled by the 'content' server, while http requests go to production linode.
Thanks, and appreciate any advice if I am missing something very basic as I start into this.
Paul