Hello,
I have some problem with context mapping when login is email address. For example. I have context with id=1 and user with username name@domain.tld. Unfortunately when username is email address is not possible to login.
com.openexchange.exception.OXException: CTX-0010 Categories=USER_INPUT Message='Context "domain.tld" cannot be found.' exceptionID=-6069891-7
I understood that OX automaticly split email address to localpart and domain and use localpart as login and domain for context mapping. Can I disable this behavior, I need create contexts independent for domains.
I have open-xchange 7.6.1-5 with open-xchange-authentication-imap on debian 7.
USE_FULL_LOGIN_INFO=true
USE_MULTIPLE=false
com.openexchange.mail.loginSource=mail
I will be gratefull for any help.
I have some problem with context mapping when login is email address. For example. I have context with id=1 and user with username name@domain.tld. Unfortunately when username is email address is not possible to login.
com.openexchange.exception.OXException: CTX-0010 Categories=USER_INPUT Message='Context "domain.tld" cannot be found.' exceptionID=-6069891-7
I understood that OX automaticly split email address to localpart and domain and use localpart as login and domain for context mapping. Can I disable this behavior, I need create contexts independent for domains.
I have open-xchange 7.6.1-5 with open-xchange-authentication-imap on debian 7.
USE_FULL_LOGIN_INFO=true
USE_MULTIPLE=false
com.openexchange.mail.loginSource=mail
I will be gratefull for any help.
Comment