A lot of people advise against running your own mail server; they recommend using a SAS that is more experienced in this area (Google Apps Gmail, AWS WorkMail, etc).
I want to run Postfix MTA to forward email from a few custom domains through to Hotmail or Gmail. At the moment I use Google Apps Gmail, but the huge setup overhead seems wasteful.
foo@example.com => alpha@gmail.com
bar@example.net => beta@hotmail.com
baz@example.org => gamma@yahoo.com
I realise I won't have the expertise to handle spam or large loads or email, but as I'm forwarding straight onto a reliable email service, is this still an issue?
I am not expecting many emails at all (they are essentially contact points for small brick-and-mortar businesses) - 5 emails/day max.
My query is:
- Am I really getting in too deep?
- What other problems might I face?
(This is not a question on how to set this up, but how much trouble will I have later. Setting Postfix up on a t1.micro EC2 instance and configuring the forwarding will be not be any technical trouble.)