Catch-all subdomains email

emailemail-servermx-recordwildcard-subdomain

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…

Best Answer

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/