From: jocuri%softhome.net <> Date: Fri, 4 Apr 2008 11:47:06 +0000 (+0000) Subject: Patch for bug 251338: Installation section should mention that you need an MTA instal... X-Git-Tag: bugzilla-3.1.3~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450bdaf16c87131f1d34add4579aaf3b2ee7f7c7;p=thirdparty%2Fbugzilla.git Patch for bug 251338: Installation section should mention that you need an MTA installed; patch by Colin S. Ogilvie ; r=vladd, a=justdave. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 397dc359e7..097b21e0bf 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -75,6 +75,10 @@ Install Perl modules + + Install a Mail Transfer Agent + + Configure all of the above. @@ -478,6 +482,27 @@ +
+ 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. +