Webmail alias

Discussion in 'HOWTO-Related Questions' started by aethiolas, Nov 21, 2005.

  1. aethiolas

    aethiolas New Member

    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!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  3. falko

    falko Super Moderator ISPConfig Developer

    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;
    ?> 
     

Share This Page