IMAP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2010 04:02 PM
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.
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.
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2010 05:49 PM
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>
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>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2010 05:55 PM
ALF-3670 raised to fix the documentation.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2010 10:56 AM
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?
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2010 11:34 AM
I tried removing the default "mount point" by setting the following property
imap.config.server.mountPoints=
Does that do that what you want?
imap.config.server.mountPoints=
Does that do that what you want?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2010 11:02 AM
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?
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?