I've searched this forum, but can't find an answer, so I'll just post my question...
How would I set up a "Parked Domain" in Plesk?
A Parked Domain is simply the following:
- HTTP requests get automatically redirected to the "master" domain.
- Emails to
So, for example, if I have myclient.com set up as a domain in Plesk, with 3 email boxes: box1, box2, and box3, what I want to do is park the domain "myclient.net" so that:
- http://www.myclient.net/somedocument.html -> goes to:
http://www.myclient.com/somedocument.html
AND
- Email to: box1@myclient.net -> goes to:
box1@myclient.com
AND
- Email to: unknownuser@myclient.net -> goes to:
unknownuser@myclient.com (and then either bounces or gets handled by the catch-all entry).
I know how to configure the Web part (just add an additional ServerAlias), and the DNS part, but I'm having trouble figuring out the Qmail part. Is there an easy way to say something like:
*@myclient.net -> *@myclient.com
Thoughts, Anyone?
-Danimal