Ok, folks. The problem was with the install script:
It changes the BIND address of the ajp interface to the host ip. This dos not work out, since ox will access ajp over the loopback device (127.0.0.1) Just edit
Code:
/opt/open-xchange/etc/groupware/ajp.properties
Code:
AJP_BIND_ADDR=YOUR.EXTERN.IP.ADDRESS
Code:
AJP_BIND_ADDR=*
After restart of ox-groupware you will see the open ajp13 port at 8009tcp
Now I have to solve the mail server connection problem....
Leave a comment: