cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to install 'emailListener.amp'

sam4alf
Champ in-the-making
Champ in-the-making
Hi all,

I'm trying to install email listener amp shown in http://wiki.alfresco.com/wiki/Featured_Contributions#Email_Listener_by_Turgay_Zengin. I downloaded the amp file, placed it in <ALF_HOME>/amps folder, ran sudo bash apply_amps.sh command but this latest amp file is not being installed. Other amp files in the amps folder are being picked up but not this emailListener.amp.

Later, I crack opened the amp file, changed contents of module.properties file as shown below, saved it and tried again. This also didn't work.

# Email-Listener module properties
module.id=emailListener
module.title=EmailListener
module.description=EmailListener Module
module.version=1.0
module.repo.version.min=2.0
module.repo.version.max=3.4

I am using community 3.4d on Linux/MySQL/JBoss.

Any suggestions are welcome. Thanks.

-Sarma.
2 REPLIES 2

loftux
Star Contributor
Star Contributor
Inbound SMTP is part of standard Alfresco, you should not need to install anything
http://docs.alfresco.com/3.4/topic/com.alfresco.Enterprise_3_4_0.doc/concepts/email-inboundsmtp-prop...
(instructions should apply for community edition as well)

sam4alf
Champ in-the-making
Champ in-the-making
Hi Loftux,

Yes, I agree but my concern is why I am not able to deploy (install) this AMP file. Why it is not recognized when I run run_amps.sh?

-Sarma.