[Rt-commit] r11799 - rt/branches/3.8-TESTING/html/installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Apr 21 03:31:44 EDT 2008


Author: sunnavy
Date: Mon Apr 21 03:31:43 2008
New Revision: 11799

Modified:
   rt/branches/3.8-TESTING/html/installation/Step3.html

Log:
added email config stuff

Modified: rt/branches/3.8-TESTING/html/installation/Step3.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step3.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step3.html	Mon Apr 21 03:31:43 2008
@@ -79,7 +79,7 @@
 my @results;
 
 my @types = qw/rtname Organization TimeZone MininumPasswordLength
-MaxAttachmentSize/;
+MaxAttachmentSize OwnerEmail CommentAddress CorrespondAddress/;
 my %title = (
 rtname => <<'EOF'
 rtname is the string that RT will look for in mail messages to figure out what ticket a new piece of mail belongs to Your domain name is recommended, so as not to pollute the namespace.  once you start using a given tag, you should probably never change it.
@@ -102,6 +102,20 @@
 $MaxAttachmentSize sets the maximum size (in bytes) of attachments stored in the database.
 EOF
 ,
+OwnerEmail => <<'EOF'
+OwnerEmail is the address of a human who manages RT. RT will send
+errors generated by the mail gateway to this address.  This address
+should _not_ be an address that's managed by your RT instance.
+EOF
+,
+CommentAddress => <<'EOF'
+CommentAddress is the default address that will be listed in From: and Reply-To: headers of comment mail tracked by RT, unless overridden by a queue-specific address.
+EOF
+,
+CorrespondAddress => <<'EOF'
+CorrespondAddress is the default address that will be listed in From: and Reply-To: headers of correspondence mail tracked by RT, unless overridden by a queue-specific address.
+EOF
+,
 );
 
 if ( $Run ) {


More information about the Rt-commit mailing list