|
|||
|
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 |
|
|||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|