Philippe Lang wrote:
What are the correct migration steps in order to get the address book back, when server names and ips have changed?
If your mail host address/name changes you should run:
UPDATE users SET mail_host = 'new value' WHERE mail_host = 'old value';