IMAPS is a secure IMAP that’s encrypted using SSL. IMAPS is assigned to port number 993 by default. When you’ve enabled the IMAP subsystem, you must configure the default Java keystore, and then enable IMAPS.
To configure the default Java keystore, use the following properties:
Property | Description |
---|---|
javax.net.ssl.keyStore=mySrvKeystore | Specifies the keystore to be used |
javax.net.ssl.keyStorePassword=123456 | Specifies the keystore password |
To enable IMAPS, use the following properties:
Property | Description |
---|---|
imap.server.imaps.enabled=true | Specifies that IMAPS is enabled |
imap.server.imaps.port=993 | Specifies the IMAPS port number |