From 2efb0fe9f46496d3073e654c9ab36c11d725735d Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 10 Oct 2004 03:48:38 +0000 Subject: [PATCH] Patch for bug 251338: Installation section should mention that you need an MTA installed; patch by Colin S. Ogilvie ; r=vladd, a=justdave. --- docs/xml/installation.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 176c78509a..f9e1efd7d4 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -792,6 +792,28 @@ AllowOverride Limit +
+ Mail Transfer Agent (MTA) + + Bugzilla is dependent on the availability of an e-mail system for its user + authentication and for other tasks. + + On Linux, any Sendmail-compatible MTA (Mail Transfer Agent) will suffice. + Sendmail, Postfix, qmail and Exim are examples of common MTAs. Sendmail is the + original Unix MTA, but the others are easier to configure, and therefore many people + replace Sendmail with Postfix or Exim. They are drop-in replacements, so that Bugzilla + will not distinguish between them. + + Consult the manual for the specific MTA you choose for detailed installation + instructions. Each of these programs will have their own configuration files where you must + configure certain parameters to ensure that the mail is delivered properly. They + are implemented as services, and you should ensure that the MTA is in the + auto-start list of services for the machine. + + If a simple mail sent with the command-line 'mail' program succeeds, then + Bugzilla should also be fine. +
+
Configuring Bugzilla -- 2.47.2