Here is my problem.
mydomain.com is my main domain.
I would like all HTTP requests (web) and all Mail to be directed from these domains to my main domain.
mydomain.net
mydomain.org
1. I know I can setup a forward in plesk, that only forwards the domain but does not forward mail.
2. I have read about the vhosts.conf file and adding the serveralias command.
ServerAlias mydomain.net
ServerAlias mydomain.org
But this seems to still only redirect web requests.
I need to have mail@mydomian.net also get forwarded to mail@mydomain.com. And all other email accounts to be forwarded to the corresponding address.
Please don't tell me to just add forwards for each address. I have about 10 domains with 100 mail accounts. I am trying to save time now and time in the future.
Can anyone tell me exactly what needs to be done?