groups/{gce,home}: send mail via mx0.kunbox.net
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
11701a67c8
commit
087f4bb74d
4 changed files with 20 additions and 1 deletions
|
@ -17,6 +17,12 @@ groups['gce'] = {
|
|||
'8.8.8.8',
|
||||
'8.8.4.4',
|
||||
},
|
||||
'postfix': {
|
||||
# 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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -43,6 +49,12 @@ groups['home'] = {
|
|||
'nameservers': {
|
||||
'172.19.138.1',
|
||||
},
|
||||
'postfix': {
|
||||
# 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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue