Greetings,
I want to try out Open-Exchange as a replacement for Microsoft exchange, so I created a virtual machine (CentOS7) and followed these instructions:
https://oxpedia.org/wiki/index.php?t...uide_for_RHEL7
There is no hint, that I needed an imap server, so this took me a while to understand. Nontheless I created a second virtual machine with a Dovecot Server. This server is attached to our Active Directory System.
So when I try to add a user, I would do the following:
createuser -c 1 -A oxadmin -P admin_password -u testuser \ -d "Test User" -g Test -s User -p secret -e testuser@imap.example.com \ --imaplogin testuser --imapserver imap.iexample.com --smtpserver imap.example.comBut when I try to login, I get the following error message:
On the Dovecot side, it seems, that the user is authenticated:
I tired to change things around in the imapauth.properties and imap.properties, but nothing seems to work.
I hope I can get a hint, where to start searching.
Greeting Maik
I want to try out Open-Exchange as a replacement for Microsoft exchange, so I created a virtual machine (CentOS7) and followed these instructions:
https://oxpedia.org/wiki/index.php?t...uide_for_RHEL7
There is no hint, that I needed an imap server, so this took me a while to understand. Nontheless I created a second virtual machine with a Dovecot Server. This server is attached to our Active Directory System.
So when I try to add a user, I would do the following:
createuser -c 1 -A oxadmin -P admin_password -u testuser \ -d "Test User" -g Test -s User -p secret -e testuser@imap.example.com \ --imaplogin testuser --imapserver imap.iexample.com --smtpserver imap.example.comBut when I try to login, I get the following error message:
om.openexchange.exception.OXException: CTX-0010 Categories=USER_INPUT Message='Context "defaultcontext" cannot be found.'
imap-login: Info: Login: user=<USER>, method=PLAIN, rip=172.1x.x.x lip=172..x.x.x, mpid=26208, TLS, session=
I hope I can get a hint, where to start searching.
Greeting Maik
Comment