Hi, I already have a main server "server1" and a mirror server "server2". I have now added a third server "server3" and set it to mirror "server1". However on server3 in the Mysql dbispconfig database it is only copying changes that are changed from now. How do I make it sync everything initially? e.g. in the mail_forwarding table it only has 3 entries as these are the entries I have changed since server3 was brought online. There should be about 50 entries in total. Thanks
Thanks for the speedy reply Till. I had already tried that and it has not worked I am afraid. From a quick check all the other tables seem to of synced just not the mail_forwarding table.
It might be that the forwarding table is not part of the sync tool yet. just export the table on the master with e.g. phpmyadmin and import it on the slave. then change the server_id column to the id of the slave server. As postfix reads this data directly from mysql, there are no config file changes required for that table.