Author: Kellen Fields
Date: September 15, 2023
Audience: Everyone
Environment: Jama Connect®8.74.6
Problem/Summary:
Customers will report an issue that '@ Mention' emails, such as those being created via the stream, are not being received (and all other email types are being received as expected), even when users are properly subscribed.
Example of an @ Notification:
Solution:
There is a workaround in place for this behavior that will get these emails to be sent as expected. It would still be best to take standard email troubleshooting steps before proceeding. The resolution involves exec-ing into the jamacore container and editing the etc/hosts file. This fix will not persist between restarts.
- Get your jamacore containerID by running:
sudo docker ps | grep jamacore | awk '{print $1}'
- Access the container filesystem and edit the host file to include your app server IP and DNS name:
sudo docker exec -it <containerID> bash
vi /etc/hosts
- In the host file, add the following line:
<ip of app server> <dns host name>
example: 123.456.789.10 mydomainname.com - Then, could you save the host file?
Cause:
There is currently an open defect for this issue that is listed as 'unreproducible'. A cause for this behavior has not been determined. This behavior has only been seen on Replicated Native installs.
Related to
- Authentication
- Relationships
- Administration
- Testing
- REST API and extensibility
- Reports
- Microsoft Word
- Microsoft Excel
- Installation
- Migration
- Coverage and traceability
- Traditional
- Jama Connect Interchange™
- Customer-Validated Cloud
- Security
- Diagram/Graph Editor
- SMTP
- Jama Software® Subscriptions Maintenance and Support Service Agreement
- Supported
- Item Configuration
- Deployment Migration
- Integrations
Comments
0 comments
Please sign in to leave a comment.