Blob Blame History Raw
--- mantisbt-0.18.3/config_inc.php.sample.email	2004-05-25 23:49:15.000000000 +0200
+++ mantisbt-0.18.3/config_inc.php.sample	2004-05-25 23:50:52.000000000 +0200
@@ -35,18 +35,18 @@
 	$g_database_name = "bugtracker";
 
 	# --- 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 "To: " address all emails are sent.  This can be a mailing list or archive address.
 	# Actual users are emailed via the bcc: fields
-	$g_to_email             = 'nobody@example.com';
+	$g_to_email             = 'nobody@localhost';
 
 	# the return address for bounced mail
-	$g_return_path_email    = 'admin@example.com';
+	$g_return_path_email    = 'admin@localhost';
 
 	# --- login method ----------------
 	# CRYPT or PLAIN or MD5 or LDAP or BASIC_AUTH