Greetings,
First of all, thank you for this wonderful app. We’ve deployed it less than 2 months ago, and we’re already seeing an uptick in resource usage at our HPC Center.
We’re trying to get the built-in Support Ticket from the Help menu working, and we’re running OOD version 3.01 on a RHEL 8 server. Our postfix daemon is up, and can successfully use the sendmail command with the -i and -f options:
However, when we test the support ticket form accessible from the Help dropdown menu, nothing gets logged in the maillog and we get this error message in the browser instead:
I think in Linux 126 means it’s not executable. When you tested in shell session you need 2 things - (1) to be an unprivileged user (i.e., not root) and (2) to conduct the test on the the server that OOD is running.
Both of these conditions were fulfilled while we were testing. We are STIG compliant and we do have many directories mounted with the noexec option. Does this app create and execute any temporary scripts?
Here’s our /etc/fstab file in case you need it. fstab.txt (2.0 KB)
You were right, it was a permission issue. We have SELinux in enforcing mode with confined users. Once we turned that off, it started working. Here is the SELinux denial from the logs:
We went back to the local smtp configuration, and SELinux isn’t an issue with this one, so we don’t have to create a custom SELinux policy. You can close this ticket