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:
- Zimbra reports “ Error: Queue report unavailable – mail system is down ”
- How to disable Antivirus and antispam filter in zimbra
- Howto Renew Zimbra Letsencrypt SSL certificate
- how to change user password on zimbra cli
- How to Disable / Enable service in Zimbra Mail Server
5,230