05-22-2018 04:41 AM
Hello
After installing alfresco there will be a default folder structure under repository. Now lets add a testfolder & a subfolderX. Question is, how to mount subfolderX ?
Company Home/
User Homes
Sites
Shared
IMAP Hometestfolder/
subfolderX
Example working code to mount testfolder:
But How to mount that subfolderX ?
05-23-2018 04:34 AM
Hi
Check out following imap default properties
# Default IMAP mount points
imap.config.home.store=${spaces.store}
imap.config.home.rootPath=/${spaces.company_home.childname} i
map.config.home.folderPath=${spaces.imap_home.childname}
imap.config.server.mountPoints=AlfrescoIMAP
imap.config.server.mountPoints.default.mountPointName=IMAP
imap.config.server.mountPoints.default.modeName=ARCHIVE
imap.config.server.mountPoints.default.store=${spaces.store}
imap.config.server.mountPoints.default.rootPath=${protocols.rootPath}
imap.config.server.mountPoints.value.AlfrescoIMAP.mountPointName=Alfresco IMAP
imap.config.server.mountPoints.value.AlfrescoIMAP.modeName=MIXED
05-23-2018 06:26 AM
Looks like this solved the issue:, topic can be closed, thank you.
Explore our Alfresco products with the links below. Use labels to filter content by product module.