diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index 3cd55b6..3bc2570 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -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', + }, }, }