[rt-users] Changing Hostname on RT Host
    Tony Aiuto 
    tony at ics.com
       
    Thu Oct 10 22:58:30 EDT 2002
    
    
  
>I have RT installed a RH7.2 box. Since I installed RT, I have changed the
>host/domain on that machine but the RT installation still refers to the old
>host/domain ie. Originally installed when the machine was french.fries.com
>but the host is now tossed.salad.com however when you go to log into RT, for
>example, it still says "RT/french.fries.com Login:" on the login page.
Sounds like you have to edit <PATH_TO_RT>/etc/config.pm
and change 2 lines
from
	$rtname ="french.fries.com";
	$Organization = "french.fries.com";
to
	$rtname ="tossed.salad.com";
	$Organization = "tossed.salad.com";
Tony Aiuto
    
    
More information about the rt-users
mailing list