![]() |
Mail ISPConfig 3 server suddenly stops working with ISPConfig 3 master
Hi,
I'm sorry about that but I really need some help. I have got and ISPConfig3 installation with 2 servers. 1 master which controls everything but mail and a second one, debian lenny vps, which deals with mail and nothing else. Everything was running ok, but suddenly que have got into trouble because every change we make about mail just piles up in master queue forever. I have followed every suggestions I have found in forums with no success. Master server.php shows no errors. Slave (mail) server.php shows "finished" even though I have tried to switch debug on manually (I can't do it trought ispconfig interface because the slave seems to have stopped reading changes from master). I haven't updated or changed any OS either. It just happened from one day to another. The secondary mail server is running properly but we can't change anything in it because of this broken link with master. Is there any action that I could take in order to try to find what is going on here?. |
This is most likely a mysql connection problem so that the slave cant connect to the mysql on the amster anymore. This can e.g. happen when the login details are wrong or when a firewall was added on the master or when mysql on the master has been reconfigured to listen on localhost only.
You can test the connection by using the master login details from the file /usr/local/ispconfig/server/lib/config.inc.php from the slave server to connect to the master with the mysql command: mysql -h master.server.tld -u ispcsrv1 -p dbispconfig |
Quote:
thank you very much for you fast answer. You saved my day. As you said, it was mysql related. I tried your suggestion to find the next error: ERROR 1129 (00000): Host 'mail.mydomain.tld' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' So that is what I did in the master server and suddenly all worked again. According to that error, if I understand properly, the slave is creating some number of wrong connections with the master until they achieve the master limit and the slave is forbidden to access again. Is that true?. Is there some way to improve this?. Thank you very much for you help. |
Quote:
Quote:
|
Quote:
Just to let you know just in case somebody else have got here with the same problem. Thank you Till again for you wise advise. |
| All times are GMT +2. The time now is 12:31. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.