]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update faq.rst with SELinux and mails
authortschoening <tschoening@users.noreply.github.com>
Sun, 19 Oct 2014 18:48:18 +0000 (20:48 +0200)
committertschoening <tschoening@users.noreply.github.com>
Sun, 19 Oct 2014 18:48:18 +0000 (20:48 +0200)
docs/en/rst/customizing/faq.rst

index d0f1f79afc970ee8e60237820d592c608adea252..695cef15e151d9b3219b15eb9c66734cbe7938d1 100644 (file)
@@ -24,5 +24,8 @@ How do I...
   
 ...alter who can change what field when?
   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.
+
 .. todo:: Ask Thorsten for his input on what questions are common.