Disable IPv6 on the HAPRoxy mailserver config

This commit is contained in:
albert 2025-03-09 14:03:49 -07:00
parent c8cdadeef2
commit 357047237c
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -98,20 +98,13 @@
frontend mail
mode tcp
# bind :25
# bind :143
# bind :465
# bind :587
# bind :993
# bind :4190
bind :::25 v4v6
bind :::143 v4v6
bind :::465 v4v6
bind :::587 v4v6
bind :::993 v4v6
bind :::4190 v4v6
bind :25
bind :143
bind :465
bind :587
bind :993
bind :4190
backend backend_mail
mode tcp
server mailserver-wg 10.100.1.3