Blob Blame History Raw
Index: mantis-1.1.0rc2/config_inc.php.sample
===================================================================
--- mantis-1.1.0rc2.orig/config_inc.php.sample
+++ mantis-1.1.0rc2/config_inc.php.sample
@@ -47,14 +47,14 @@
 	$g_db_type       = "mysql";
 
 	# --- email variables -------------
-	$g_administrator_email  = 'administrator@example.com';
-	$g_webmaster_email      = 'webmaster@example.com';
+	$g_administrator_email  = 'administrator@localhost';
+	$g_webmaster_email      = 'webmaster@localhost';
 
 	# the "From: " field in emails
-	$g_from_email           = 'noreply@example.com';
+	$g_from_email           = 'noreply@localhost';
 
 	# the return address for bounced mail
-	$g_return_path_email    = 'admin@example.com';
+	$g_return_path_email    = 'admin@localhost';
 
 	# --- file upload settings --------
 	# This is the master setting to disable *all* file uploading functionality