how to change Zimbra OCS ip address

5
(2)

If you decide to change the IP address in a working Zimbra mail server, you must do the following:
1) Edit the DNS record on the new IP (in the domain settings, from the provider where you bought it)
2) replace the old IP with the new one in the / etc / hosts file
3) Run the following zimbra user sweat commands in the console:

$ zmprov modifyServer mail.domain.com zimbraMtaMyNetworks '127.0.0.0/8 your.server.ip.address'
$ postfix reload
$ zmcontrol stop
$ zmcontrol start

4) Replace the old ip with the new one in the nginx files:

/opt/zimbra/conf/nginx/includes/nginx.conf.memcache: servers _IP_:11211;
/opt/zimbra/conf/nginx/includes/nginx.conf.zmlookup: zm_lookup_handlers https://_IP_:7072/service/extension/nginx-lookup;

Similar Posts:

5,049

How useful was this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 2

No votes so far! Be the first to rate this post.

Scroll to Top