1) i can get to it from inside the ispconfig system, but when i try and go to: http://www.domainname.com/webmail i get this error message...... The following error occurred: The requested URL was not found on this server. Please check the URL or contact the Webmaster. what did i do wrong? 2) from inside the ispconfig system, when a click on webmail, it takes me to a log on screen that gives me 3 different looks to choose from. how can i set it up so my clients only have 1
The Uebimiau webmail package provided by ISPConfig is rumming on Apache 1.3, which is listening to port 81. For this reason the correct Uebimiau webmail URL should be: http://www.domainname.com:81/webmail/ Within home/admispconfig/ispconfig/web/webmail/inc/config.languages.php there is a line like: $allow_user_change_theme = yes; //allow users select theme Change it within: $allow_user_change_theme = no; //allow users select theme Select the desired theme frome the themes array within the file and use it by setting the number within the line: $default_theme = 2; //index of theme, starting with zero Here the number is 2, which is the default theme, within the themes array.