Skip to content

Commit b994822

Browse files
committed
Fix trusted networks CIDR range. See docker-mailserver#156.
1 parent 5c69c7b commit b994822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/docker-mailserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ dovecot:
448448
proxyProtocol:
449449
enabled: true
450450
# List of sources (in CIDR format, space-separated) to permit PROXY protocol from
451-
trustedNetworks: "10.0.0.0/8 192.168.0.0/16 172.16.0.0/16"
451+
trustedNetworks: "10.0.0.0/8 192.168.0.0/16 172.16.0.0/12"
452452

453453
# when metrics is enabled, we mount subpath log from pvc into /var/log/mail
454454
metrics:

0 commit comments

Comments
 (0)