From: Mark Huang Date: Mon, 17 Apr 2006 16:47:38 +0000 (+0000) Subject: - API now accepts @localhost.localdomain as an e-mail domain, use it X-Git-Tag: myplc-0_4-rc1~68 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=b8a99d2bfedbdb2589577f6354ab983b6bdbbec6;p=myplc.git - API now accepts @localhost.localdomain as an e-mail domain, use it instead of test.planet-lab.org for all default e-mail addresses --- diff --git a/plc_config.xml b/plc_config.xml index 4210b72..4e0ee66 100644 --- a/plc_config.xml +++ b/plc_config.xml @@ -6,7 +6,7 @@ Default PLC configuration file Mark Huang Copyright (C) 2006 The Trustees of Princeton University -$Id$ +$Id: plc_config.xml,v 1.9 2006/04/12 17:59:45 mlhuang Exp $ --> @@ -40,7 +40,7 @@ $Id$ Root Account - root@test.planet-lab.org + root@localhost.localdomain The name of the initial administrative account. We recommend that this account be used only to create additional accounts associated with real @@ -139,7 +139,7 @@ $Id$ Support Address - root@localhost + root@localhost.localdomain This address is used for support requests. Support requests may include traffic complaints, security incident reporting, web site malfunctions, and @@ -150,7 +150,7 @@ $Id$ Boot Messages Address - root@localhost + root@localhost.localdomain The API will notify this address when a problem occurs during node installation or boot. If a domain is not specified, the default system domain will be used @@ -263,7 +263,7 @@ $Id$ Maintenance User - maint@test.planet-lab.org + maint@localhost.localdomain The username of the maintenance account. This account is used by local scripts that perform automated tasks, and cannot be used for normal logins.