04-03-2012 09:05 AM
email.inbound.enabled=true
email.inbound.unknownUser=anonymous
email.server.enabled=true
email.server.port=25
email.server.domain=myalfresco.com
email.server.connections.max = 3
email.server.allowed.senders=.*
but i don't see any activity on the 25 port when using netstat (and no emails are recieved). final Map<QName, Serializable> props = new HashMap<QName, Serializable>(1);
props.put(EmailServerModel.PROP_ALIAS, "inbox");
NodeRef nodeRef = new NodeRef(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE, id); // id of my folder
nodeService.addAspect(nodeRef, EmailServerModel.ASPECT_ALIASABLE, props);
I've already added the 25 port and java.exe to windows firewall though it's disabled. What am I missing?04-03-2012 09:29 AM
04-03-2012 10:04 AM
04-03-2012 10:17 AM
04-03-2012 10:59 AM
04-04-2012 10:18 AM
<bean id="InboundSMTP" class="org.alfresco.repo.management.subsystems.ChildApplicationContextFactory" parent="abstractPropertyBackedBean">
….
<property name="autoStart">
<value>false</value>
</property>
</bean>
It did work after that
05-27-2013 07:14 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.