Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 99043 invoked from network); 24 Apr 2008 19:45:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 19:45:07 -0000 Received: (qmail 96130 invoked by uid 500); 24 Apr 2008 19:45:09 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 96121 invoked by uid 500); 24 Apr 2008 19:45:09 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 96110 invoked by uid 99); 24 Apr 2008 19:45:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 12:45:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 19:44:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA64B234C0FD for ; Thu, 24 Apr 2008 12:41:29 -0700 (PDT) Message-ID: <56759220.1209066089758.JavaMail.jira@brutus> Date: Thu, 24 Apr 2008 12:41:29 -0700 (PDT) From: "Nick Whalen (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Created: (JSPWIKI-256) SMTP failure in password reset utility MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org SMTP failure in password reset utility -------------------------------------- Key: JSPWIKI-256 URL: https://issues.apache.org/jira/browse/JSPWIKI-256 Project: JSPWiki Issue Type: Bug Affects Versions: 2.6.2 Environment: Running in Debian Etch on an Amazon EC2 instance Reporter: Nick Whalen When a user attempts to reset their password the following error is thrown: [TP-Processor2] ERROR com.ecyrd.jspwiki.util.MailUtil wiki:/wiki/LostPassword.jsp wiki:https://yourhost/wiki/LostPassword.jsp - javax.mail.MessagingException: 501 Syntax: HELO hostname After watching the traffic on the mail relay, it appears the mail library attempts to EHLO and HELO without a hostname. This issue is not present in v2.4.102, which was also tested for the bug. Java version on the host is 1.5.0_14-b03. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.