From 3481d4e13c6655e6f499157008f56229e711180f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 1 Apr 2021 17:00:23 +0200 Subject: [PATCH] have ovh systems relay mail via htz.ex42-1048908, too --- groups/locations.py | 3 +++ nodes/htz/ex42-1048908.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/groups/locations.py b/groups/locations.py index beecc51..7bfe757 100644 --- a/groups/locations.py +++ b/groups/locations.py @@ -72,6 +72,9 @@ groups['ovh'] = { }, 'metadata': { 'location': 'ovh', + 'postfix': { + 'relayhost': '[mx0.kunbox.net]:2525', + }, 'users': { 'debian': { 'delete': True, diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 6a96d01..4453afd 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -356,6 +356,9 @@ nodes['htz.ex42-1048908'] = { 'postfix': { 'myhostname': 'mx0.kunbox.net', 'message_size_limit_mb': 50, + 'mynetworks': { + 'ovh', + }, }, 'postfixadmin': { 'version': '3.3.8',