View Single Post
  #5 (permalink)  
Old 08-15-2006, 10:19 AM
lilwong lilwong is offline
Intermediate Member
 
Posts: 22
Default

Quote:
Originally Posted by phoenix
I would make a guess that this is (was) the problem.
Code:
Aug 15 22:22:34 lespaul saslauthd[23727]: auth_zimbra: royngan@imocha.com.my auth failed: curl_easy_perform: error(6): Couldn't resolve host 'lespaul.imocha.com.my'
For some reason your server became 'invisible' ie it's address couldn't be resolved. Do you run a DNS server or lose your connection to a DNS server at that time? Did other things start to fail? How did you recover, a reboot?
thanks, turned out the error was at /etc/hosts and a DNS service connection failure. I tried a "zmcontrol stop" to stop the server but nothing happened. Had to kill -9 the processes before proceeding to start the services up again.
Reply With Quote