#1 (permalink)  
Old 02-26-2005, 10:41 PM
Registered User
 
Join Date: Feb 2005
Posts: 7
eldisi is on a distinguished road
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...
Webmail
How to do webmail?
installing own webmail
Better webmail required!
Own squirrelmail
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-26-2005, 11:52 PM
cPanel Partner NOC
cPanel Partner NOC Badge
 
Join Date: Oct 2003
Posts: 1,764
dalem is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2005, 03:31 AM
Registered User
 
Join Date: Feb 2005
Posts: 7
eldisi is on a distinguished road
Thumbs up

You rock!

thanks so much

i thought i had read all the webmail posts but obviously i missed one
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 04:26 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc