So! After changing the ip address of the eth0 device, editing /etc/hosts and /etc/resolv.conf, preventing zimbra from startup (/etc/rc2.d), testing all connections and mx entries are okay this is what you have to do:
Code:
su - zimbra
zmprov -l ms mail.myserver.tld zimbraPop3BindAddress NEWIPADDRESS
zmprov -l gs mail.myserver.tld | grep Bind
zmcontrol stop; zmcontrol start
zmprov -l gs mail.myserver.tld | grep Bind
zmcontrol status
EVERYTHING IS FINE! ;-)
Wow, this feels so good! ;-)
Please pay attention that *before* changing the hosts ip address I changed the ZimbraMtaMyNetworks!!
You can see here: ZimbraMtaMyNetworks - Zimbra :: Wiki
This is what I did:
I edited the MtaMyNetworks on the admin panel (port 7071) before I did all the changes so that the new network is known to the MTA postfix.
The old network can remain in there, you can remove it after the change is complete and you got your zimbra installation back up and running with the new ip.
Michael