[rt-users] example.com?
Justin Burdine
burdine at oakland.edu
Wed Oct 15 13:57:53 EDT 2003
Does anyone know how to override the RT for example.com at the top of
the page? did I mis something in the install?
here is my RT_SiteConfig.pm:
Set($rtname , "dept.oakland.edu");
Set($Organization , "dept.oakland.edu");
Set($MinimumPasswordLength , "5");
Set($Timezone , 'US/Eastern');
Set($DatabaseType , 'Pg');
Set($DatabaseUser , 'rt_user');
Set($DatabasePassword , '******');
Set($DatabaseName , 'rt3');
Set($OwnerEmail , 'rt_admin');
Set($RTAddressRegexp , '^help\@dept.oakland.edu$');
Set($CanonicalizeEmailAddressMatch , 'somehost.dept.oakland.edu$');
Set($CanonicalizeEmailAddressReplace , 'dept.oakland.edu');
#Set($CorrespondAddress , 'RT_CorrespondAddressNotSet');
#Set($CommentAddress , 'RT_CommentAddressNotSet');
1;
any help would be great!
thanks,
Justin
More information about the rt-users
mailing list