I setup a server under the Breezy perfect setup and what I've checked so far seems to be working perfectly. I'm using a dyndns for this account b/c its free and this is a test, I'll buy a domain if it goes well. I can access my webmail but I have a couple questions about it. First of all, right now if I go to my webmail which is https://www.draper.is-a-geek.com:81/webmail/ it works fine but users typically don't want to enter the 81 and s and junk like that, how do I define a redirection from mail.draper.is-a-geek.com or webmail.draper.is-a-geek.com or draper.is-a-geek.com/mail or anything else? That would help out tremendously. Also, is there anyway that on my webmail I could set it up so that the user only has to enter their login to get in rather than their entire e-mail? Ok, one last question, where can I find other layouts for the webmail manager? Thanks!
Create a new website in ISPConfig, add a Co-Domain like webmail.yourdomain.com and redirect it to https://www.draper.is-a-geek.com:81/webmail/. If i remember correctly you can setup UebiMiua that it only needs the username instead of the email address. You can have a look at the UebiMiau Config in the directory: /home/admispconfig/ispconfig/web/webmail/ http://www.google.com/search?q=uebi...ient=firefox-a&rls=org.mozilla:de-DE:official
You could also create a web site for webmail.draper.is-a-geek.com and then put the following index.php file into it: PHP: <?php header("Location: https://www.draper.is-a-geek.com:81/webmail/"); exit; ?>