Hello, I'm planning to use ox appsuite to replace horde webmail client. So I've installed appsuite with Imap Authentication using the online tutorial, everything went fine with the installation, but when I sign in with the email address and password of a email on appsuite portal I get "The account "mydomain.com" was not found. (CTX-0010)" Did I do something wrong?
Server info: Centos 6.5, courier imap, ox appsuite 7.8
imapauth.properties
Thank you in advance.
Server info: Centos 6.5, courier imap, ox appsuite 7.8
imapauth.properties
Code:
# Set the login source com.openexchange.mail.loginSource=name # imap server ip or fqdn IMAP_SERVER=localhost # port on which the imap server is listening IMAP_PORT=143 # set to true if connecting via imaps:// IMAP_USE_SECURE=false # Socket I/O timeout value in milliseconds IMAP_TIMEOUT=5000 # Socket connection timeout value in milliseconds IMAP_CONNECTIONTIMEOUT=5000 USE_FULL_LOGIN_INFO=true ######### MULTIPLE IMAP SERVERS ############# USE_MULTIPLE=false ############################################# # Define the encoding for IMAP authentication com.openexchange.authentication.imap.imapAuthEnc=UTF-8
Comment