Re: Configure FROM mailbox

2008-01-10 Thread Olivier Lamy
Hi,
In the webapp, you will find the find
WEB-INF/classes/META-INF/plexus/application.xml
It's contains the empty elements :
   


--
Olivier

2008/1/10, ivan <[EMAIL PROTECTED]>:
> Hi!
> I configured file plexus.xml (continuum 1.1), and also section "Mail".
> But while starting continuum, following line are printed into log:
>
>  org.codehaus.plexus.notification.notifier.Notifier:mail  - The from
> mailbox is not configured, will use the nag email address from the project.
>
> So, how can I set FROM mailbox and where? Thanks
>


Re: Configure FROM mailbox

2008-01-10 Thread Emmanuel Venisse
The from address can be configured in
WEB-INF/classes/META-INF/plexus/application.xml

Emmanuel

On Jan 10, 2008 1:56 PM, ivan <[EMAIL PROTECTED]> wrote:

> Hi!
> I configured file plexus.xml (continuum 1.1), and also section "Mail".
> But while starting continuum, following line are printed into log:
>
>  org.codehaus.plexus.notification.notifier.Notifier:mail  - The from
> mailbox is not configured, will use the nag email address from the
> project.
>
> So, how can I set FROM mailbox and where? Thanks
>


RE: Configure FROM mailbox

2008-01-10 Thread Pallavi.Satish
I am sorry I think this is not correct

Regards
Pallavi

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 10, 2008 6:38 PM
To: continuum-users@maven.apache.org
Subject: RE: Configure FROM mailbox

Hi,

You need to set your plexux.xml file under \continuum-1.1\conf from localhost 
to your mailServer name

Below I have copied the xml file part.


  
  
mail/Session
javax.mail.Session

  
mail.smtp.host
localhost
  
  
mail.smtp.port
25
  



Regards
Pallavi

-Original Message-
From: ivan [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 10, 2008 6:26 PM
To: continuum-users@maven.apache.org
Subject: Configure FROM mailbox

Hi!
I configured file plexus.xml (continuum 1.1), and also section "Mail".
But while starting continuum, following line are printed into log:

 org.codehaus.plexus.notification.notifier.Notifier:mail  - The from
mailbox is not configured, will use the nag email address from the project.

So, how can I set FROM mailbox and where? Thanks


Re: Configure FROM mailbox

2008-01-10 Thread ivan

Olivier Lamy wrote:

Hi,
In the webapp, you will find the find
WEB-INF/classes/META-INF/plexus/application.xml
It's contains the empty elements :
   


--
Olivier

2008/1/10, ivan <[EMAIL PROTECTED]>:

Hi!
I configured file plexus.xml (continuum 1.1), and also section "Mail".
But while starting continuum, following line are printed into log:

 org.codehaus.plexus.notification.notifier.Notifier:mail  - The from
mailbox is not configured, will use the nag email address from the project.

So, how can I set FROM mailbox and where? Thanks





Thanks! It helps, but particular.

In fact, while starting continuum, I got following:

org.codehaus.plexus.notification.notifier.Notifier:mail  - Using 
'[EMAIL PROTECTED]' as the from mailbox for all emails.


But when I try to register new user, I got this:

INFO   | jvm 1| 2008/01/10 15:29:32 | DEBUG SMTP: use8bit false
INFO   | jvm 1| 2008/01/10 15:29:32 | MAIL FROM:<[EMAIL PROTECTED]>
INFO   | jvm 1| 2008/01/10 15:29:32 | 550 Sender verify failed
INFO   | jvm 1| 2008/01/10 15:29:32 | 
com.sun.mail.smtp.SMTPSendFailedException: 550 Sender verify failed


It is interesting, but when I got letters about building status - 
continuum use [EMAIL PROTECTED]


May be somebody face it?  Thanks