Announcement

Collapse
No announcement yet.

about Ox 6 on ubuntu 8.04

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • about Ox 6 on ubuntu 8.04

    hi guys I´m following this tutorial http://www.open-xchange.com/wiki/ind...4#Requirements

    but i didn´t find anything about the openldap, how can i set up it?

    i installed the ubuntu with LAMP, openssh server and mail server options by default, do I need to install anything more?

    after that commands (i used the same user and password for learning)

    $ sudo /opt/open-xchange/sbin/createcontext -A oxadminmaster -P admin_master_password -c 1 \
    -u oxadmin -d "Context Admin" -g Admin -s User -p secret -L defaultcontext \
    -e oxadmin@example.com -q 1024 --access-combination-name=all

    Create a user for testing purposes:

    $ sudo /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u testuser \
    -d "Test User" -g Test -s User -p secret -e testuser@example.com \
    --imaplogin testuser --imapserver 127.0.0.1 --smtpserver 127.0.0.1

    I can´t log in with user oxadmin and password secret
    When creating the user testuser I got the following error


    root@oxubuntu:/etc/postfix# /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u testuser \
    > -d "Test User" -g Test -s User -p secret -e testuser@example.com \
    > --imaplogin testuser --imapserver 127.0.0.1 --smtpserver 127.0.0.1
    user in context 1 could not be created:
    Server response:
    Authentication failed
    root@oxubuntu:/etc/postfix#

    I have one serius doubt: Do I need to set up my postfix to answer the domain "example.com" or it´s all written on the OX database?

    Now connect to the server with a webbrowser and login using the credentials testuser / secret.

    regards,
    Last edited by Guest; 09-27-2008, 03:30 AM. Reason: i used the entire tutorial and i got errors

  • #2
    The password is written in the OX Database.

    Funny I have installed OX6 several times in 2 days but didn't get any error.
    Have you create the oxadmin user before??

    Comment


    • #3
      ox ubuntu 8.0.4

      hey sedeke wich OS are using? (ubuntu 8.0.4?)
      wich tutorial did you use?

      regards,

      I tryed the following


      Dou I have to set up the postfix configuration before it?
      Whre can I find howto for postfix ldap install for ubuntu with OX?

      regards

      Comment


      • #4
        I use Ubuntu 8.04.6. It's the latest with all updates.
        And yes I setup the complete mail server with postfix and courier or cyrus before.
        But I test it also without postfix and an IMAP server. It work also fine.
        I test it with the 32bit and 64bit ubuntu version. Both work well.

        Comment

        Working...
        X