Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    Feb 2005
    Posts
    7

    Default one webmail

    It seems this question has been popping up alot, but no difinitive answer has been given.

    As a user/from a cpanel user account: Where can i request an update or change to cpanel so there can be only one webmail program login page and not have to select from 3 everytime. And so it goes directly into it.

    Basically the same question...
    http://forums.cpanel.net/showthread....hlight=webmail
    http://forums.cpanel.net/showthread....hlight=webmail
    http://forums.cpanel.net/showthread....hlight=webmail
    http://forums.cpanel.net/showthread....hlight=webmail
    http://forums.cpanel.net/showthread....hlight=webmail

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Posts
    1,924

    Default

    This would be up to your web host weather or not to run 1,2,or all three webmail programs it would be best to ask them no one here will have admin access to your cpanel


    you could make a feature request to cpanel http://bugzilla.cpanel.net/

    or you could just create a webpage say like webmail.php and place one of the codes below in it all will go straight to the in box with the exception of horde


    the simple code below was originally posted by chrisj in another webmail post

    NEO MAIL ssl
    ------------------------------------------------------------------
    <?php
    header("Location: https://domain.com:2096/neomail/");
    exit;
    ?>
    --------------------------------------------------------------------

    neo mail non SSL
    ---------------------------------------------------------------------
    <?php
    header("Location: http://domain.com:2095/neomail/");
    exit;
    ?>
    ----------------------------------------------------------------------

    squirrel mail SSL
    --------------------------------------------------------------------------------
    <?php
    header("Location: https://domain.com:2096/3rdparty/squirrelmail/");
    exit;
    ?>
    ---------------------------------------------------------------------------------

    squirrel mail non SSL
    --------------------------------------------------------------------------------
    <?php
    header("Location: http://domain.com:2095/3rdparty/squirrelmail/");
    exit;
    ?>
    ---------------------------------------------------------------------------------


    horde mail SSL
    --------------------------------------------------------------------------------
    <?php
    header("Location: https://domain.com:2096/horde/");
    exit;
    ?>
    ---------------------------------------------------------------------------------

    horde mail non SSL
    --------------------------------------------------------------------------------
    <?php
    header("Location: http://domain.com:2095/horde/");
    exit;
    ?>
    ---------------------------------------------------------------------------------
    Last edited by dalem; 02-27-2005 at 12:00 AM.

  3. #3
    Member
    Join Date
    Feb 2005
    Posts
    7

    Thumbs up

    You rock!

    thanks so much

    i thought i had read all the webmail posts but obviously i missed one

Similar Threads & Tags
Similar threads

  1. Webmail login page and customize webmail server installation
    By patelbhavin8008 in forum E-mail Discussions
    Replies: 2
    Last Post: 05-25-2011, 05:22 AM
  2. Plugin to add a new webmail app to the choice of webmail apps?
    By Arvand in forum Archived Feature Requests
    Replies: 5
    Last Post: 01-05-2011, 04:45 PM
  3. Replies: 3
    Last Post: 10-29-2010, 07:07 AM
  4. Replies: 0
    Last Post: 10-10-2010, 02:55 AM
  5. Replies: 2
    Last Post: 10-12-2009, 03:42 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube