How do I set up a basic mail server for the first time? [closed]
Solution 1:
The steps:
- Get the DNS for mydomain.com updated to point the MX record/s to your server;
- Install the MTA of your choice (I recommend postfix, of course);
- Configure the MTA to receive mail from mydomain.com and deliver to local mailbox/es;
- Install the MDA of your choice (I recommend dovecot, of course);
- Configure the MDA for POP/IMAP access;
- Set up your MUA to retrieve/synchronize the mail.
Simple, right? ;)
Solution 2:
While its meant for debian based systems (swap apt for yum) http://flurdy.com/docs/postfix/ is a really good, step by step guide to setting up a complete mail server