look at hanez.json before using tasks... ;)
This commit is contained in:
parent
172c21d82c
commit
25f83c3ae9
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue