From: Mark Huang Date: Mon, 24 Apr 2006 18:04:25 +0000 (+0000) Subject: - fix description of boot_address X-Git-Tag: myplc-0_4-rc1~56 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=567c5af00dedd7155561afb2afa0848ac439acd4;p=myplc.git - fix description of boot_address - clarify default values of support_address and boot_address - add slice_address template --- diff --git a/plc_config.xml b/plc_config.xml index 4e0ee66..fe73101 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: plc_config.xml,v 1.9 2006/04/12 17:59:45 mlhuang Exp $ +$Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $ --> @@ -139,7 +139,7 @@ $Id: plc_config.xml,v 1.9 2006/04/12 17:59:45 mlhuang Exp $ Support Address - root@localhost.localdomain + root+support@localhost.localdomain This address is used for support requests. Support requests may include traffic complaints, security incident reporting, web site malfunctions, and @@ -150,11 +150,17 @@ $Id: plc_config.xml,v 1.9 2006/04/12 17:59:45 mlhuang Exp $ Boot Messages Address - root@localhost.localdomain + root+install-msgs@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 - name. + occurs during node installation or boot. + + + + Slice Address + root+SLICE@localhost.localdomain + This address template is used for sending + e-mail notifications to slices. SLICE will be replaced with + the name of the slice.