Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 29744 invoked from network); 4 Apr 2008 09:15:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 09:15:55 -0000 Received: (qmail 62193 invoked by uid 500); 4 Apr 2008 09:15:52 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 62153 invoked by uid 500); 4 Apr 2008 09:15:52 -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 62136 invoked by uid 99); 4 Apr 2008 09:15:52 -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 02:15:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.127.3.29] (HELO mail09.allianz.de) (194.127.3.29) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 09:15:09 +0000 Received: from naimucka.allianzde.rootdom.net (naimucka.allianzde.rootdom.net [10.99.150.45] (may be forged)) by mail09.allianz.de with ESMTP id m349FEY7005697; Fri, 4 Apr 2008 11:15:18 +0200 (MEST) Received: from naimuckh.allianzde.rootdom.net ([10.99.150.61]) by naimucka.allianzde.rootdom.net with Microsoft SMTPSVC(6.0.3790.1830); Fri, 4 Apr 2008 11:15:09 +0200 Received: from naimuco3.allianzde.rootdom.net ([10.99.129.58]) by naimuckh.allianzde.rootdom.net with Microsoft SMTPSVC(6.0.3790.1830); Fri, 4 Apr 2008 11:15:09 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: AW: setting SMTP sender system-wide on continuum webapp Date: Fri, 4 Apr 2008 11:15:08 +0200 Message-ID: <7ACB14CE427DB540A30E985A4E5FF57B04DB184A@naimuco3.allianzde.rootdom.net> In-Reply-To: <7ACB14CE427DB540A30E985A4E5FF57B04DB1691@naimuco3.allianzde.rootdom.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: setting SMTP sender system-wide on continuum webapp Thread-Index: AciWLxgmGjAWz43xSZiee5Lookwq+wABLhkw References: <7ACB14CE427DB540A30E985A4E5FF57B04DB1691@naimuco3.allianzde.rootdom.net> From: "Lustig, Marc (Allianz Deutschland AG)" To: Cc: X-OriginalArrivalTime: 04 Apr 2008 09:15:09.0326 (UTC) FILETIME=[61330AE0:01C89634] X-Virus-Checked: Checked by ClamAV on apache.org 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=FCngliche Nachricht----- Von: Lustig, Marc (Allianz Deutschland AG)=20 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