Hello everyone
I'm struggling to make OX authenticate users when they login using the web interface.
What I have tried so far is simply editing the files imapauth.properties and mail.properties.
In imapauth.properties I changed the IMAP_server from localhost to the IP of my imap server
In mail.properties I changed the lines
I just wanted to ask if I have missed anything that needs to be changed in order users to authenticate at the login screen. Or maybe is there a service that needs restarting for the changes to take effect?
Thank you for your help
Yanni
I'm struggling to make OX authenticate users when they login using the web interface.
What I have tried so far is simply editing the files imapauth.properties and mail.properties.
In imapauth.properties I changed the IMAP_server from localhost to the IP of my imap server
In mail.properties I changed the lines
Code:
com.openexchange.mail.transportServerSource=user to global com.openexchange.mail.mailServer= 127.0.0.1 to IP of imap server com.openexchange.mail.transportServer=127.0.0.1 to IP of SMTP Server
Thank you for your help
Yanni
Comment