Hello everyone
Here I am again asking for help to understand a few things.
I created an account in order to see if I can connect to our IMAP server. But first I went to mail.properties and put the IP addresses of the imap and smtp servers as shown below:
And also set both mail and transportServerSource to global as described in the file.
Then created an account using:
OX worked fine and managed to map all emails from server.
When I logged in to OX I used:
Username: user1
Password: testpass
So to login to OX Server I used a random username (user1) and my real imap password and emails worked fine. The only way I managed to connect to the IMAP server was if I use the imap password in the command line. Does that mean that I have to know the password of each user in order to create an account for them?
Is there a setting I can change so that I can create accounts for actual users without knowing their passwords?
Sorry for my long post.
Many thanks
Yanni
P.S: Please if the above does not make a lot of sense let me know.
Here I am again asking for help to understand a few things.
I created an account in order to see if I can connect to our IMAP server. But first I went to mail.properties and put the IP addresses of the imap and smtp servers as shown below:
Code:
# Primary mail server: e.g. 192.168.178.32:8143 or imap://192.168.178.32:7143 # Only takes effect when property "com.openexchange.mail.mailServerSource" is set to "global" com.openexchange.mail.mailServer= IMAP-IP # Primary transport server: e.g. 192.168.178.32:125 or smtp://192.168.178.32:225 # Only takes effect when property "com.openexchange.mail.transportServerSource" is set to "global" com.openexchange.mail.transportServer=SMTP-IP
Then created an account using:
Code:
/opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u user1 -p testpass -e ubygou01@domain --imaplogin ubygou01 --imapserver IP --smtpserver IP
When I logged in to OX I used:
Username: user1
Password: testpass
So to login to OX Server I used a random username (user1) and my real imap password and emails worked fine. The only way I managed to connect to the IMAP server was if I use the imap password in the command line. Does that mean that I have to know the password of each user in order to create an account for them?
Is there a setting I can change so that I can create accounts for actual users without knowing their passwords?
Sorry for my long post.
Many thanks
Yanni
P.S: Please if the above does not make a lot of sense let me know.
Comment