From 48d48d2f5c3888b1d10b6bb5a0d4fb3ce88c5570 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 22 Aug 2021 06:36:56 +0200 Subject: [PATCH] groups/{gce,home,ovh}: fix postfix relayhost --- groups/locations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groups/locations.py b/groups/locations.py index 6324c7c..961ddc8 100644 --- a/groups/locations.py +++ b/groups/locations.py @@ -22,7 +22,7 @@ groups['gce'] = { # It's fine to do this without authentificating to the relayhost. # These Systems are not supposed to send mail anywhere else # than our own domains. - 'relayhost': '[mx0.kunbox.net]:2525', + 'relayhost': '[rx300.kunbox.net]:2525', }, }, } @@ -79,7 +79,7 @@ groups['home'] = { # It's fine to do this without authentificating to the relayhost. # These Systems are not supposed to send mail anywhere else # than our own domains. - 'relayhost': '[mx0.kunbox.net]:2525', + 'relayhost': '[rx300.kunbox.net]:2525', }, }, } @@ -91,7 +91,7 @@ groups['ovh'] = { 'metadata': { 'location': 'ovh', 'postfix': { - 'relayhost': '[mx0.kunbox.net]:2525', + 'relayhost': '[rx300.kunbox.net]:2525', }, 'users': { 'debian': {