Hi,
I'm trying to configure inbound email with the following settings:
email.inbound.unknownUser=anonymous
email.inbound.enabled=true
email.server.enabled=true
email.host=smtp.gmail.com
email.server.port=587
email.server.domain=alfresco.com (also tried as "gmail.com)
However, my logs (excerpt below) show "Permission denied" Can anyone teel me why???
2016-03-01 13:39:55,959 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, outbound]
2016-03-01 13:39:56,044 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, outbound] complete
2016-03-01 13:39:56,044 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, inbound]
2016-03-01 13:39:56,085 WARN [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, inbound] failed
java.lang.RuntimeException: java.net.BindException: Permission denied
at org.subethamail.smtp.server.SMTPServer.start(SMTPServer.java:292)
at org.alfresco.email.server.impl.subetha.SubethaEmailServer.startup(SubethaEmailServer.java:83)
at org.alfresco.email.server.EmailServer.onBootstrap(EmailServer.java:256)
Thank you,
Frank