On 07/05/2017 11:33 AM, Bernd Plagge wrote:
What can I do to solve this problem?


First, "setenforce permissive" and send a message, or examine /var/log/audit/audit.log to see if this is an SELinux denial.

Next, in permissive mode, use "tail -f /var/log/audit/audit.log | grep AVC" to watch the log while you send another message. Take all of the output and pass it as input to "audit2allow -M lighttpd_sendmail". That will create a new SELinux policy module that you can load to allow lighttpd to send email.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to