external SMTP server not supported on Tomcat 6.0.18
---------------------------------------------------
Key: MRM-1183
URL: http://jira.codehaus.org/browse/MRM-1183
Project: Archiva
Issue Type: Bug
Components: system
Affects Versions: 1.2
Environment: Archiva 1.2
Tomcat 6.0.18
Windows Vista
Reporter: Sang-Jea Shin
I set SMTP host like this:
----------------------------------------------------------------------------------
<Resource name="mail/Session" auth="Container"
type="javax.mail.Session"
mail.smtp.host="some.smtp.host"/>
----------------------------------------------------------------------------------
smtp server is not localhost.
When I register new archiva user, error occured like this;
----------------------------------------------------------------------------------
javax.servlet.ServletException: org.springframework.mail.MailSendException;
nested exceptions (1) are:
Failed message 1: com.sun.mail.smtp.SMTPSendFailedException: 553 5.1.8
Requested action not taken: mail box name <vip...@localhost> not allowed.
----------------------------------------------------------------------------------
VIPER is my local PC's computer name. (Windows Vista)
Does not work external SMTP on Tomcat WebApp?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira