Google Apps - Can I configure a wildcard MX record and and catch all emai address for a domain
Posted
by Rohit
on Server Fault
See other posts from Server Fault
or by Rohit
Published on 2010-03-23T06:36:13Z
Indexed on
2010/03/23
6:43 UTC
Read the original article
Hit count: 270
I am using Google Apps Premier Edition.
I want to create a disposable email address service and I want to catch all emails for a domain. This means that I should be able to catch all mails sent to an arbitrary userid and/or arbitrary domain and store them into a single Google Apps account.
For example, in a single account I want to get all mails sent to:
1) [email protected] 2) [email protected]
without requiring to do any extra configuration in Google Apps for abc or xyz. My app will download mails from this account and process accordingly.
I have figured out that I could do (1) by specifying a catch all email address.
Is the combination of both (1) and (2) possible?
© Server Fault or respective owner