From 6ef4c9c556ef6b24f587f05a5ff00a183102c666 Mon Sep 17 00:00:00 2001 From: tschoening Date: Sun, 19 Oct 2014 20:57:29 +0200 Subject: [PATCH] Update faq.rst with link to httpd_can_sendmail --- docs/en/rst/customizing/faq.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/rst/customizing/faq.rst b/docs/en/rst/customizing/faq.rst index 695cef15e1..40a986a8c1 100644 --- a/docs/en/rst/customizing/faq.rst +++ b/docs/en/rst/customizing/faq.rst @@ -26,6 +26,7 @@ How do I... See :ref:`who-can-change-what`. ...make Bugzilla send mails? - See :ref:`email` and check the settings according to your environment, especially you should check if a maybe configured SMTP server can be reached from your Bugzilla server and if the maybe needed auth credentials are valid. If things seem correct and your mails are still not send, check if your OS uses SELinux or AppArmor which may prevent your web server from sending mails. Some keywords for often used SELinux are are httpd_can_sendmail and httpd_can_network_connect. + See :ref:`email` and check the settings according to your environment, especially you should check if a maybe configured SMTP server can be reached from your Bugzilla server and if the maybe needed auth credentials are valid. If things seem correct and your mails are still not send, check if your OS uses SELinux or AppArmor which may prevent your web server from sending mails. httpd_can_sendmail_ often needs to get activated. If all those things don't help, activate :param:`smtp_debug` and check your webserver logs. -.. todo:: Ask Thorsten for his input on what questions are common. + .. _httpd_can_sendmail: http://selinuxproject.org/page/ApacheRecipes#Allow_the_Apache_HTTP_Server_to_send_mail + .. todo:: Ask Thorsten for his input on what questions are common. -- 2.47.3