IMAP4 Access

In an Microsoft Exchange 2016/2019 organization, the Client Access Server takes care of the authentication of the users. In larger organizations, the settings relevant for IMAP4 thus have to be made at the CAS Servers.

The IMAP4 service has to be started at the CAS Servers.

 

The transmission of the password for the IMAP4 login is performed in plaintext. The IMAP4 protocol settings have to be changed at the servers accordingly.

 

Open the Exchange Management Shell on your Microsoft Exchange Server and enter the following command:

Set-ImapSettings -LoginType PlainTextLogin

 

Shell_Imap

 

If the powershell had not been started on the CAS Server, the CAS Server has to be stated in addition:

Set-ImapSettings -Server "CAS-Server-Name" -LoginType PlainTextLogin

 

Alternatively, this setting can also be executed in the Exchange admin center.

Navigate to "Server", select the server and click on "edit".

 

ImapEinstellung1

 

ImapEinstellung2

 

 

Please open the properties of "IMAP4" at "logon method" and choose "Basic authentication (Plain text)"

 

 

 

After having changed the settings, the IMAP4 service has to be restarted.

 

 

 

Version 8.00