nodes/voc.pretalx: add postfix
This commit is contained in:
parent
35abb92daf
commit
3b4ba137e7
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@ nodes['voc.pretalx'] = {
|
|||
'bundles': {
|
||||
'c3voc-addons',
|
||||
'pretalx',
|
||||
'postfix',
|
||||
'postgresql',
|
||||
'sshmon',
|
||||
},
|
||||
|
@ -29,5 +30,9 @@ nodes['voc.pretalx'] = {
|
|||
'domain': 'pretalx.c3voc.de',
|
||||
'mail_from': 'pretalx@c3voc.de',
|
||||
},
|
||||
'postfix': {
|
||||
'myhostname': 'pretalx.c3voc.de',
|
||||
'relayhost': 'mng.c3voc.de',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue