custom webmail?

cpeters

Verified User
Joined
Nov 23, 2004
Messages
5
Location
Pennsylvania (USA)
Good afternoon all,
I am not sure if this is the right area to post this so if it is not I apologize in advance.
What I would like to do is to have my webmail come up as a page for my domains. Instead of having them go to their control panel to access it I would like it to be something like "http://webmail.domainname.com" that would send them directly to the webmail page. Is this possible? And is there a good tutorial out there as to how to do it? Thank you all in advance for your time.
 
Try:

http://www.example.com/webmail

and/or

http://www.example.com/squirrelmail

replacing example.com with your domain name.

You can create it as, for example:

http://webmail.example.com/

but if you do, you _cannot_ do it as a subdomain (that would conflict with the way DA implements subdomains); you'd have to do it as a separate domain called webmail.example.com.

Just create a new subdomain, and just populate it with an .htaccess file with a permanent redirect.

Jeff
 
Jeff,
Thank you for the speedy reply. I now have it working as "http://www.domainname.com/squirrelmail" What I really want it to do is work as "http://www.webmail.domainname.com" If I am reading you correctly I have to create a domain on my server then. If that is the case no problem what do I do from there? I am trying to make it as easy as possible for my clients to connect to webmail. Also would I have to do this for each domain on my server?
 
Back
Top