[Building Sakai] sakai 2.9.1 and smtp port

Miguel Ángel Júlvez ma.julvez at gmail.com
Thu Feb 14 06:12:36 PST 2013


Hi all,


I'm using sakai 2.9.1 on tomcat 7.0.27 and mysql 5.5.

When Sakai sends an e-mail, it fails:

2013-02-14 15:00:25,906  WARN ajp-bio-8009-exec-4
org.sakaiproject.email.impl.BasicEmailService - Email.sendMail: exception:
Could not connect to SMTP host: myhost.smtp.com, port: 465
javax.mail.MessagingException: Could not connect to SMTP host:
amaexchange.amaseguros.local, port: 465;
  nested exception is:
java.net.ConnectException: Connection refused

As you can see, sakai is trying to open a connection with my smtp server on
465 port but my configuration says than my smtp port is 25

smtp.port=25
smtp at org.sakaiproject.email.api.EmailService=myhost.smtp.com
smtpPort at org.sakaiproject.email.api.EmailService=25
smtpUser at org.sakaiproject.email.api.EmailService=myuser
smtpPassword at org.sakaiproject.email.api.EmailService=mypassword
smtpUseSSL at org.sakaiproject.email.api.EmailService=true


Any help?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130214/b26f8b57/attachment.html 


More information about the sakai-dev mailing list