Author Topic: openchange crashing  (Read 4615 times)

ZAKhan

  • Zen Apprentice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: openchange crashing
« Reply #15 on: April 05, 2014, 12:01:13 pm »
I have the same issue as well.

This is my production server .. you mean to say I need to reinstall everything from scratch again .. and loose all my emails?

That's not a solution ..

Please help, we are not getting any emails for 3 days now.

stephan_b

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
Re: openchange crashing
« Reply #16 on: April 06, 2014, 09:17:37 pm »
+1
I have also the same issue,
Core 3.3.7
No more mail service for the whole family :-(
Please help with a fix or workaround!

Greetings
Stephan

half_life

  • Bug Hunter
  • Zen Hero
  • *****
  • Posts: 867
  • Karma: +59/-0
    • View Profile
Re: openchange crashing
« Reply #17 on: April 09, 2014, 05:36:13 pm »
This bug seems to have been silently fixed at least for Zarafa users.  Openchange?  What say you?   Thanks staff!

zenindc

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: openchange crashing
« Reply #18 on: April 10, 2014, 03:30:20 pm »
+1 having this same problem  with openchange crashing

theb2b

  • Zen Monk
  • **
  • Posts: 59
  • Karma: +2/-0
    • View Profile
Re: openchange crashing
« Reply #19 on: April 11, 2014, 03:31:59 am »
Believe this too has been silently fixed as I no longer am having this problem. But know have a new problem, attempting to configure Outlook to use the account, either as "exchange" mail connection or as a Outlook mail only connection I am getting following errors.

This action cannot be completed. The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action.

I also get messages stating unable to connect to server to get account information or unable to verify account information.

Deleted the test account, recreated, same result. Restarting the service or server get the same results. What is wrong here??? Why is this so freaking hard??

half_life

  • Bug Hunter
  • Zen Hero
  • *****
  • Posts: 867
  • Karma: +59/-0
    • View Profile
Re: openchange crashing
« Reply #20 on: April 11, 2014, 03:38:41 am »
Run nmap against the zentyal server from another machine to see what ports are actually open and compare that to the results of netstat -plant (gives you listening services) on the zentyal server.

I am sorry, I can't speak intelligently where as it concerns openchange.  I don't have exposure to it or Exchange to be able to tell you what ports should be open.  I would start by verifying that network/firewall are configured correctly before looking for more esoteric problems.

theb2b

  • Zen Monk
  • **
  • Posts: 59
  • Karma: +2/-0
    • View Profile
Re: openchange crashing
« Reply #21 on: April 11, 2014, 03:45:40 am »
Firewall is off, not installed as this is sitting behind the firewall for testing purposes.

half_life

  • Bug Hunter
  • Zen Hero
  • *****
  • Posts: 867
  • Karma: +59/-0
    • View Profile
Re: openchange crashing
« Reply #22 on: April 11, 2014, 04:13:09 am »
netstat -plant on the server?

theb2b

  • Zen Monk
  • **
  • Posts: 59
  • Karma: +2/-0
    • View Profile
Re: openchange crashing
« Reply #23 on: April 11, 2014, 05:10:39 am »
netstat -plant

root@srvzentyal:~# netstat -plant | grep 465
tcp        0      0 0.0.0.0:465             0.0.0.0:*               LISTEN      6522/master
tcp6       0      0 :::465                  :::*                    LISTEN      6522/master
root@srvzentyal:~# netstat -plant | grep 995
tcp        0      0 0.0.0.0:995             0.0.0.0:*               LISTEN      6551/dovecot
tcp6       0      0 :::995                  :::*                    LISTEN      6551/dovecot
root@srvzentyal:~# netstat -plant | grep 25
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      6522/master
tcp6       0      0 :::25                   :::*                    LISTEN      6522/master
root@srvzentyal:~# netstat -plant | grep 110
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN      6551/dovecot
tcp6       0      0 :::110                  :::*                    LISTEN      6551/dovecot
root@srvzentyal:~# netstat -plant | grep 88
tcp        0      0 0.0.0.0:88              0.0.0.0:*               LISTEN      10796/samba

same ports are listed when I do a nmap localhost and from a neighboring server.

Ports listed as needing to be open not listed above are
TCP port 26 - SSL secured SMTP

In short necessary ports are open except 26, I don't know if that is needed or not.