06-19-2009 07:01 AM
mail.host=smtp.gmail.com
mail.port=465
mail.protocol=smtps
mail.username=user@gmail.com
mail.password=
mail.smtps.starttls.enable=true
mail.smtps.auth=true
#
# Alfresco Email Service and Email Server
#
# 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=alfresco.com
email.server.port=25252
email.server.domain=gmail.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=
06-19-2009 09:30 AM
email.inbound.enabled=true
email.inbound.unknownUser=anonymous
email.server.enabled=true
email.server.port=25252
email.server.domain=mydomain.it
email.server.allowed.senders=.*
email.server.blocked.senders=
06-19-2009 11:47 AM
06-19-2009 12:37 PM
06-22-2009 04:03 AM
Firstly, please stop bumping your own topic - it's very annoying and is not going to get your problem answered any quicker.Sorry, but I thinks that's is better than open a new post for the same things…
Secondly, make sure your e-mail recipient (the part before the @) matches an Alfresco username who is a member of the EMAIL_CONTRIBUTORS groupFor this I don't have understand…In the part before the @ I don't must to put the email alias that I've added to a space?
email.inbound.enabled=true
email.inbound.unknownUser=anonymous
email.server.enabled=true
email.server.port=25252
email.server.domain=mydomain.it
email.server.allowed.senders=.*
email.server.blocked.senders=
This is an automatically generated Delivery Status Notification
Delivery to the following recipient failed permanently:
proto@mydomain.it
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 No Such User Here (state 14).
06-22-2009 04:34 AM
06-22-2009 05:01 AM
In your posted configuration, you have:Thanks for the response.
email.server.domain=mydomain.it
Is this actually what your configuration says, or have you changed it to protect your privacy? It may be stating the obvious, but you need to be sure that whatever mail configuration you set up can be reached from Google (it's a valid domain owned by you, with an MX record configured correctly to make sure email goes to the Alfresco server, and firewalls and routers will allow SMTP traffic to that machine).
Have you tested things locally? Use a local mail client (a UNIX command line mail program such as sendEmail would work) to try and send an email into Alfresco. You should be able to specify the Alfresco server directly (as the SMTP server), so you can test that the Alfresco side works before checking that routing over the internet works.
e.g., if you have sendEmail installed on the Alfresco server, configuration similar to the following might work (I haven't tested this):
sendEmail -s localhost:25252 -u Test -m Hello -f proto@mydomain.it -t proto@mydomain.it
Sam.
06-22-2009 05:27 AM
06-22-2009 05:36 AM
email.inbound.enabled=true
email.inbound.unknownUser=anonymous
email.server.enabled=true
email.server.port=25252
email.server.domain=gmail.com
email.server.allowed.senders=.*
email.server.blocked.senders=
, and this address is my…but it doesn't work…06-22-2009 05:53 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.