have ovh systems relay mail via htz.ex42-1048908, too

This commit is contained in:
Franzi 2021-04-01 17:00:23 +02:00
parent 61c6188454
commit 3481d4e13c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 6 additions and 0 deletions

View file

@ -72,6 +72,9 @@ groups['ovh'] = {
}, },
'metadata': { 'metadata': {
'location': 'ovh', 'location': 'ovh',
'postfix': {
'relayhost': '[mx0.kunbox.net]:2525',
},
'users': { 'users': {
'debian': { 'debian': {
'delete': True, 'delete': True,

View file

@ -356,6 +356,9 @@ nodes['htz.ex42-1048908'] = {
'postfix': { 'postfix': {
'myhostname': 'mx0.kunbox.net', 'myhostname': 'mx0.kunbox.net',
'message_size_limit_mb': 50, 'message_size_limit_mb': 50,
'mynetworks': {
'ovh',
},
}, },
'postfixadmin': { 'postfixadmin': {
'version': '3.3.8', 'version': '3.3.8',