cancel
Showing results for 
Search instead for 
Did you mean: 

How can i integrate outlook 2007 with Alfresco 3.2r.

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I am using Alfresco 3.2r on JDK 1.6.

As per requirement,i need to integrate outlook 2007 into Alfresco so that user can see Alfresco Repository in their Outlook Client & can save emails directly to repository.

I tried a lot of googling & found http://wiki.alfresco.com/wiki/IMAP.

I set IMAP configurations on my local setup as:

#
# IMAP
#————-
imap.server.enabled=true
imap.server.port=143
imap.server.host=localhost
#imap.config.server.mountPoints.default.store=${spaces.store} #imap.config.server.mountPoints.default.rootPath=/${spaces.company_home.childname}
#imap.config.server.mountPoints.default.mode=virtual

Now i can see it is updated as per serevr console as

10:13:58,741  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [imap, default]
10:13:58,788  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.pro
perties]
10:13:59,101  INFO  [repo.imap.AlfrescoImapServer] IMAP service started on hostSmiley Tongueort localhost:143.
10:13:59,116  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [imap, default] complete

So far so good & i can see  Imap Home space created in my repository. But  i can not see any repository space in Outlook Client &  Imap Home space is also vacant. :roll:

Can anybody help me on how to get it done so that user can see spaces in outlook client.

Regards.

P.S. Connecting to Alfresco from Outlook 2003  section dos not have any content in IMAP wiki. :?:
9 REPLIES 9

agentsmith0009
Champ in-the-making
Champ in-the-making
Hi Dynamo,

Have you found something on it.If so can u share it here.

Even i am trying the same on my local setup with Outlook 2007 & Alf 3.2, can see server logs same as you but can't see anything in outlook.

Here are my settings:

imap.server.enabled=true
imap.server.port=143
imap.server.host=a.b.c.d
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=/${spaces.company_home.childname}
imap.config.server.mountPoints.value.AlfrescoIMAP.mountPointName=Alfresco IMAP
imap.config.server.mountPoints.value.AlfrescoIMAP.modeName=MIXED
web.application.context.url=http://localhost:8080/alfresco

No idea how to make it work.

Just checked http://wiki.alfresco.com/wiki/IMAP & http://wiki.alfresco.com/wiki/The_IMAP_Subsystem but no help.

By looking at screen shot @ http://wiki.alfresco.com/w/images/9/92/Imap-virtualised-view.png, i can assume it is very old so less of use & no section for outlook integration.

So can anybody help me out here.Hoping on Alfresco guys to step in.

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi Again,

Finally i got it working on Outlook 2007 but not on 2003.

Below are working alfresco-global.properties configurations for outlook integration:

Place following configuration entries in alfresco-global.properties {alfresco-tomcat home}\shared\classes\alfresco-global.properties.

#
# IMAP
#————-
imap.server.enabled=true
imap.server.port=143
imap.server.host=alfresco_server_ip_address
imap.config.server.mountPoints=AlfrescoIMAP
imap.config.server.mountPoints.default.mountPointName=AlfrescoIMAP
imap.config.server.mountPoints.default.modeName=ARCHIVE
imap.config.server.mountPoints.default.store=${spaces.store}
imap.config.server.mountPoints.default.rootPath=/${spaces.company_home.childname}
web.application.context.url=http://alfresco_server_ip_address:8080/alfresco

Once updated, restart your server.

Now open outlook 2007 & create a new account by selecting "Microsoft Exchange,POP3,IMAP or HTTP" as option.

Now select manual configuration option to & then on following steps, select Internet Email option.

You will reach "Internet Email Settings" step,here you put following values:

1. Put your user name in Your Name text box, your email id in E-mail Address.
2. Under Server Information, select IMAP option.
3. In incoming mail server, type your alfresco server IP Address(same alfresco_server_ip_address as  above).
4. In Outgoing mail Server (SMTP), type your SMTP mail Server’s IP Address.
5. Under Logon Information, in User Name type your Alfresco Login Name & in Password, type your Alfresco Login password.
6. Optionally , you can click on "Test Account Settings" button for testing.

Once successfully finished, you can see Alfresco Repository in your mailbox  below your email inbox.

Now you can drag n drop any of your email to alfresco repository & all sent emails will be stored in your Alfresco repository.

fagiano
Champ in-the-making
Champ in-the-making
hi,
1.What should I put :imap.server.host=a.b.c.d?
2.What should I put :web.application.context.url=http://serveripSmiley Tongueort/alfresco?
3.What should I put : In incoming mail server, type your alfresco server IP Address?

I tried but does not go;
imap.server.enabled=true
imap.server.port=143
imap.server.host=s-dp4-app3.scc.local  (my full computer name domain)
imap.config.server.mountPoints=AlfrescoIMAP
imap.config.server.mountPoints.default.mountPointName=AlfrescoIMAP
imap.config.server.mountPoints.default.modeName=ARCHIVE
imap.config.server.mountPoints.default.store=${spaces.store}
imap.config.server.mountPoints.default.rootPath=/${spaces.company_home.childname}
web.application.context.url=http://localhost:8080/alfresco

and with incoming mail server (IMAP) : s-dp4-app3a/alfresco

have suggestions thank you

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi fagiano,

I just updated my previous post to have more clarity.Also i am updating your queries here:

You should not use computer name instead computer IP Address in

imap.server.host=s-dp4-app3.scc.local (my full computer name domain)

Lest assume folloowing:

Alfresco server IP Address: 288.288.288.288(only assumption)

Now 288.288.288.288 will be your incoming mail server IP Address.

So updated values are

1.What should I put :imap.server.host=288.288.288.288
2.What should I put :web.application.context.url=http://288.288.288.288:8080/alfresco
3.What should I put : In incoming mail server, type your alfresco server IP Address which is 288.288.288.288?

Hope this will help!

fagiano
Champ in-the-making
Champ in-the-making
Hi,
where find Alfresco server IP Address?
am I doing it -> run -> cmq.exe–> IP config?

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,
where find Alfresco server IP Address?
am I doing it -> run -> cmq.exe–> IP config?

Lets assume you are running Alfresco on your local machine so IP Address of your local machine is  Alfresco server IP Address. Smiley Happy

If you are on windows,on command prompt , type ipconfig command , you will get it.

Or Under support tab of your LAN connection system tray icon.

fagiano
Champ in-the-making
Champ in-the-making
I used the second , is correct?

Physical Address: 55-66-67-9D-1D-B2
IP Address: 162.19.1.34
Subnet Mask: 255.255.255.0
Default Gateway: 162.19.0.253
DHCP Server: 162.19.0.9
Lease Obtained: 05/08/2010 9.51.08
Lease Expires: 09/08/2010 9.51.08
DNS Servers: 162.19.0.9, 162.19.0.10
WINS Server:

fagiano
Champ in-the-making
Champ in-the-making
thanks everything works

dynamolalit
Champ on-the-rise
Champ on-the-rise
thanks everything works


Kool.. Smiley Very Happy .I Deserve a point here. :wink:

Also i have updated wiki for same @


http://wiki.alfresco.com/wiki/IMAP#The_Virtual_View_Email_Format
'>
http://wiki.alfresco.com/wiki/IMAP...