[jboss-jira] [JBoss JIRA] Commented: (JBPM-848) Incorrect mail.smtp.host property + configurable mail from address

Mesnard S←bastien (JIRA) jira-events at lists.jboss.org
Wed Sep 26 09:05:41 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBPM-848?page=comments#action_12378753 ] 
            
Mesnard S←bastien commented on JBPM-848:
----------------------------------------

I'm using jbpm-jpdl-3.2.2 and I'm still having this issue.
I've modified the jbpm.mail.from.address property to a real email ( and jbpm.mail.smtp.host to my smtp host)), but it seems that the FROM parameter doesn't affect anything. Mails are still outoing with jbbpm at noreply FROM address (My smtp host parameter is correctly used). I've used a packet sniffer to see which host and from parameters are used.
I'm not completely familiar with jbpm concepts and I'm maybe missing something...

> Incorrect mail.smtp.host property + configurable mail from address
> ------------------------------------------------------------------
>
>                 Key: JBPM-848
>                 URL: http://jira.jboss.com/jira/browse/JBPM-848
>             Project: JBoss jBPM
>          Issue Type: Patch
>          Components: Core Engine
>    Affects Versions: jBPM jPDL 3.2 beta 2
>            Reporter: Bruno Dumon
>         Assigned To: Tom Baeyens
>             Fix For: jBPM jPDL 3.2.2
>
>         Attachments: mailpatch_20070222.txt, mailpatch_v2.txt
>
>
> jBPM incorrectly sets "jbpm.mail.smtp.host" instead of "mail.smtp.host" in the properties passed to JavaMail. As a consequence, JavaMail always tries to send to localhost. It seems this was introduced by accident here:
> http://fisheye.jboss.com/browse/JBPM/jbpm.3/src/java.jbpm/org/jbpm/mail/Mail.java?r1=1.4&r2=1.5
> The attached patch fixes this.
> Also, the from address for mails is currently hardcoded to "jbpm at noreply". Many SMTP servers don't allow an invalid origin domain name (as do many spam filters), this is the exception I get:
> javax.mail.SendFailedException: Sending failed;
>   nested exception is:
>         class javax.mail.SendFailedException: Invalid Addresses;
>   nested exception is:
>         class javax.mail.SendFailedException: 450 <jbpm at noreply>: Sender address rejected: Domain not found
> The attached patch also makes the from address configurable via jbpm.cfg.xml.
> Patches are against current CVS and taken with the jbpm.3/jpdl directory as root.
> Thanks for taking the time to look at this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jboss-jira mailing list