smtp1: Fix mynetworks setting for k8s network
The "Kubernetes" subnet is a /27, not a /28. There are hosts in that upper section that was masked out, and these were unable to send e-mails via the relay because they were excluded from the `mynetworks` value.master
parent
5dbe26fc60
commit
7fc3465d56
|
@ -11,4 +11,4 @@ smtp_mynetworks:
|
|||
- '[2605:6000:3ccd:da01::]/64'
|
||||
- 172.30.0.240/28
|
||||
- 172.31.1.0/24
|
||||
- 172.30.0.160/28
|
||||
- 172.30.0.160/27
|
||||
|
|
Loading…
Reference in New Issue