cancel
Showing results for 
Search instead for 
Did you mean: 

IMAP

rgun2515
Champ in-the-making
Champ in-the-making
I have installed
Alfresco-Community-3.3-Full-Setup.exe
from here…
http://wiki.alfresco.com/wiki/Community_Edition_file_list_3.3

Documentation
Community Edition 3.3 - Installing and Configuring Alfresco
from here…
http://wiki.alfresco.com/w/images/8/88/Installing_and_Configuring_Alfresco_Community_Edition_3_3.pdf


On page 94, it states
1. Open the alfresco-global.properties file.
2. Uncomment the following sample configuration entries:
imap.server.enabled=true
imap.server.port=143
3. Restart your Alfresco server.

However, my "alfresco-global.properties" file does not contain the commented imap entries…

What am I missing? Help please…
System running on windows 2003 server in a virtual environment for testing.
5 REPLIES 5

mrogers
Star Contributor
Star Contributor
http://wiki.alfresco.com/wiki/IMAP

you will need to add some new lines to alfresco-global.properties.

at minimum you should just set these two properties.   You can probably leave everything else.

imap.server.enabled=true
imap.server.host=<your host>

mrogers
Star Contributor
Star Contributor
ALF-3670 raised to fix the documentation.

rgun2515
Champ in-the-making
Champ in-the-making
Great. I got that working. Thanks for your help.

I do have one other question.

Now that I am connected, and can drag and drop email into the system, I would like to clean up the folder structure under the IMAP connector in outlook. All I really want displayed in outlook is USER HOME. all the other folders are not necessary for users to see, and will only confuse them. Is there any way I can have the system never display the other folders?

mrogers
Star Contributor
Star Contributor
I tried removing the default "mount point" by setting the following property

imap.config.server.mountPoints=

Does that do that what you want?

rgun2515
Champ in-the-making
Champ in-the-making
No. imap.config.server.mountPoints= this only shows inbox.

I tried
imap.config.server.mountPoints=User Homes
That didn't work. Still shows everything under IMAP.

I would like to show only User Homes and any "user" folder under that.

Also, the net question will be regarding permissions. Is there a way to allow access to only "your" user folder?