Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 29466 invoked from network); 22 Mar 2009 23:16:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2009 23:16:40 -0000 Received: (qmail 33708 invoked by uid 500); 22 Mar 2009 23:16:39 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 33621 invoked by uid 500); 22 Mar 2009 23:16:39 -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 33611 invoked by uid 99); 22 Mar 2009 23:16:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Mar 2009 23:16:38 +0000 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marica.tan@gmail.com designates 209.85.218.178 as permitted sender) Received: from [209.85.218.178] (HELO mail-bw0-f178.google.com) (209.85.218.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Mar 2009 23:16:29 +0000 Received: by bwz26 with SMTP id 26so1629759bwz.2 for ; Sun, 22 Mar 2009 16:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=lLrpqB+kvH/1Yg90sZT2RncuYi5SC1p2kshdlWu1794=; b=gC1fTQ7SvzG5KoeT//hb6GGVNUAImdKcv3GmmpCDKhL6fIBpH7gjbpG0Xu+euIi4pc vwzMeGbKDikShOd+DfpYYEzZpDOXh0S6+qB3GRRVQdgmH90xw8ULRTVpi6GeHFMCUOrx 2l/kxUog3mM5o7CxdfEPJGcvIAg2vtKRR4XNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vPDNIhJG8ceRKUZbJ/1oFK+PeOHtH710AWu/gEwxRBhg7+e/g1cbdWd4M2quDMtaPt y+MkhW95/ImGhYBVUpJmnom0+nyamtzv4vkRQ9fooT2Gx4/A46S2x38xt+l9JmZrzlu3 EO+hCv3QdexpnUvDjH1QOJkonikKcUsUMD/Q0= MIME-Version: 1.0 Received: by 10.204.72.15 with SMTP id k15mr2274914bkj.14.1237763768957; Sun, 22 Mar 2009 16:16:08 -0700 (PDT) In-Reply-To: <22601010.post@talk.nabble.com> References: <22559034.post@talk.nabble.com> <22601010.post@talk.nabble.com> Date: Mon, 23 Mar 2009 07:16:08 +0800 Message-ID: Subject: Re: wrong configuration for e-mail notifications From: Marica Tan To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=001636c5be2dc3bccd0465bd553d X-Virus-Checked: Checked by ClamAV on apache.org --001636c5be2dc3bccd0465bd553d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Phil, Try configuring your mail properties from the application.xml: $CONTINUUM_HOME/apps/continuum/WEB-INF/classes/META-INF/plexus/application.xml Cheers -- Marica On Thu, Mar 19, 2009 at 10:41 PM, Phil Melanson wrote: > > > mail/Session > > > > > > > true > no-reply@foo.ca > no-reply@foo.ca > smtp.foo.ca > > > > > > > > > Emmanuel Venisse-2 wrote: > > > > Can we see how you configured it? > > Emmanuel > > > > On Tue, Mar 17, 2009 at 2:49 PM, Phil Melanson > > wrote: > > > >> > >> 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/wrong-configuration-for-e-mail-notifications-tp22559034p22559034.html > >> Sent from the Continuum - Users mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/wrong-configuration-for-e-mail-notifications-tp22559034p22601010.html > Sent from the Continuum - Users mailing list archive at Nabble.com. > > --001636c5be2dc3bccd0465bd553d--