Thought it would be easy to setup this. But unfortunately this will not work for me.
I would like to login by 'user@domain'.
I've created different context and I've also add login mapping for the context as well.
imapauth.properties (relevant info):
USE_FULL_LOGIN_INFO=true
USE_FULL_LOGIN_INFO_FOR_USER_LOOKUP=false (also tried with true, but even do not work)
USE_FULL_LOGIN_INFO_FOR_CONTEXT_LOOKUP=false
USE_MULTIPLE=true
By the above setup I'm able to login fine with 'user' only which logs me into the default context.
Once try to login with 'user@domain' it did not work.
My wild guess is OXC try to find the user first in the local DB and isn't able to find 'user@domain',
as I do also did not see any imap login request on the imap server.
Log report:
com.openexchange.login.login=user@domain.tld
Any ideas what I'm missing here or should look at?
I would like to login by 'user@domain'.
I've created different context and I've also add login mapping for the context as well.
imapauth.properties (relevant info):
USE_FULL_LOGIN_INFO=true
USE_FULL_LOGIN_INFO_FOR_USER_LOOKUP=false (also tried with true, but even do not work)
USE_FULL_LOGIN_INFO_FOR_CONTEXT_LOOKUP=false
USE_MULTIPLE=true
By the above setup I'm able to login fine with 'user' only which logs me into the default context.
Once try to login with 'user@domain' it did not work.
My wild guess is OXC try to find the user first in the local DB and isn't able to find 'user@domain',
as I do also did not see any imap login request on the imap server.
Log report:
com.openexchange.login.login=user@domain.tld
Any ideas what I'm missing here or should look at?
Comment