From users-return-7589-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Wed Mar 11 18:36:02 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 21808 invoked from network); 11 Mar 2009 18:36:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2009 18:36:02 -0000 Received: (qmail 57444 invoked by uid 500); 11 Mar 2009 18:35:48 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 57425 invoked by uid 500); 11 Mar 2009 18:35:48 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 57390 invoked by uid 99); 11 Mar 2009 18:35:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2009 11:35:48 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2009 18:35:39 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LhTGw-0007iD-D9 for users@continuum.apache.org; Wed, 11 Mar 2009 11:35:18 -0700 Message-ID: <22461691.post@talk.nabble.com> Date: Wed, 11 Mar 2009 11:35:18 -0700 (PDT) From: Phil Melanson To: users@continuum.apache.org Subject: Re: How to configure continuum In-Reply-To: <22413406.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jplmelanson@gmail.com References: <22413406.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Another problem I have right now is the configuration of the e-mail notifications. I set my java mail properties so that the SMTP FROM address is set to continuum@foo.ca. However, the projects I import defines their ciManagement email such as developers@foo.ca, which is a mailing list. When I do builds, emails are sent using the mailing list in the from of the email, causing everyone to receive a confirmation (that is how our echange servers are set up). Here is the SMTP debug log: INFO | jvm 1 | 2009/03/11 14:10:45 | DEBUG SMTP: use8bit false INFO | jvm 1 | 2009/03/11 14:10:45 | MAIL FROM: INFO | jvm 1 | 2009/03/11 14:10:45 | 250 2.1.0 continuum@foo.ca....Sender OK INFO | jvm 1 | 2009/03/11 14:10:45 | RCPT TO: INFO | jvm 1 | 2009/03/11 14:10:45 | 250 2.1.5 developers@foo.ca INFO | jvm 1 | 2009/03/11 14:10:45 | DEBUG SMTP: Verified Addresses INFO | jvm 1 | 2009/03/11 14:10:45 | DEBUG SMTP: developers@foo.ca INFO | jvm 1 | 2009/03/11 14:10:45 | DATA INFO | jvm 1 | 2009/03/11 14:10:45 | 354 Enter mail, end with "." on a line by itself. INFO | jvm 1 | 2009/03/11 14:10:45 | Date: Wed, 11 Mar 2009 14:10:45 -0400 (EDT) INFO | jvm 1 | 2009/03/11 14:10:45 | From: "Continuum@ena-continuum" INFO | jvm 1 | 2009/03/11 14:10:45 | To: developers@foo.ca INFO | jvm 1 | 2009/03/11 14:10:45 | Message-ID: <26217476.01236795045484.JavaMail.continuum@foo.ca> INFO | jvm 1 | 2009/03/11 14:10:45 | Subject: [continuum] BUILD FAILURE: - Compilation et INFO | jvm 1 | 2009/03/11 14:10:45 | execution de tous les tests How can I configure the FROM: of the emails or, why it uses the TO: as default FROM and not the smtp config? Thanks. -- View this message in context: http://www.nabble.com/How-to-configure-continuum-tp22413406p22461691.html Sent from the Continuum - Users mailing list archive at Nabble.com.