look at hanez.json before using tasks... ;)

This commit is contained in:
Johannes Findeisen 2013-09-20 01:21:53 +02:00
commit 25f83c3ae9

View file

@ -3,7 +3,7 @@
"hanez":{ "hanez":{
"name": "Johannes Findeisen", "name": "Johannes Findeisen",
"tasks": [ "tasks": [
{ "class":"jabber", "type": "jabber", "args": { "rcpt": "hanez@systemchaos.org" }} { "class":"jabber", "type": "jabber", "args": { "rcpt": "jabber@example.org" }}
] ]
} }
}, },
@ -44,7 +44,8 @@
}, },
"mail":{ "mail":{
"host": "localhost", "host": "localhost",
"port": 25 "port": 25,
"from": "linspector@systemchaos.org"
} }
} }
} }