RE: Configure FROM mailbox

2008-01-10 Thread Pallavi.Satish
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: [EMAIL PROTECTED]
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-11 Thread Bernard Brady
Ivan

Take a look at this
http://www.mail-archive.com/users@maven.apache.org/msg77767.html

Should solve your problem.

 

Regards

Bernard Brady

  

Senior Software Developer

Autometrics 

370/374 Upper Newtownards Road

Belfast

County Antrim 

BT43EX

United Kingdom

 

tel:   +44 (0) 02890652888

 

 

-Original Message-
From: ivan [mailto:[EMAIL PROTECTED] 
Sent: 10 January 2008 13:42
To: [EMAIL PROTECTED]
Subject: Re: Configure FROM mailbox

 

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