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" } } }