thednt
02-16-2002, 04:52 AM
When a users email account is setup in Cpanel (not the main user), does anybody know please the url to give that user to that they can use neomail?
![]() | View Full Version : Cpanel question thednt 02-16-2002, 04:52 AM When a users email account is setup in Cpanel (not the main user), does anybody know please the url to give that user to that they can use neomail? universal2001 02-16-2002, 04:57 AM http://yourdomain.com/webmail/ ? Walter 02-16-2002, 05:01 AM http://yourdomain.com:2095 inkhead 02-16-2002, 05:05 AM http://yourdomain.com/webmail/ <---- The trailing slash is important, make sure you stress that to the users so you don't have support questions over this :D AlaskanWolf 02-16-2002, 05:41 AM or u can just add this to the bottom of your httpd.conf file, and restart apache :) ScriptAliasMatch /webmail /usr/local/cpanel/base/wredirect.cgi users will be able to go to /webmail without the end dash...might save you on a few trouble tickets from customers :) thednt 02-16-2002, 05:49 AM Thanks guys. This wasn't documented in the Cpanel control panel? Regards Keitarou 02-16-2002, 10:27 AM http://www.yourdomain.com:2095/username+yourdomain.com/ -or- http://username:password@www.yourdomain.com:2095/username+yourdomain.com/ The second one works because it uses Apache [I think, could be something else] to protect the account from unauthorized use. WoodiE55 02-16-2002, 12:35 PM Is it possible to allow the user to change their password, with out giving them the Cpanel password? Thanks WoodiE Keitarou 02-16-2002, 08:44 PM I don't think so, unless your host made a mod to neomail. :confused: It's not under user preferences. superiorhost 02-16-2002, 09:16 PM Hi, No, it is not possible to change the password from neomail. It must be changed through the control panel. Tim L :cool: |