Koozali.org: home of the SME Server

Open-Xchange (SME7): progress, requests, testing

DarkMirage

Open-Xchange (SME7): progress, requests, testing
« Reply #60 on: June 05, 2005, 11:21:47 AM »
Clearly not a clean install..
You might try forcing the rpms to install (--force), just have a look inside the script.
It's really short, so that should be easy to find.

jazbokes

Open-Xchange (SME7): progress, requests, testing
« Reply #61 on: June 05, 2005, 05:56:38 PM »
clean install on sme 7a15..  wl try again on fresh sme 7a15..install..

jazbokes

Open-Xchange (SME7): progress, requests, testing
« Reply #62 on: June 05, 2005, 07:17:44 PM »
installed  fine.. & able to login as admin.. now when attempt to open email get  the following error:

WebMail - OPEN-XCHANGE 0.8.0-2
!!! SYSTEM - ERROR !!!

webmail is enabled..

Offline gregswallow

  • *
  • 651
  • +1/-0
Open-Xchange (SME7): progress, requests, testing
« Reply #63 on: June 05, 2005, 07:37:48 PM »
Could you upload e-smith-open-xchange-0.5-0.noarch.*s*rpm as well please.

tbcomputing

Open-Xchange (SME7): progress, requests, testing
« Reply #64 on: June 05, 2005, 09:19:56 PM »
Thanks for your work Dark Mirage.

Installed fine on Alpha17.

Users alrady existing when OX is installed have access to the logon.

Users added post OX install get

ERROR: Authentification failed

when trying to login.

Created a group called oxusers annd added existing and new users to it, but new users still cannot login.

Will look into log files to see if I can find any more info

Tony

Offline rcasado

  • *
  • 24
  • +0/-0
Open-Xchange (SME7): progress, requests, testing
« Reply #65 on: June 05, 2005, 10:47:39 PM »
Worked perfectly over here using alpha15  :-)

- Able to create, modify and delete users and rights from the Server Manager
- Able to set to upload files after changing ownership of the filespool directory
- System was set up as a stand alone server

The only 'hiccup' I've found is in the OX webmail servlet. User admin shows up correctly as admin@correct-domain-name.net while oxuser(s) created after OX was installed show up as oxuser(s)@localhost. Horde shows both type users correctly.

Exceptional work, especially considering the short amount of time you've had.

DarkMirage

Open-Xchange (SME7): progress, requests, testing
« Reply #66 on: June 06, 2005, 03:19:59 PM »
@jazbokes: I'm not sure why it stopped but I think your webmail might not be running, could you try "/etc/init.d/OpenXchange status"?

@greg: I'll have to build it first, but sure, why not.

@tbcomputing: Where did you reset your password? I fear the user-password page uses a different approach, resulting in an unset password (not empty though)
A group called oxusers... well, the oxgroup "users" already exists, and contains everybody. Not sure what you expected from that.

@rcasado: Thanks. The 'hiccup' is actually Open-Xchange built-in... :-? .
You might double check in ldap:
First lookup your ldap domain dn in /etc/openldap/ldap.conf (Something like dc=example,dc=org)
Then do a search for users' mail addresses:
Code: [Select]
ldapsearch -x -W \
-D uid=admin,ou=Users,ou=OxObjects,<domain dn> \
-b ou=Users,ou=OxObjects,<domain dn> \
-s one \
mail

Don't use any extra spaces (like after comma's)!
You should get prompted for the admin password.

guest22

Open-Xchange (SME7): progress, requests, testing
« Reply #67 on: June 07, 2005, 04:31:40 PM »
Does anybody have a good procedure to connect outlook 2003 to Open-Xchange. Can't seem to get it goin'.

I have outlook 2003 with a connection to an MS-exachnge server. Installed OX-look.

Kinda lost here...

Offline jester

  • *
  • 496
  • +1/-0
Open-Xchange (SME7): progress, requests, testing
« Reply #68 on: June 07, 2005, 04:43:42 PM »
@RequestedDeletion: This might help:  http://www.open-xchange.org/oxwiki/OXLook

Jester.

guest22

Open-Xchange (SME7): progress, requests, testing
« Reply #69 on: June 07, 2005, 05:10:35 PM »
@jester: thanks, I've been there, but no luck

Does anybody know if the current OX-look plugin will expire and thus will not work anylonger. I noticed the OX-look plugin under the 'tool' menu bar, but it has disappeared.. :-( Reinstalling OX-look will not help.

Any help is appreciated.

Offline gregswallow

  • *
  • 651
  • +1/-0
Open-Xchange (SME7): progress, requests, testing
« Reply #70 on: June 10, 2005, 08:32:30 PM »
DarkMirage,
Is the sun jdk needed to *run* open-xchange, or just to compile the open-xchange rpm?  I don't think it can be distributed.  

Also Centos 3.5 include jaf, javamail, jakarta-regexp (same as regexp from jpackage), mx4j and bcel packages - can those be used instead of the ones from jpackage.org (which again, some are in the non-free section).  

I think a goal would be to see if we can make it work with whats included with Centos 3.5.  I posted a couple messages about open-xchange on the smeserver-developer list and that was the gist of the response I got.

Greg

guest22

Open-Xchange (SME7): progress, requests, testing
« Reply #71 on: June 10, 2005, 08:41:19 PM »
I installed DM's script on alpha19 with no problem. The problem is understanding how OX really works, and there is no 'TRFM' possible ;-)

For example, I have the 'feeling' that LDAP integration is not 100% there yet. But then again, it could just be my incompetence.

Interesting questions Greg, DM, you around?

guest

(edit: additional remark/question)

DarkMirage

Open-Xchange (SME7): progress, requests, testing
« Reply #72 on: June 10, 2005, 10:55:10 PM »
I'm around...quietly mostly  :hammer:

Well, the best thing I can think of is testing and checking (and some more testing etc...)
Downloading alpha19 as we speak.. I wonder what will happen once I start pulling packages from the install.

About those packages, well, it not so much Open-Xchange which needs a lot, it's (what I found to be) Tomcat's dependencies (listed below).

Open-Xchange itself does need javamail monolithic (..for some mail.jar which would normally be split in smtp and ..err.. imap or something) and jdom (again some jar file)
Or maybe those just need to be included in the build and that's it  :-? Ah yes, more testing

Offcourse their are some dependencies which are simply needed by both, I just don't know which ones.

Tomcat (claims to) requires:
ant-1.6.2-3jpp.noarch.rpm
axis-1.2-1jpp.noarch.rpm
bcel-5.1-5jpp.noarch.rpm
fontconfig-2.2.1-13.i386.rpm
jaf-1.0.2-4jpp.noarch.rpm
jakarta-commons-beanutils-1.7.0-2jpp.noarch.rpm
jakarta-commons-collections-3.1-1jpp.noarch.rpm
jakarta-commons-daemon-1.0-2jpp.noarch.rpm
jakarta-commons-dbcp-1.2.1-3jpp.noarch.rpm
jakarta-commons-digester-1.6-2jpp.noarch.rpm
jakarta-commons-discovery-0.2-2jpp.noarch.rpm
jakarta-commons-el-1.0-3jpp.noarch.rpm
jakarta-commons-fileupload-1.0-3jpp.noarch.rpm
jakarta-commons-httpclient3-3.0-0.rc2.1jpp.noarch.rpm
jakarta-commons-launcher-0.9-3jpp.noarch.rpm
jakarta-commons-logging-1.0.4-2jpp.noarch.rpm
jakarta-commons-modeler-1.1-4jpp.noarch.rpm
jakarta-commons-pool-1.2-2jpp.noarch.rpm
java-1.5.0-sun-1.5.0.03-1jpp.i586.rpm
java-1.5.0-sun-devel-1.5.0.03-1jpp.i586.rpm
javamail-1.3.2-1jpp.noarch.rpm
jpackage-utils-1.6.3-1jpp.noarch.rpm
jta-1.0.1-0.b.4jpp.noarch.rpm
log4j-1.2.9-1jpp.noarch.rpm
mx4j-3.0.1-1jpp.noarch.rpm
regexp-1.3-2jpp.noarch.rpm
tomcat5-5.0.30-6jpp.noarch.rpm
tomcat5-jasper-5.0.30-6jpp.noarch.rpm
tomcat5-servlet-2.4-api-5.0.30-6jpp.noarch.rpm
tyrex-1.0.1-3jpp.noarch.rpm
wsdl4j-1.5-1jpp.noarch.rpm
xalan-j2-2.6.0-2jpp.noarch.rpm
xerces-j2-2.6.2-4jpp.noarch.rpm
XFree86-libs-4.3.0-81.EL.i386.rpm
XFree86-libs-data-4.3.0-81.EL.i386.rpm
XFree86-Mesa-libGL-4.3.0-81.EL.i386.rpm
xml-commons-1.0-0.b2.7jpp.noarch.rpm
xml-commons-apis-1.0-0.b2.7jpp.noarch.rpm
xml-commons-resolver-1.1-3jpp.noarch.rpm

I'll have a go at some of the options you came up with, and let you know...

About the ldap integration, well, I kinda noticed I broke resource management in the panel.. perhaps I'll create a quickfix later on.

Offline gregswallow

  • *
  • 651
  • +1/-0
Open-Xchange (SME7): progress, requests, testing
« Reply #73 on: June 11, 2005, 02:08:50 AM »
Quote from: "gregswallow"
I think a goal would be to see if we can make it work with whats included with Centos 3.5.

I've been doing a bit of reading on thew subject today - here are a few interesting websites to browse:

http://www.gnu.org/philosophy/java-trap.html
http://www.gnu.org/software/classpath/
http://www.gnu.org/software/classpathx/javamail/javamail.html
http://www.gnu.org/software/classpathx/jaf/jaf.html

Perhaps there are enough gpl'd java components to get open-xchange working.

guest22

Open-Xchange (SME7): progress, requests, testing
« Reply #74 on: June 11, 2005, 05:06:09 AM »
Quote from: "DarkMirage"
I'm around...quietly mostly  :hammer:

Thx.

Quote from: "DarkMirage"
About the ldap integration, well, I kinda noticed I broke resource management in the panel.. perhaps I'll create a quickfix later on.

Ok, then my 'feeling' didn't fool me ;-) a quickfix would be very much appreciated!

guest