Koozali.org: home of the SME Server
		Obsolete Releases => SME Server 7.x => Topic started by: leomanf on March 17, 2009, 03:26:32 AM
		
			
			- 
				Hello
 I installed roundcube through howto http://wiki.contribs.org/RoundCube
 How can i change the default name of the ibay "http://www.domain.com/roundcube"
 to "http://www.domain.com/webmail" ?
 
 Thanks
- 
				You would need to create a series of custom templates to do this.
			
- 
				hummm!! :???: :???:
 
 then...how could I point the subdomain "http://webmail.domain.com/" to the default ibay of roundcube?
- 
				leomanf
 
 how could I point the subdomain "http://webmail.domain.com/" to the default ibay of roundcube? 
 In the domains panel in server manager
 
 This is basic configuration and is well documented.
 Please read the online manual as you may actually learn how to use sme server if you do so ! Click on wiki link at top of forums.
 
- 
				leomanf
 
 In the domains panel in server manager
 
 This is basic configuration and is well documented.
 Please read the online manual as you may actually learn how to use sme server if you do so ! Click on wiki link at top of forums.
 
 
 OK. I have some knowledge about the functioning of the sme server, but if you try, you can not point the subdomain "http://webmail.domain.com/" to the bay's default of roundcube since it does not appear in the server manager.
 I believe that this configuration should be performed by the console, changing the files manually.
 
 thank you if they can help me
- 
				leomanf
 
 .. but if you try, you can not point the subdomain "http://webmail.domain.com/" to the bay's default of roundcube since it does not appear in the server manager. 
 OK you said it was a ibay.
 If it's not there in the domains panel then it must not be an ibay, and I would assume from comment in the wiki, that it is in /opt/roundcube
 
 As said previously you  need to alter templates to fix this.
 
 Have a look at the templates that were setup by the rpm when it installed.
 You can look inside the rpm using midnight commander (mc) to see what gets added to your system
 
 You should also read
 http://wiki.contribs.org/Web_Application_Redirect_Tutorial
 as it gives the concepts of how these things are done for Joomla, but the same concepts apply to roundcube, just change the names and locations etc.
 
- 
				leomanf
 
 OK you said it was a ibay.
 If it's not there in the domains panel then it must not be an ibay, and I would assume from comment in the wiki, that it is in /opt/roundcube
 
 As said previously you  need to alter templates to fix this.
 
 Have a look at the templates that were setup by the rpm when it installed.
 You can look inside the rpm using midnight commander (mc) to see what gets added to your system
 
 You should also read
 http://wiki.contribs.org/Web_Application_Redirect_Tutorial
 as it gives the concepts of how these things are done for Joomla, but the same concepts apply to roundcube, just change the names and locations etc.
 
 
 
 GREAT!!!!!
 
 Many Thanks!!!
- 
				first try
 http://wiki.contribs.org/Web_Application_RPM#New_DB_settings
 config setprop foo URL newfoo
 
 ie
 config setprop roundcube URL webmail
 expand-template /etc/httpd/conf/httpd.conf
 sv h /service/httpd-e-smith
 
 + disable webmail in the email panel
 
 
 http://wiki.contribs.org/Web_Application_Redirect_Tutorial
 can cause problems
- 
				first try
 http://wiki.contribs.org/Web_Application_RPM#New_DB_settings
 config setprop foo URL newfoo
 
 ie
 config setprop roundcube URL webmail
 expand-template /etc/httpd/conf/httpd.conf
 sv h /service/httpd-e-smith
 
 + disable webmail in the email panel
 
 
 http://wiki.contribs.org/Web_Application_Redirect_Tutorial
 can cause problems
 
 
 
 ok .. worked perfectly.
 
 Now, how to create a virtual domain pointing to this new iBay name?
 
 ex:
 "http://webmail.domain.com"  point to "http://domain.com/webmail"
 
 thanks
- 
				The easiest thing would be to create an iBay called "transfer", and then assign it to the desired subdomain.
 
 You could then put a redirect in index.html (use the meta refresh tag) to point to /webmail/.