For work I've setup a server on Ubuntu 16.04 just for Review Board. I setup SMTP with Postfix on the same machine so that team members can get email notifications. On the Admin->E-Mail if I select "Send a test e-mail after saving" it is successful. However if I send or create reviews no emails are sent to anyone and my review board logs show the follow;
- root - Error sending e-mail notification with subject 'Review Request 6: Another Email Test Review' on behalf of 'Andrew Wall <[email protected]>' to 'John Smith <[email protected]>,Andrew Wall <[email protected]>' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/email.py", line 634, in send_review_mail message.send() File "/usr/local/lib/python2.7/dist-packages/django/core/mail/message.py", line 276, in send return self.get_connection(fail_silently).send_messages([self]) File "/usr/local/lib/python2.7/dist-packages/django/core/mail/backends/smtp.py", line 87, in send_messages new_conn_created = self.open() File "/usr/local/lib/python2.7/dist-packages/django/core/mail/backends/smtp.py", line 54, in open self.connection.login(self.username, self.password) File "/usr/lib/python2.7/smtplib.py", line 622, in login raise SMTPAuthenticationError(code, resp) SMTPAuthenticationError: (535, '5.7.8 Error: authentication failed: authentication failure') While this appears to be an issue with the SMTP setup I'm wondering if there is a review board config I need to change. I wonder if it is a config issue on review board's side because again, I can successfully send a test email but notifications (which are enabled) are not being sent. Though the errors seem to be coming from django files they look to be making the calls correctly, and I would assume/hope I don't have to make any changes there. If this rings any bells or you've seen this before I'd appreciate a little bit of insight to help me troubleshoot it. If you need any more information please let me know. Thanks for your help. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- 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/d/optout.
