04-03-2011 02:54 PM
#
# Outbound Email Configuration
#————-
mail.host=xy.de
mail.port=25
mail.username=<Benutzername>
mail.password=<Passwort>
mail.encoding=UTF-8
mail.from.default=xy
#mail.smtp.auth=true
#trying to enable ssl
mail.smtps.auth=true
mail.protocol=smtps
mail.smtps.starttls.enable=true
ERROR [org.alfresco.repo.action.executer.MailActionExecuter] Failed to send email to xy@xy.de org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Exception reading response;
nested exception is:
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?ERROR [org.alfresco.repo.action.executer.MailActionExecuter] Failed to send email to xy@xy.de
org.springframework.mail.MailSendException; nested exception details (1) are:
Failed message 1:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 550 relay not permitted04-03-2011 06:06 PM
com.sun.mail.smtp.SMTPAddressFailedException: 550 relay not permitted
Entferne einfach mal das Hash/Kommentarzeichen mail.smtp.auth=true und trage eine gülte UserName/Passwort Kombination in die Konfig ein.04-05-2011 03:16 PM
mail.smtp.auth=trueist jetzt nicht mehr auskommentiert.ERROR [org.alfresco.repo.action.executer.MailActionExecuter] Failed to send email to xy@xy.de
org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Exception reading response;
nested exception is:
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?Wie gesagt, ich habe schon viele Einstellungen versucht, aber bisher keine Lösung gefunden. Mailprogramme können sich problemlos mit dem Server verbinden (mit und ohne SSL).
04-05-2011 05:42 PM
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.