cancel
Showing results for 
Search instead for 
Did you mean: 

Thunderbird alfresco integration

vishnuvasudev
Champ in-the-making
Champ in-the-making
Hi All,

    I need help to integrate thunderbird with alfresco. My connection get failure. The steps i followed in thunderbird are

1) Create new account
2) Skip this and use my existing email
3) Mail account setup details are given
4) Continue
5) Manual Config
6) Your name : my name
Email Address : my company email address, same is given to the my alfresco account.
Password : alfresco account password
Incomig
————————-
incoming : change to imap
server host name : change to my alfresco server ip address
port : 143
ssl : autodetect
authentication : autodetect

Outgoing
————————–

cannot change, fixed to smtp

server host name : alfresco server ip address
port : autodetect
ssl : autodetect
authentication : autodetect

username : alfresco account username

When testing connection through retest, get failed.

Changes made in alfresco global property file:

imap.server.enabled=true
imap.server.port=143
imap.server.host=alfresco server ip address.

I am using alfresco 3.4.a. Any other email configurations are required for this?

Any help would be greately appreciated,

Thanks in advance..

Regards,
Vishnu.
2 REPLIES 2

bisana
Champ on-the-rise
Champ on-the-rise
Give imap.server.host=0.0.0.0 , not the server IP
please check the following conf

# IMAP

imap.server.enabled=true
imap.server.port=143
imap.server.host=0.0.0.0


# IMAP mount point default value goes here

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=MIXE

vishnuvasudev
Champ in-the-making
Champ in-the-making
Hi Bisana,

Now my configuration is as follows

imap.server.enabled=true

imap.server.port=143

imap.server.host=0.0.0.0

# IMAP mount point default value goes here

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

But  telnet  192.168.1.118 143 and telnet  0.0.0.0 143 shows Connection refused.

Any changes we have to do?

Thanks and Regards,
Vishnu