voc.pretalx: add check-mail-received
This commit is contained in:
parent
dc2b2ae86b
commit
d288222e8e
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
nodes['voc.pretalx'] = {
|
nodes['voc.pretalx'] = {
|
||||||
'hostname': 'pretalx.c3voc.de',
|
'hostname': 'pretalx.c3voc.de',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
|
'check-mail-received',
|
||||||
'c3voc-addons',
|
'c3voc-addons',
|
||||||
'pretalx',
|
'pretalx',
|
||||||
'postfix',
|
'postfix',
|
||||||
|
@ -20,6 +21,13 @@ nodes['voc.pretalx'] = {
|
||||||
'day': 1,
|
'day': 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'check-mail-received': {
|
||||||
|
't-online': {
|
||||||
|
'email': 'franzi.kunsmann@t-online.de',
|
||||||
|
'imap_host': 'secureimap.t-online.de',
|
||||||
|
'imap_pass': bwpass.attr('t-online.de/franzi.kunsmann@t-online.de', 'imap'),
|
||||||
|
},
|
||||||
|
},
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'default': {
|
'default': {
|
||||||
'ips': {
|
'ips': {
|
||||||
|
|
Loading…
Reference in a new issue