nodes/htz-cloud.pirmasens: add bundle:check-mail-received
This commit is contained in:
parent
3351767d56
commit
fe5b7b7335
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
nodes['htz-cloud.pirmasens'] = {
|
nodes['htz-cloud.pirmasens'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
|
'check-mail-received',
|
||||||
'dovecot',
|
'dovecot',
|
||||||
'php',
|
'php',
|
||||||
'postfixadmin',
|
'postfixadmin',
|
||||||
|
@ -23,6 +24,13 @@ nodes['htz-cloud.pirmasens'] = {
|
||||||
'gateway6': 'fe80::1',
|
'gateway6': 'fe80::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'),
|
||||||
|
},
|
||||||
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
'pretty_name': 'kunsmann.info',
|
'pretty_name': 'kunsmann.info',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue