Try to get virthosts to use correct postfix set.
For some reason the vmhost-x86-copr systems are not using the correct main.cf even though we have told the variables which one to use. I am trying a second method to try and force this, but will have to come up with a different datacenter definition for these otherwise as I can't figure out why the code is different.
This commit is contained in:
parent
db2ea51618
commit
7def09120e
5 changed files with 3 additions and 5 deletions
|
@ -12,7 +12,9 @@ nrpe_procs_crit: 1500
|
|||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
vpn: false
|
||||
postfix_group: cloud
|
||||
postfix_group: copr
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
freezes: false
|
||||
|
||||
csi_security_category: High
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
datacenter: rdu-cc
|
||||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue