From users-return-6299-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Fri Apr 04 11:04:05 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 65244 invoked from network); 4 Apr 2008 11:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 11:04:05 -0000 Received: (qmail 4094 invoked by uid 500); 4 Apr 2008 11:04:04 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 4068 invoked by uid 500); 4 Apr 2008 11:04:03 -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 4058 invoked by uid 99); 4 Apr 2008 11:04:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 04:04:03 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 124.108.96.113 is neither permitted nor denied by domain of rahul.thakur.xdev@gmail.com) Received: from [124.108.96.113] (HELO rel106.mail.aue.yahoo.com) (124.108.96.113) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Apr 2008 11:03:19 +0000 Received: (qmail 881 invoked by uid 1000); 4 Apr 2008 11:03:29 -0000 Received: from 124.108.96.75 by rel106.mail.aue.yahoo.com with SMTP; Fri, 04 Apr 2008 04:03:29 -0700 Received: (qmail 80911 invoked from network); 4 Apr 2008 11:03:28 -0000 Received: from unknown (HELO ?192.168.1.64?) (rahul.thakur@xtra.co.nz@125.237.227.65 with plain) by smtp106.tnz.mail.aue.yahoo.com with SMTP; 4 Apr 2008 11:03:28 -0000 X-YMail-OSG: zMK1DB8VM1n0VCcf7DZEvgTG9vQTf2gr4jWKoy_6k1qY6JY8YqgaYVBvi8zmKdUPeQ-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <47F60AF2.2010607@gmail.com> Date: Sat, 05 Apr 2008 00:03:14 +1300 From: Rahul Thakur User-Agent: Thunderbird 3.0a1pre (Windows/2008032202) MIME-Version: 1.0 To: users@continuum.apache.org Subject: Re: AW: setting SMTP sender system-wide on continuum webapp References: <7ACB14CE427DB540A30E985A4E5FF57B04DB1691@naimuco3.allianzde.rootdom.net> <7ACB14CE427DB540A30E985A4E5FF57B04DB184A@naimuco3.allianzde.rootdom.net> In-Reply-To: <7ACB14CE427DB540A30E985A4E5FF57B04DB184A@naimuco3.allianzde.rootdom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org There is a task scheduled for 2.0 around configuration - hopefully this will get revisited then. Rahul Lustig, Marc (Allianz Deutschland AG) wrote: > I found it out. It's the tag in WEB-INF/classes/META-INF/plexus/application.xml > > It's rather confusing to have 3 places to configure the mail settings: > > - WEB-INF/classes/META-INF/plexus/application.xml > - WEB-INF/classes/org/apache/maven/continuum/security.properties > - JNDI > > > -----Ursprüngliche Nachricht----- > Von: Lustig, Marc (Allianz Deutschland AG) > Gesendet: Freitag, 4. April 2008 10:37 > An: users@continuum.apache.org > Betreff: setting SMTP sender system-wide on continuum webapp > > Problem: mail is not being sended with the configured email-user. > > The wiki (http://docs.codehaus.org/display/CONTINUUMUSER/Deploying) > advises to use the file conf/security.properties to set the global > mail-sender. However this file is not existing in the webapp. > > I edited WEB-INF/classes/org/apache/maven/continuum/security.properties > without effect. > I edited the JBoss mail-service (under java:/Mail) without any effect on > continuum. > > > Where pls to configure the mail-sender? ty > >