Changing IP of Zimbra mail Server
If any zimbra email server ip got changed then do the following:
- Check ip address and confirm
#ip a s
- Check and change hosts file entry.
#cat /etc/hosts & vi /etc/hosts
- Check zimbra mynetwork settings.
#su zimbra
$postconf mynetworks
Example:
mynetworks = 127.0.0.0/8 10.10.130.0/23
- Change mynetwork settings:
$zmprov ms zimbra.example.com zimbraMtaMyNetworks 'new_ip'
postfix reload
- Check zimbra services.
- Check mail send / receive.
Remarks: Incase of IP change issue, we may need to change the soap server ip address also.
Comments
Post a Comment