groups/home: use default nameservers until we implemented a dns cache
This commit is contained in:
parent
d83dbbdd75
commit
7e4c69c3f1
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ groups['home'] = {
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'location': 'home',
|
'location': 'home',
|
||||||
'nameservers': {
|
# 'nameservers': {
|
||||||
'172.19.138.1',
|
# '172.19.138.1',
|
||||||
},
|
# },
|
||||||
'postfix': {
|
'postfix': {
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue