Overview
It's possible to use Media Temple as your email and webmail service, even if your website is hosted at another provider. The following guide shows you how to create and point a subdomain to your Media Temple webmail address. If you need help configuring your DNS, please consult this DNS article or contact support.
NOTE:
You can always navigate directly to webmail using your Grid access domain. Make sure to replace the "s000000" with your domain's access domain:
https://s000000.gridserver.com/.tools/webmail
Instructions
Note: Your Webmail address will not receive email unless your domain's mail is also configured to be managed by Media Temple.
The following guide will show you how to use a subdomain on your domain that redirects to webmail via a 301 redirect. This is simple to do and allows you to access your webmail via an easy to remember address such as 'webmail.example.com'.
Setting up DNS
- Log into your Media Temple Account.
- Navigate to the DNS Zone File page for your domain.
- Ensure that your email DNS is pointing to Media Temple. This will be indicated by your:
- MX-record pointing to mail.example.com (replacing example.com with your domain name).
-
A-Record pointing to your email IP address.
Note: Your Webmail address will not receive email unless your domain's mail DNS is configured to be managed by Media Temple in this manner.
- Click +Add Row to create a new zone file.
- With your new zone file, add an A-record for webmail.example.com (replacing example.com with your domain name). and point it to your Grid's web IP address.
- Click Save Changes.
Setting up a redirect
Now that you've set up the proper DNS, you will want to setup a redirect so that webmail.example.com goes to the proper webmail address. You can set up this redirect using SSH, FTP, or the File Manager. In this exampe, we will be using the File Manager.
- Navigate to the File Manager.
- Click on the /domains folder.
- Once you are in the /domains folder, click on NEW FOLDER.
- Name your folder webmail.example.com (replacing example.com with your domain name). Then click CREATE.
- Click on the /webmail.example.com folder.
- Once you are in the /webmail.example.com folder, click on NEW FOLDER.
- Name the folder named html then click CREATE.
- Click on the /html folder.
- Once you are in the /html folder, click NEW FILE.
- Name the file .htaccess then click CREATE.
- Open the .htaccess file and input the following code (replacing s000000 with your access domain).
Redirect 301 / https://s000000.gridserver.com/.tools/webmail/
- Ensure your permissions are correct. You can match your settings to the image below if necessary. Then click SAVE.
- Ensure the following is correct.
- The domain path is domains/webmail.example.com/html/.htaccess
- The redirect code is correct.
- Then click SAVE.
- That's it! Now if you enter http://webmail.example.com in a browser, it should redirect to your webmail address.
Keep in mind that the update is still subject to propagation times, so you may need to wait up to 24 hours for the changes to take effect.
If you have any issues or would like assistance, please free to contact Media Temple's award winning 24/7 support team.
Resources
DNS Explained
Help finding your access domain
Using .htaccess rewrite rules