Re: Issue 2381 in reviewboard: E-mail notification does not work

2015-03-30 Thread reviewboard


Comment #9 on issue 2381 by karthiku...@gmail.com: E-mail notification does  
not work

https://code.google.com/p/reviewboard/issues/detail?id=2381

Test mail i.e. mail sent after saving email settings works. I get the email  
notification.
But when i post a review request or add a new user, i dont receive any  
email.

using port 25 and office mail server.

I tried to debug and found that test mail also goes through the same set of  
functions and within function open() it tries to EHLO, STARTTLS and then  
again EHLO. And has_extn() call for starttls returns False.


Attachments:
reviewboard.log  1.2 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2381 in reviewboard: E-mail notification does not work

2012-12-23 Thread reviewboard

Updates:
Labels: Component-Admin

Comment #7 on issue 2381 by trowb...@gmail.com: E-mail notification does  
not work

http://code.google.com/p/reviewboard/issues/detail?id=2381

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2381 in reviewboard: E-mail notification does not work

2011-12-02 Thread reviewboard


Comment #6 on issue 2381 by ryan.clo...@decisionsciencescorp.com: E-mail  
notification does not work

http://code.google.com/p/reviewboard/issues/detail?id=2381

I have tried your suggestion to change the django config and emails are  
still sent as root@localhost. Any other suggestions? I am rolling this out  
very soon to my developers.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2381 in reviewboard: E-mail notification does not work

2011-11-24 Thread reviewboard


Comment #5 on issue 2381 by mohsen.b...@gmail.com: E-mail notification does  
not work

http://code.google.com/p/reviewboard/issues/detail?id=2381

as far as I know this can be caused by not configuring the SERVER_EMAIL  
setting in django's settings but I don't know how reviewboard modifies  
that, I guess u can check and change that manually if needed


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2381 in reviewboard: E-mail notification does not work

2011-11-22 Thread reviewboard


Comment #4 on issue 2381 by ryan.clo...@decisionsciencescorp.com: E-mail  
notification does not work

http://code.google.com/p/reviewboard/issues/detail?id=2381

The setsebool commands allow the email to be sent but my problem still
remains: I cannot figure out why, even though I have configured a different
email address in the Email Settings, the email that is sent looks like it
is coming from root@localhost.  How can I fix this?

Thanks for your time,
Ryan CLough

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2381 in reviewboard: E-mail notification does not work

2011-11-18 Thread reviewboard


Comment #3 on issue 2381 by mohsen.b...@gmail.com: E-mail notification does  
not work

http://code.google.com/p/reviewboard/issues/detail?id=2381

try these commands, then restart apache and see if it works:
setsebool httpd_tmp_exec on
setsebool httpd_can_network_connect on

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2381 in reviewboard: E-mail notification does not work

2011-11-14 Thread reviewboard


Comment #2 on issue 2381 by ryan.clo...@decisionsciencescorp.com: E-mail  
notification does not work

http://code.google.com/p/reviewboard/issues/detail?id=2381

Upon further investigation RB is trying to send the email as the local root  
user and SELinux is not allowing it. If i put SELinux in Permissive mode  
and tail the SELinux audit log I can see where SELinux is denying root but  
the email goes through and despite the Email configuration in RB the email  
comes from root@localhost. Please help! Did I install RB wrong?  
Apache(httpd) is running as the apache user. Any ideas?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2381 in reviewboard: E-mail notification does not work

2011-11-11 Thread reviewboard


Comment #1 on issue 2381 by ryan.clo...@decisionsciencescorp.com: E-mail  
notification does not work

http://code.google.com/p/reviewboard/issues/detail?id=2381

I am running RB 1.6.1 in a Scientific Linux 6.1 VirtualBox 4.1.2 virtual  
machine. I have attached my log file with the error generated when I  
attempt to create a user and a confirmation email should be sent. I am  
using the SMTP server for other web applications and its working fine.


Attachments:
reviewboard.log  1.4 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.