On 08/20/2013 09:46 AM, Michaela Newell wrote: > I am attempting to set-up emails. I have all three options selected and > a valid smtp server. When I add a new user the logs show nothing but the > email does not get sent. When I add a new review request I get this in > the log: > > - Error sending e-mail notification with subject 'Review Request 1: ...' on > behalf of '"XXXX XXXX" <[email protected]>' to '"XXXX XXXX" > <[email protected]>': [Errno 13] Permission denied > Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/reviewboard/notifications/email.py", > line 244, in send_review_mail > message.send() > File "/usr/lib/python2.6/site-packages/django/core/mail/message.py", line > 248, in send > return self.get_connection(fail_silently).send_messages([self]) > File "/usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py", > line 85, in send_messages > new_conn_created = self.open() > File "/usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py", > line 48, in open > local_hostname=DNS_NAME.get_fqdn()) > File "/usr/lib64/python2.6/smtplib.py", line 239, in __init__ > (code, msg) = self.connect(host, port) > File "/usr/lib64/python2.6/smtplib.py", line 295, in connect > self.sock = self._get_socket(host, port, self.timeout) > File "/usr/lib64/python2.6/smtplib.py", line 273, in _get_socket > return socket.create_connection((port, host), timeout) > File "/usr/lib64/python2.6/socket.py", line 567, in create_connection > raise error, msg > error: [Errno 13] Permission denied > > > Does anyone know of any causes? >
Is this RHEL/CentOS 6? It's possibke that SELinux might be interfering. Does it go away if you do 'setenforce 0' as root? If so, please run the command: audit2allow -a and send me the output. -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
