groups/{gce,home,ovh}: fix postfix relayhost
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d94df613c5
commit
48d48d2f5c
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ groups['gce'] = {
|
||||||
# It's fine to do this without authentificating to the relayhost.
|
# It's fine to do this without authentificating to the relayhost.
|
||||||
# These Systems are not supposed to send mail anywhere else
|
# These Systems are not supposed to send mail anywhere else
|
||||||
# than our own domains.
|
# 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.
|
# It's fine to do this without authentificating to the relayhost.
|
||||||
# These Systems are not supposed to send mail anywhere else
|
# These Systems are not supposed to send mail anywhere else
|
||||||
# than our own domains.
|
# than our own domains.
|
||||||
'relayhost': '[mx0.kunbox.net]:2525',
|
'relayhost': '[rx300.kunbox.net]:2525',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -91,7 +91,7 @@ groups['ovh'] = {
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'location': 'ovh',
|
'location': 'ovh',
|
||||||
'postfix': {
|
'postfix': {
|
||||||
'relayhost': '[mx0.kunbox.net]:2525',
|
'relayhost': '[rx300.kunbox.net]:2525',
|
||||||
},
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'debian': {
|
'debian': {
|
||||||
|
|
Loading…
Reference in a new issue