Inbound email configuration/ email enabled spaces
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 04:11 PM
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
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
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 recognisedemail.inbound.unknownUser=anonymous# Email Server properties email.server.enabled=trueemail.server.port=25email.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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 06:03 PM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2009 11:31 AM
Hmm .. this way you cant get points, you should answer others peoples posts 😉 good job fixing though
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 05:47 PM
Don't need points. Hopefully, my response(s) help some other poor soul who has the same issue.
