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,
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,
Comment