Re: Send e-mail failed

2012-04-12 Thread Christian Hammond
Are you doing RB development? If you're developing against the 1.6.x releases, 
please use the release-1.6.x branch. That problem will go away. 


If you want to test with 1.7, then you'll also need to grab the very latest Git 
of Djblets.

Christian


On Apr 9, 2012, at 20:24, Gautham Nookala  wrote:

> Hi all,
> 
> Quick question:
> 
> When I clone the latest RB from git, and run python 
> ./contrib/internal/prepare-dev.py to install RB, I get the error "no module 
> named pipeline found".
> 
> Am I missing something?
> 
> Please advise at your earliest convenience. 
> 
> Thank you,
> 
> Gautham
> 
> On Thu, Apr 5, 2012 at 1:30 AM, Christian Hammond  wrote:
> There's not much I can offer beyond what that error is saying. Your mail 
> server is rejecting the credentials being sent. Perhaps it needs to be 
> configured to allow authentication from the Review Board server?
> 
> Christian
> 
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
> 
> 
> 
> On Thu, Apr 5, 2012 at 1:27 AM, Steven Zhu  wrote:
> Hi,
>I'm sure that configure the correct smtp server, username and password in 
> reviewboard server. But if i register new user, the review board sent mail 
> failed. Pls kindly have a look!
> 
> Error sending e-mail notification with subject 'New Review Board user 
> registration for ' on behalf of '"yy yy" ' to 
> admin: (535, '5.7.0 authentication failed')
> Traceback (most recent call last):
>   File 
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.4.1-py2.6.egg/reviewboard/notifications/email.py",
>  line 380, in mail_new_user
> message.send()
>   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/message.py",
>  line 248, in send
> return self.get_connection(fail_silently).send_messages([self])
>   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>  line 85, in send_messages
> new_conn_created = self.open()
>   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>  line 54, in open
> self.connection.login(self.username, self.password)
>   File "/usr/lib/python2.6/smtplib.py", line 589, in login
> raise SMTPAuthenticationError(code, resp)
> SMTPAuthenticationError: (535, '5.7.0 authentication failed')
> 
> 
> -- 
> BR
> Steven.zhu
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en
> 
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en
> 
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Send e-mail failed

2012-04-12 Thread Gautham Nookala
Hi all,

Quick question:

When I clone the latest RB from git, and run python
./contrib/internal/prepare-dev.py to install RB, I get the error "no module
named pipeline found".

Am I missing something?

Please advise at your earliest convenience.

Thank you,

Gautham

On Thu, Apr 5, 2012 at 1:30 AM, Christian Hammond wrote:

> There's not much I can offer beyond what that error is saying. Your mail
> server is rejecting the credentials being sent. Perhaps it needs to be
> configured to allow authentication from the Review Board server?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Thu, Apr 5, 2012 at 1:27 AM, Steven Zhu  wrote:
>
>> Hi,
>>I'm sure that configure the correct smtp server, username and password in 
>> reviewboard server. But if i register new user, the review board sent mail 
>> failed. Pls kindly have a look!
>>
>> Error sending e-mail notification with subject 'New Review Board user 
>> registration for ' on behalf of '"yy yy" ' to 
>> admin: (535, '5.7.0 authentication failed')
>> Traceback (most recent call last):
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.4.1-py2.6.egg/reviewboard/notifications/email.py",
>>  line 380, in mail_new_user
>> message.send()
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/message.py",
>>  line 248, in send
>> return self.get_connection(fail_silently).send_messages([self])
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>>  line 85, in send_messages
>> new_conn_created = self.open()
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>>  line 54, in open
>> self.connection.login(self.username, self.password)
>>   File "/usr/lib/python2.6/smtplib.py", line 589, in login
>> raise SMTPAuthenticationError(code, resp)
>> SMTPAuthenticationError: (535, '5.7.0 authentication failed')
>>
>>
>>
>> --
>> BR
>> Steven.zhu
>>
>> --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Send e-mail failed

2012-04-05 Thread Steven Zhu
It's my mistake used the wrong smtp server address in ReviewBoard setting.

2012/4/5 Steven Zhu 

> Strangely, the mail can be sent with my script file. But it can be sent by
> Review Board Server.
>
>
> 2012/4/5 Christian Hammond 
>
>> There's not much I can offer beyond what that error is saying. Your mail
>> server is rejecting the credentials being sent. Perhaps it needs to be
>> configured to allow authentication from the Review Board server?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Thu, Apr 5, 2012 at 1:27 AM, Steven Zhu  wrote:
>>
>>> Hi,
>>>I'm sure that configure the correct smtp server, username and password 
>>> in reviewboard server. But if i register new user, the review board sent 
>>> mail failed. Pls kindly have a look!
>>>
>>> Error sending e-mail notification with subject 'New Review Board user 
>>> registration for ' on behalf of '"yy yy" ' to 
>>> admin: (535, '5.7.0 authentication failed')
>>> Traceback (most recent call last):
>>>   File 
>>> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.4.1-py2.6.egg/reviewboard/notifications/email.py",
>>>  line 380, in mail_new_user
>>> message.send()
>>>   File 
>>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/message.py",
>>>  line 248, in send
>>> return self.get_connection(fail_silently).send_messages([self])
>>>   File 
>>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>>>  line 85, in send_messages
>>> new_conn_created = self.open()
>>>   File 
>>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>>>  line 54, in open
>>> self.connection.login(self.username, self.password)
>>>   File "/usr/lib/python2.6/smtplib.py", line 589, in login
>>> raise SMTPAuthenticationError(code, resp)
>>> SMTPAuthenticationError: (535, '5.7.0 authentication failed')
>>>
>>>
>>>
>>> --
>>> BR
>>> Steven.zhu
>>>
>>> --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to
>>> reviewboard+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/reviewboard?hl=en
>>
>>
>>  --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>
>
> --
> BR
> Steven.zhu
>



-- 
BR
Steven.zhu

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Send e-mail failed

2012-04-05 Thread Steven Zhu
Strangely, the mail can be sent with my script file. But it can be sent by
Review Board Server.

2012/4/5 Christian Hammond 

> There's not much I can offer beyond what that error is saying. Your mail
> server is rejecting the credentials being sent. Perhaps it needs to be
> configured to allow authentication from the Review Board server?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Thu, Apr 5, 2012 at 1:27 AM, Steven Zhu  wrote:
>
>> Hi,
>>I'm sure that configure the correct smtp server, username and password in 
>> reviewboard server. But if i register new user, the review board sent mail 
>> failed. Pls kindly have a look!
>>
>> Error sending e-mail notification with subject 'New Review Board user 
>> registration for ' on behalf of '"yy yy" ' to 
>> admin: (535, '5.7.0 authentication failed')
>> Traceback (most recent call last):
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.4.1-py2.6.egg/reviewboard/notifications/email.py",
>>  line 380, in mail_new_user
>> message.send()
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/message.py",
>>  line 248, in send
>> return self.get_connection(fail_silently).send_messages([self])
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>>  line 85, in send_messages
>> new_conn_created = self.open()
>>   File 
>> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>>  line 54, in open
>> self.connection.login(self.username, self.password)
>>   File "/usr/lib/python2.6/smtplib.py", line 589, in login
>> raise SMTPAuthenticationError(code, resp)
>> SMTPAuthenticationError: (535, '5.7.0 authentication failed')
>>
>>
>>
>> --
>> BR
>> Steven.zhu
>>
>> --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en




-- 
BR
Steven.zhu

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Send e-mail failed

2012-04-05 Thread Christian Hammond
There's not much I can offer beyond what that error is saying. Your mail
server is rejecting the credentials being sent. Perhaps it needs to be
configured to allow authentication from the Review Board server?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Thu, Apr 5, 2012 at 1:27 AM, Steven Zhu  wrote:

> Hi,
>I'm sure that configure the correct smtp server, username and password in 
> reviewboard server. But if i register new user, the review board sent mail 
> failed. Pls kindly have a look!
>
> Error sending e-mail notification with subject 'New Review Board user 
> registration for ' on behalf of '"yy yy" ' to 
> admin: (535, '5.7.0 authentication failed')
> Traceback (most recent call last):
>   File 
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.4.1-py2.6.egg/reviewboard/notifications/email.py",
>  line 380, in mail_new_user
> message.send()
>   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/message.py",
>  line 248, in send
> return self.get_connection(fail_silently).send_messages([self])
>   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>  line 85, in send_messages
> new_conn_created = self.open()
>   File 
> "/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
>  line 54, in open
> self.connection.login(self.username, self.password)
>   File "/usr/lib/python2.6/smtplib.py", line 589, in login
> raise SMTPAuthenticationError(code, resp)
> SMTPAuthenticationError: (535, '5.7.0 authentication failed')
>
>
>
> --
> BR
> Steven.zhu
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Send e-mail failed

2012-04-05 Thread Steven Zhu
Hi,
   I'm sure that configure the correct smtp server, username and
password in reviewboard server. But if i register new user, the review
board sent mail failed. Pls kindly have a look!

Error sending e-mail notification with subject 'New Review Board user
registration for ' on behalf of '"yy yy" '
to admin: (535, '5.7.0 authentication failed')
Traceback (most recent call last):
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.4.1-py2.6.egg/reviewboard/notifications/email.py",
line 380, in mail_new_user
message.send()
  File 
"/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/message.py",
line 248, in send
return self.get_connection(fail_silently).send_messages([self])
  File 
"/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
line 85, in send_messages
new_conn_created = self.open()
  File 
"/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/core/mail/backends/smtp.py",
line 54, in open
self.connection.login(self.username, self.password)
  File "/usr/lib/python2.6/smtplib.py", line 589, in login
raise SMTPAuthenticationError(code, resp)
SMTPAuthenticationError: (535, '5.7.0 authentication failed')



-- 
BR
Steven.zhu

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en