Disable IPv6 on the HAPRoxy mailserver config
This commit is contained in:
parent
c8cdadeef2
commit
357047237c
1 changed files with 7 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue