nodes/voc.pretalx: add postfix

This commit is contained in:
Franzi 2021-01-17 07:36:57 +01:00
parent 35abb92daf
commit 3b4ba137e7
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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',
},
},
}