We are having a problem with the "Email Instructor" button on the homework sets. An editor will open, but when you try to "Send Email" we get this error:
Failed to open the mailer: connect() failed: Permission denied
Tried this in every course at multiple user levels (admin, professor, and student) and received the same error every time. According to the documentation, the default permission level for send_feedback is "student" and no options are changed in the course.conf file for any of these classes regarding sending or receiving feedback.
Wne sending mail manually, Postfix/sendmail works and smtp server address port is setup properly.
Currently, in /opt/webwork/webork2/conf/site.conf:
$mail{smtpSender} = "webwork@localhost";
We've tested sending email , manually from Linux OS prompt, from that and it works.
Wne sending mail manually, Postfix/sendmail works and smtp server address port is setup properly.
Currently, in /opt/webwork/webork2/conf/site.conf:
$mail{smtpSender} = "webwork@localhost";
We've tested sending email , manually from Linux OS prompt, from that and it works.