diff --git a/examples/minimal.json b/examples/minimal.json index b6406f4..168bde7 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -1,20 +1,18 @@ { "tasks": { - - "mail":{ - "host": "a.mx.systemchaos.org", - "port": 25, - "from": "linspector@systemchaos.org", - "username": "you@hanez.org", - "password": "uffff" - } - - }, + "mail":{ + "host": "localhost", + "port": 25, + "from": "linspector@linspector.org", + "username": "you@hanez.org", + "password": "uffff" + } + }, "members":{ "root":{ "name": "root", "tasks": [ - { "class":"mail", "type": "jabber", "args": { "rcpt": "hanez@systemchaos.org" }} + { "class":"mail", "type": "foo", "args": { "rcpt": "hanez@linspector.org" }} ] } },