Changes RSS
A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

guides:rt3.8 [2009/03/16 15:57]
fishy
guides:rt3.8 [2009/03/16 16:02] (current)
fishy
Line 145: Line 145:
  
 ... ...
 +</code>
  
 ===== Configuration of RT ===== ===== Configuration of RT =====
Line 164: Line 165:
  
 # What RT instance? # What RT instance?
-Set( $rtname, 'rt.example.com'); +Set($rtname, 'Ticket'); 
-Set($Organization , "example.com");+Set($Organization , "defcon.no"); 
 + 
 +# Default email adresses 
 +Set($CorrespondAddress , 'rt@defcon.no'); 
 +Set($CommentAddress , 'rt-comment@defcon.no');
  
 # How to handle time (timezone setting) # How to handle time (timezone setting)
Line 180: Line 185:
  
 # Who is owner/admin of this instance? # Who is owner/admin of this instance?
-Set($OwnerEmail , 'rtowner@example.com');+Set($OwnerEmail , 'rtowner@defcon.no');
 Set($LoopsToRTOwner , 1); Set($LoopsToRTOwner , 1);
  
-# Max allowed attachments, up from 10MB ti 20MB+# Max allowed attachments, up from 10MB to 20MB
 Set($MaxAttachmentSize , 20000000); Set($MaxAttachmentSize , 20000000);