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'] = {
|
||||
'hostname': 'pretalx.c3voc.de',
|
||||
'bundles': {
|
||||
'check-mail-received',
|
||||
'c3voc-addons',
|
||||
'pretalx',
|
||||
'postfix',
|
||||
|
@ -20,6 +21,13 @@ nodes['voc.pretalx'] = {
|
|||
'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': {
|
||||
'default': {
|
||||
'ips': {
|
||||
|
|
Loading…
Reference in a new issue