Get current settings for Zimbra su zimbra zmprov gs `zmhostname` | grep -i ipmode Get public IP using curl , if curl not exist install wit...
Get current settings for Zimbra
su zimbra zmprov gs `zmhostname` | grep -i ipmode
Get public IP using curl , if curl not exist install with commnad apt install curl
# IPv6 curl http://v6.ipv6-test.com/api/myip.php # IPv4 curl http://v4.ipv6-test.com/api/myip.php
Enable IPv4 and IPv6
zmprov ms `zmhostname` zimbraIPMode both zmprov ms `zmhostname` "127.0.0.0/8 [::1]/128 192.168.1.0/24 [fd00::]/8"
/opt/zimbra/libexec/zmiptool zmcontrol restart
COMMENTS