I have configured Outbound email in Alfresco, by following this link: http://docs.alfresco.com/4.1/concepts/email-outboundsmtp-props.html
My alfresco-global.properties contains:
### email server config smtp outbound
mail.host=emailserver.domain.com
mail.port=25
mail.username=example@domain.com
mail.password=password
mail.encoding=UTF-8
mail.from.default=example@domain.com
mail.smtp.auth=false
mail.protocol=smtp
mail.smtp.timeout=30000
I get the following error: No authentication mechanisms supported by both server and client
The same configuration works with Alfresco hosted on a Windows server but doesn't work with Cent OS server. Any idea what could be the cause ?