Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

HOWTO: Open-Xchange on Gentoo

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
972 posts
  • Page 18 of 39
    • Jump to page:
  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 39
  • Next
Author
Message
Hibbelharry
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 88
Joined: Tue May 27, 2003 3:07 pm
Location: Bremen, Northern Germany

  • Quote

Post by Hibbelharry » Sat Feb 05, 2005 4:34 pm

Hey lxnay,
you're maybe seraching for fetchmail. it's able to collect mail from pop3/imap accounts and puts them in the local smtp queue. very handy.

A Issue i'm experiencing with OX is when i add acl's as mentioned in the slapd.conf knowledge and bookmark trees aren't working anymore. anyone else got that problem ?

Greetz
Hibbelharry
Top
kblack
n00b
n00b
Posts: 9
Joined: Fri Nov 12, 2004 5:15 pm

  • Quote

Post by kblack » Mon Feb 07, 2005 3:55 pm

I am getting an error when I try to login through the web interface. Most of the time I get "servlet intranet unavailable" It seems to me that tomcat5 did not emerge correctly. One thing I did notice is that /usr/local/open-xchange/share/servlets is empty. Is this correct or do I need to link the tomcat5 servlets here?
Top
dashnu
l33t
l33t
Posts: 703
Joined: Wed Jul 21, 2004 10:49 pm
Location: Casco Maine
Contact:
Contact dashnu
Website

  • Quote

Post by dashnu » Mon Feb 07, 2005 4:40 pm

It should be empty. Try to install the servlet.war through the tomcat manager it is imho a much better way to deploy the app. I posted about it a few posts above.
write quit bang
Top
kowal
n00b
n00b
Posts: 40
Joined: Wed Apr 23, 2003 12:34 am

Re: myconf=”$(myconf) --enable-aci”

  • Quote

Post by kowal » Tue Feb 08, 2005 3:40 am

kowal wrote:OX Gentoo HOWTO specifies to modify ldap ebuild by adding code with round brackets

Code: Select all

myconf=”$(myconf) --enable-aci”
I think it should be curley bracket as below

Code: Select all

myconf=”${myconf} --enable-aci”
Emerging ldap with round brackets brings up error right at the beginning

Code: Select all

/usr/lib/portage/bin/ebuild.sh: line 1: myconf: command not found
Any comments from any one?
Top
dashnu
l33t
l33t
Posts: 703
Joined: Wed Jul 21, 2004 10:49 pm
Location: Casco Maine
Contact:
Contact dashnu
Website

  • Quote

Post by dashnu » Tue Feb 08, 2005 2:13 pm

about the proper syntax of an ebuild ?

it should be { }

Check out the ebuild you will see a few examples of the same..

Code: Select all

myconf="${myconf} `use_enable crypt`"
    myconf="${myconf} `use_enable ipv6`"
    myconf="${myconf} `use_with sasl cyrus-sasl` `use_enable sasl spasswd`"
    myconf="${myconf} `use_with readline`"
    myconf="${myconf} `use_with ssl tls` `use_with samba lmpasswd`"
    myconf="${myconf} `use_enable tcpd wrappers`"
    myconf="${myconf} `use_enable odbc sql`"
    myconf="${myconf} `use_enable perl`"
    myconf="${myconf} `use_enable slp`"
write quit bang
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

  • Quote

Post by bitwh0re » Tue Feb 08, 2005 3:07 pm

init-zero wrote:about the proper syntax of an ebuild ?

it should be { }

Check out the ebuild you will see a few examples of the same..

Code: Select all

myconf="${myconf} `use_enable crypt`"
    myconf="${myconf} `use_enable ipv6`"
    myconf="${myconf} `use_with sasl cyrus-sasl` `use_enable sasl spasswd`"
    myconf="${myconf} `use_with readline`"
    myconf="${myconf} `use_with ssl tls` `use_with samba lmpasswd`"
    myconf="${myconf} `use_enable tcpd wrappers`"
    myconf="${myconf} `use_enable odbc sql`"
    myconf="${myconf} `use_enable perl`"
    myconf="${myconf} `use_enable slp`"
HOWTO fixed and updated...
Top
amasidlover
Apprentice
Apprentice
Posts: 293
Joined: Sun Jun 16, 2002 6:51 pm
Location: Manchester, UK
Contact:
Contact amasidlover
Website

  • Quote

Post by amasidlover » Wed Feb 09, 2005 7:36 pm

When adding a contact I get: "The contact has been created successfully in the database \nbut couldn't be inserted into the LDAP addressbook: Naming err in Contact.Ldap javax.NamingException: Property inetOrgPersonAttributeDescriptionName not found under "com.openexchange.groupware.ContactInsEdit"

When trying to delete the contact which appears because it has been created on the DB, only not on LDAP I get: "The contact wasn't deleted from the database: SQL err in Contact java.sql.SQL.Exception: ERROR: SET AUTOCOMMIT TO OFF is no longer supported"

The install is running on Gentoo and I have configured my LDAP ACL's according to the Wiki.

Also, the error messages disappear after a fraction of a second meaning I have to do some nifty work with printscreen to catch them. The /usr/local/open-xchange/var/log/ dir is empty - should I be getting a log of these messages somewhere?

I posted this on the OX support forum yesterday but so far have had no replies that have got me any closer to solving any of the issues above.

Thanks,

Alex
Top
dashnu
l33t
l33t
Posts: 703
Joined: Wed Jul 21, 2004 10:49 pm
Location: Casco Maine
Contact:
Contact dashnu
Website

  • Quote

Post by dashnu » Wed Feb 09, 2005 7:50 pm

it is your jdbc I posted how to fix that in this thread. you will need to get the correct postgresql.jar that will take care of ERROR: SET AUTOCOMMIT TO OFF.. I am using pg73jdbc3.jar

Looks like your ldap setup may be incorrect too. But i would fix the other error first.
write quit bang
Top
amasidlover
Apprentice
Apprentice
Posts: 293
Joined: Sun Jun 16, 2002 6:51 pm
Location: Manchester, UK
Contact:
Contact amasidlover
Website

  • Quote

Post by amasidlover » Wed Feb 09, 2005 9:05 pm

Hi,

I found the correct .jar for jdbc on page 6 of the thread and after restarting tomcat and OX I can delete things. However, I still can't get LDAP contacts to add with a 'proper' ldap configuration I have to add the access to * by * write to get it to work. The lines I've got which should do it are:

Code: Select all

access to dn="ou=addr,uid=(.*),ou=Users,ou=OxObjects,dc=zednax,dc=com" attr=uid,objectClass,entry filter=(objectClass=OXUserObject)
        by self write
        by dn="uid=$1,ou=Users,ou=OxObjects,dc=zednax,dc=com" write
        by * none

access to dn.subtree="o=AddressBook,ou=OxObjects,dc=zednax,dc=com"
        by group="cn=AddressAdmins,o=AddressBook,ou=OxObjects,dc=zednax,dc=com" write
        by users read
        by * none
Also, I'd love to find some error logs or at least a way to stop it from redirecting after an error...
Top
dashnu
l33t
l33t
Posts: 703
Joined: Wed Jul 21, 2004 10:49 pm
Location: Casco Maine
Contact:
Contact dashnu
Website

  • Quote

Post by dashnu » Wed Feb 09, 2005 9:16 pm

There is a working list of acl's on the wiki you may want to check it out.. I have yet to try it.

Edit* yea I had that same super fast error message to thanks to you I now know what it said :D
write quit bang
Top
amasidlover
Apprentice
Apprentice
Posts: 293
Joined: Sun Jun 16, 2002 6:51 pm
Location: Manchester, UK
Contact:
Contact amasidlover
Website

  • Quote

Post by amasidlover » Wed Feb 09, 2005 9:40 pm

Hi,

Yep, that's where my ACL is from the OX wiki... Unfortunatley I spoke to soon about giving write access to everyone working, it doesn't. I did see somewhere in the 18 pages of this thread a bit about some java configuration, but I can't find it now....

I think I'm going to have to find a way of amalgamating this thread so I can search it.
Top
dashnu
l33t
l33t
Posts: 703
Joined: Wed Jul 21, 2004 10:49 pm
Location: Casco Maine
Contact:
Contact dashnu
Website

  • Quote

Post by dashnu » Wed Feb 09, 2005 9:53 pm

http://www.novell.com/products/openexch ... nload.html


User guide in case people did not know about it. It is for SLOX but it is for the most part the same.
write quit bang
Top
kblack
n00b
n00b
Posts: 9
Joined: Fri Nov 12, 2004 5:15 pm

  • Quote

Post by kblack » Thu Feb 10, 2005 3:08 am

you should add java-config to the emerge list before sun-jdk so java and javac will end up in the path without any manual changes
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

"Exciting Times!"

  • Quote

Post by bitwh0re » Wed Feb 16, 2005 11:06 pm

OX 0.8 Beta to be released this Friday (Feb. 18 / 2005)!!

http://mirror.open-xchange.org/ox/EN/ne ... il2640.htm

I guess I know what I'm doing this weekend. :) init-zero--send me all that extra documentation you've been promising me! even if it's in rough notes. :)

As well, with the release of Hula (hula-project.org) it seems that the OX team will be adding that to their list of supported servers. I'm guessing since Hula has integrated all of the server technologies, including Web, that Hula would have to be hosted on a box separate from the OX server. Either way, it's great to see the OX and Hula teams cooperating.
Hula project - Novell and Netline, perfect together.

You may have already seen the exciting announcement by Novell and Netline on the Hula Project -- a new community project to create an open source e-mail and collaboration server.

Novell and Netline decided several months ago to have two independent open source projects independent but also very complementary. That strategy gives Netline the opportunity to cooperate first with Novell, but allows us also to keep our overall integration approach in place -- for client and server infrastructure -- and also be able to cooperate with other vendors in the market.

Only after Netline had open sourced OPEN-XCHANGE™ was Novell in a position to complement Netmail with this well established open source project.

Hula and Netline are a perfect complement. Where the strengths of Netmail are on the infrastructure side, OPEN-XCHANGE is something completely different: a modular, modern, open, standards-based architecture with superior groupware features and integration capabilities with other groupware environments like Microsoft Exchange.

Hula is positioned as a solid mail server with an open architecture, where OPEN-XCHANGE will expand that functionality to become a real collaboration solution. Hula is not able to support the Outlook client and they are not intending to do so, because their technical and feature approach does not match with Outlook features.

Using NetMails NMAP protocol now available through public licenses as part of this initiative -- in addition to the standard SMTP/LDAP protocols allows for richer functionality and much tighter integration of OPEN-XCHANGE and e-mail in general, enabling the community to create even more advanced functionality.

Combining these advanced mail functions with our award-winning collaboration attributes gives the open source world a rallying point to create a competitive alternative to the traditional proprietary solutions.

We will use Hula as a scalable and robust mail server when we ship OPEN-XCHANGE through Novells channels. But we will not rely completely on the Hula mail server technology. It is simply one of several options for the customer.

Making e-mail part of the standard data formats mix of OPEN-XCHANGE creates a significant addition to the "personal information hub" platform functionality of OPEN-XCHANGE. And adding replication by e-mail to this "hub" will make this information location independent, allowing for integration of mobile devices of all kinds and for multi-site and cluster configurations.

In the future, adding Novells Identity Management and products such as Evolution and iFolders will provide a powerful end-to-end solution to customers so far unavailable in the Linux space.

Please join us in embracing this important initiative.

Frank Hoberg (CEO) & Martin Kauss (CTO)
Netline Internet Service GmbH
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

JWZ on Groupware

  • Quote

Post by bitwh0re » Thu Feb 17, 2005 1:58 pm

More on the Hula project and JWZ's views on Groupware:

http://www.jwz.org/doc/groupware.html
So I said, narrow the focus. Your "use case" should be, there's a 22 year old college student living in the dorms. How will this software get him laid?

That got me a look like I had just sprouted a third head, but bear with me, because I think that it's not only crude but insightful. "How will this software get my users laid" should be on the minds of anyone writing social software (and these days, almost all software is social software).
Top
leynux
n00b
n00b
User avatar
Posts: 20
Joined: Fri Apr 09, 2004 6:42 am

  • Quote

Post by leynux » Fri Feb 18, 2005 2:20 am

It works extremely wonderful to me.. :lol:

In the "HOWTO: Gentoo Open-Xchange Installation v0.20b" , it miss this part
SMTP Authentication and Relay Control
/etc/postfix/main.cf

Code: Select all

smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain =

smtpd_recipient_restrictions =
        permit_sasl_authenticated,
        permit_mynetworks,
        reject_unauth_destination
which was explained in OX_install-v0.15-1.pdf .


Thanks a lot..
Top
ukj
n00b
n00b
Posts: 5
Joined: Thu Apr 22, 2004 11:35 am

Re: HOWTO: Open-Xchange on Gentoo

  • Quote

Post by ukj » Fri Feb 18, 2005 9:46 am

bitwh0re wrote:Good day all,

I've finished a rough draft outlining how to get OX installed on Gentoo using:

- Postfix / Cyrus / SASL
- OpenLDAP
- Apache 2 / Tomcat 5
- PostgreSQL

As I said, it's a rough draft, so I don't go into detail on each services but it should give you enough info to get the basics for OX up and running. I welcome any comments, suggestions, fixes, and additions. You can currently find it in PDF here:

http://www.mikefetherston.ca/OX/OX_Install.pdf
The above URL does not seem to be valid as of now. Is it updated?

Regards.
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

  • Quote

Post by bitwh0re » Fri Feb 18, 2005 4:21 pm

leynux wrote:It works extremely wonderful to me.. :lol:

In the "HOWTO: Gentoo Open-Xchange Installation v0.20b" , it miss this part
SMTP Authentication and Relay Control
/etc/postfix/main.cf

Code: Select all

smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain =

smtpd_recipient_restrictions =
        permit_sasl_authenticated,
        permit_mynetworks,
        reject_unauth_destination
which was explained in OX_install-v0.15-1.pdf .


Thanks a lot..
Yes, the HTML HOWTO is still in "beta" even though it covers a completely updated install of 0.7.5. If you're looking for those "extra" instructions you can find them in the PDF still. I plan on updating the HOWTO to cover OX v0.8PR. At that time I also plan to add the supplemental instructions from the PDF HOWTO.

You can find the links to both the HTML and PDF at:

http://www.mikefetherston.ca/OX
Top
plut0
Apprentice
Apprentice
Posts: 272
Joined: Tue Dec 21, 2004 3:13 pm

0.8.0 beta1 released

  • Quote

Post by plut0 » Fri Feb 18, 2005 6:32 pm

0.8.0 beta1 released, check it out:

http://mirror.open-xchange.org/ox/EN/co ... wnload.htm
Top
chotchki
Retired Dev
Retired Dev
User avatar
Posts: 76
Joined: Tue Jul 15, 2003 2:49 pm
Location: Tampa, FL
Contact:
Contact chotchki
Website

  • Quote

Post by chotchki » Sun Feb 20, 2005 3:15 am

I would like to send out a big thank you for all those who help write this document. After fighting with Fedora 3, I am halfway through the install with this guide. If all goes well this should be a great way to sneak gentoo into my organization. 8)
If Windows is an OS made by professionals, and Linux is one by amateurs. Ponder this, Noah an amateur built the ark, professionals built the Titanic.
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

  • Quote

Post by bitwh0re » Sun Feb 20, 2005 2:39 pm

chotchki wrote:I would like to send out a big thank you for all those who help write this document. After fighting with Fedora 3, I am halfway through the install with this guide. If all goes well this should be a great way to sneak gentoo into my organization. 8)
Chotchki, glad to hear it helped you out! The HOWTO is geared towards Gentoo, but if you're familiar with Linux you can easily adapt it to your distro of choice. I intended it to be a guide to take you from a completely fresh and bare Gentoo install to a working mail and ldap server and then build on that to get OX working, which explains the length of the document.

Again, thanks for your kind words!
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

Admin tools in OX 0.8

  • Quote

Post by bitwh0re » Sun Feb 20, 2005 2:41 pm

Picked this up off the OX General mailing list:
Hi All

I've manged to get the OX 0.8 Administration tools working on SuSE 9.2
and Martin Kauss sugested I tell you all about it. This may work on
other platforms but let me know...

1. Extract OX and run a ./configure with all the options
2. Edit the OXEXTRACTION/system/umin/oxuserminconfig.properties and edit
the LDAP details so they
match what OpenLDAP is set with (I had to change the
LDAP_BASEDN=dc=example,dc=org line)
3. Run a make and make install
4. Copy the PREFIX/lib/umin.war to TOMCATHOME/webapps
5. Restart Tomcat
6. Check that umin.war has extracted into TOMCATHOME/webapps/umin
7.

a.) If using mod_jk2, edit workers2.properties with

[uri:/umin/*]
worker=ajp13:localhost:8009

b.) If using mod_jk (like I was), edit your /etc/apache2/conf.d/jk.conf
with

JkMount /umin/* ajp13

8. Restart Apache2
9. It works!

As I said, let me know how you get on.

Seb


_______________________________________________
General mailing list
General@open-xchange.org
http://www.open-xchange.org/cgi-bin/mai ... fo/general
Hope that can help anyone attempting the OX0.8PR install!
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

hula hula

  • Quote

Post by bitwh0re » Tue Feb 22, 2005 1:04 pm

just a side-post:

http://www.fishdoc.co.uk/disease/whitespot.htm

ebuild for CVS Hula.
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

Next HOWTO Revision

  • Quote

Post by bitwh0re » Wed Feb 23, 2005 1:08 pm

I am skipping finalizing the v0.20b HOWTO. The instructions are all there, it's just missing some of the extra functionality that can be found in the v0.15 PDF. I'm doing this in favour of a "Bleeding Edge" HOWTO based on OX 0.8PR on 2005.0RC5 ~x86. I intend to merge the missing instructions from the 0.15 HOWTO into this new document. If I have time, I will create a more "stable" HOWTO based on 2004.3 and OX 0.7.5 -- this all depends on when OX 0.8 is released as stable.

Thank you to all for all of your valuable input, questions, and contributions!
Top
bitwh0re
Apprentice
Apprentice
Posts: 214
Joined: Thu Apr 29, 2004 1:33 pm

Past JDBC Issues

  • Quote

Post by bitwh0re » Wed Feb 23, 2005 3:27 pm

With regard to the past JDBC driver issues... init-zero, can you shed some light on which version gave you troubles and which version you had success with? Looking at http://jdbc.postgresql.org/download.htm ... rselection it says that we should be using JDBC3 (because of JVM 1.4). Or did you use the JDBC3 driver from this page and not portage??
Top
Post Reply

972 posts
  • Page 18 of 39
    • Jump to page:
  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 39
  • Next

Return to “Documentation, Tips & Tricks”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic