]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 251338: Installation section should mention that you need an MTA instal...
authorjocuri%softhome.net <>
Sun, 10 Oct 2004 03:48:38 +0000 (03:48 +0000)
committerjocuri%softhome.net <>
Sun, 10 Oct 2004 03:48:38 +0000 (03:48 +0000)
docs/xml/installation.xml

index 176c78509a331d02e38e92d6dd98303e5ea695dc..f9e1efd7d4df35829d1ed123556c23a63a2d93ac 100644 (file)
@@ -792,6 +792,28 @@ AllowOverride Limit
       </note>
     </section>
 
+    <section>
+      <title>Mail Transfer Agent (MTA)</title>
+    
+      <para>Bugzilla is dependent on the availability of an e-mail system for its user
+      authentication and for other tasks. </para>
+    
+      <para>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.</para>
+
+      <para>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.</para>
+
+      <para>If a simple mail sent with the command-line 'mail' program succeeds, then
+      Bugzilla should also be fine.</para>
+    </section>
+  
     <section>
       <title>Configuring Bugzilla</title>
       <para>