Enable IMAP Protocol - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

The following properties control the IMAP subsystem:

Property Description
imap.server.enabled Enables or disables the IMAP subsystem, for example true.
imap.server.port IMAP has a reserved port number of 143. You can change it using this property.
imap.server.host Replace this value with the IP address (or corresponding DNS name) of your external IP interface, for example <your-host-name>.

Configure the following properties of the sysAdmin subsystem:

Property Description
alfresco.protocol The protocol component of the Content Services web application URL, for example, http.
alfresco.host The host name of the Content Services URL, which is externally resolved. Use ${localname} for the locally-configured host name.
alfresco.port The port number of the Content Services URL, which is externally resolved. For example, 8080
alfresco.context The context path component of the Content Services URL. Typically this is alfresco.

To configure the IMAP Home space, which is used to store user mailboxes in ARCHIVE mode, in particular the user’s INBOX, use the following properties:

Property Description
imap.config.home.store Specifies the default location for the IMAP mount point. For example, ${spaces.store}.
imap.config.home.rootPath Specifies the default location for the IMAP mount point. For example, /${spaces.company_home.childname}.This property may also be configured using an XPath query syntax.imap.config.home.rootPath=/app:company_homeTo add your own folder to this path, add the name of your folder path using the data model names. For example:/app:company_home/cm:HousesIf your folder has a space in the name, include _x0020_ where the space should be. For example:/app:company_home/cm:Home_x0020_TownStop and start the IMAP subsystem for the changes to take effect.
imap.config.home.folderPath Specifies the QName of the default location for the IMAP mount point. For example, cm:Imap Home.