cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound email configuration/ email enabled spaces

shikarishambu
Champ in-the-making
Champ in-the-making
Hi,
I am having issues getting inbound email/ email enabled spaces to work. I am trying to setup my spaces to accept email.

I have done the following

1. Created the space(s)
2. Gone to View Details > Run Action > Add Aspect > Email Alias on the space(s).
3. Set the configuration in tomcat\shared\classes\alresco\extension\custom-email-server.properties to

# Enable/Disable the inbound email service.  The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
email.inbound.enabled=true
# The username to authenticate as when the sender address is not recognised
email.inbound.unknownUser=anonymous

# Email Server properties
email.server.enabled=true
email.server.port=25
email.server.domain=<<mycompany>>.com


#
# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match.  For example:
#   .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
email.server.allowed.senders=.*

#
# A comma separated list of email REGEX patterns of blocked senders.
# If the sender email address matches this then the message will be rejected.
# For example:
#   .*\@hotmail\.com, .*\@googlemail\.com
#email.server.blocked.senders=

I continue to get the following errors
The email address 'input@s<<mycompany>>.com' does not reference a valid accessible node. ##

I am not sure if I missed some other setting. Also is there a way to see / edit the aspect applied to a pace using Run Actions
3 REPLIES 3

shikarishambu
Champ in-the-making
Champ in-the-making
Continuing the tradition of fixing my own issues and answering my own posts.

Follow the three steps listed in the earlier post

Remember
- to set the email alias on the Space (the way to edit it is not intutive - at least for me). Do "View Details" on the space, in the Properties section, if Email Alias is empty, click the edit on to top right - in line with Properties to provide the alias
- the alias is case sensitive. So, if you set the Alias as Input and tried emailing to input@myalfrescobox.mydomain.com it will not reach the destination.

norgan
Champ in-the-making
Champ in-the-making
Hmm .. this way you cant get points, you should answer others peoples posts 😉 good job fixing though

shikarishambu
Champ in-the-making
Champ in-the-making
Don't need points. Hopefully, my response(s) help some other poor soul who has the same issue.