View Single Post
  #15 (permalink)  
Old 07-20-2007, 06:54 AM
AlexanderH AlexanderH is offline
Active Member
 
Posts: 34
Default

Quote:
Originally Posted by phoenix View Post
Yet again that show something is listening on port 110. Run 'lsof -i :110' then shutdown zimbra and run the lsof command again, what does it show.

Just looking back at a comment you made earlier: "The only changes that were ever made was enabling IMAP and POP3 from the Admin Interface so that users could use their mail clients." - you haven't enabled the pop & IMAP proxy service have you? You can check with this command:
Code:
 zmperditionctl status
I shut them down, and restarted the services.
Code:
zimbra@group:~/tomcat/logs$ zmperditionctl stop
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException group.xxx.net:389)
Stopping imap4
Stopping imap4s
Stopping pop3
Stopping pop3s
zimbra@group:~/tomcat/logs$ zmcontrol stop
Host group.ewebzone.net
        Stopping mta...Done
        Stopping spell...Done
        Stopping snmp...Done
        Stopping antivirus...Done
        Stopping antispam...Done
        Stopping imapproxy...Done
        Stopping mailbox...Done
        Stopping logger...Done
        Stopping ldap...Done
zimbra@group:~/tomcat/logs$ zmcontrol start
Host group.ewebzone.net
        Starting ldap...Done.
        Starting logger...Done.
        Starting mailbox...Done.
        Starting imapproxy...Done.
        Starting antispam...Done.
        Starting antivirus...Done.
        Starting snmp...Done.
        Starting spell...Done.
        Starting mta...Done.
zimbra@group:~/tomcat/logs$
Updated catalina.out
Index of /zimbra2
Reply With Quote