seikan Posted August 5, 2007 Share Posted August 5, 2007 I have a special case. Anyone know how to forward email from "*@*.mydomain.com" to "admin@mydomain.com" ? The usual catch all is "*@mydomain.com" -> "[email protected]", but in my case, I need to consider the subdomain part too. The subdomain may not existed. Thank for any help ... Link to comment https://forums.phpfreaks.com/topic/63373-catch-all-emails/ Share on other sites More sharing options...
steviewdr Posted August 6, 2007 Share Posted August 6, 2007 It should just be: @maindomain.com [email protected] Any emails sent to sub.domain.com should be delivered to the MX for domain.com, and it is there where you can put the above rule. If you have an active subdomain e.g. test.domain.com, then things are a bit different. -steve Link to comment https://forums.phpfreaks.com/topic/63373-catch-all-emails/#findComment-316801 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.