View Single Post
  #28 (permalink)  
Old 03-01-2006, 02:05 AM
Crexis Crexis is offline
Senior Member
 
Posts: 54
Default

Quote:
Originally Posted by bobby
not sure exactly how ps runs on suse, but process 3618...java is probably tomcat.

you'll have to check the return status of the tomcat status command; this should do it and it should return 0:

tomcat status; echo $?

so what happens when you try telnet localhost 110? what about zmprov gs mail.yellodot.co.za | grep -i pop
Code:
zimbra@mail:~> tomcat status; echo $?
1
zimbra@mail:~>
When I said previously that I couldn't connect to the server on port 110, I was refering to a telnet to the servers internal ip on 110, it just timed out trying to connect.
Code:
zimbra@mail:~> zmprov gs mail.yellodot.co.za | grep -i pop
zimbraPop3BindOnStartup: TRUE
zimbraPop3BindPort: 110
zimbraPop3CleartextLoginEnabled: FALSE
zimbraPop3NumThreads: 20
zimbraPop3SSLBindOnStartup: TRUE
zimbraPop3SSLBindPort: 995
zimbraPop3SSLServerEnabled: TRUE
zimbraPop3ServerEnabled: TRUE
zimbra@mail:~>
Reply With Quote