I want to catch all emails sent to * @ *.domain.com
to a single account, how do I do that?
I've already set up a wildcard MX record, and it resolves correctly. But I'm having trouble finding any email-server software capable of this.
PS. I'd prefer a hosted/web-based solution, or a Windows solution, since our farm is built around Windows-servers... But a *nix option is also fine :(
PPS. Google Apps cant' do that, tried it...
As far as i know, postfix can do this .
Here is the solution presented in this article, that how Postfix setup can catch-all email accounts using /etc/postfix/virtual
http://www.cyberciti.biz/faq/howto-setup-postfix-catch-all-email-accounts/
Windows MTA with web-interface of Administration, which can handle catch-all - Axigen
Found this blog post with detailed instructions for Postfix, thanks to Frank by showing the path:
http://www.myintervals.com/blog/2011/07/14/configure-your-web-based-application-to-receive-email-using-wildcard-virtual-subdomains-postfix-and-linux/