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
Dustin 2025-08-20 07:09:47 -05:00
parent 5dbe26fc60
commit 7fc3465d56
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ smtp_mynetworks:
- '[2605:6000:3ccd:da01::]/64' - '[2605:6000:3ccd:da01::]/64'
- 172.30.0.240/28 - 172.30.0.240/28
- 172.31.1.0/24 - 172.31.1.0/24
- 172.30.0.160/28 - 172.30.0.160/27