From 25f83c3ae9c2130b2b39a29aa112d35c952db251 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 20 Sep 2013 01:21:53 +0200 Subject: [PATCH] look at hanez.json before using tasks... ;) --- examples/hanez.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/hanez.json b/examples/hanez.json index c009a3f..35ac11c 100644 --- a/examples/hanez.json +++ b/examples/hanez.json @@ -3,7 +3,7 @@ "hanez":{ "name": "Johannes Findeisen", "tasks": [ - { "class":"jabber", "type": "jabber", "args": { "rcpt": "hanez@systemchaos.org" }} + { "class":"jabber", "type": "jabber", "args": { "rcpt": "jabber@example.org" }} ] } }, @@ -44,7 +44,8 @@ }, "mail":{ "host": "localhost", - "port": 25 + "port": 25, + "from": "linspector@systemchaos.org" } } }