From 37a311f76c827e5cf00a7004738274ea21eb81a7 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Fri, 30 Dec 2005 23:34:39 +0000 Subject: Bug 302979: Bring mail sending docs up to date Patch by: Ville Skyttäville.skytta@iki.fi> and victory ; r=colin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/xml/faq.xml | 2 ++ docs/xml/glossary.xml | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index e2cfa980a..816508839 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -896,6 +896,8 @@ password=mypassword To disable email, set the + parameter to + none (2.20 and later), or $enableSendMail parameter to '0' in either BugMail.pm (2.18 and later) or processmail (up to 2.16.x). diff --git a/docs/xml/glossary.xml b/docs/xml/glossary.xml index 08ad45524..79fb2baeb 100644 --- a/docs/xml/glossary.xml +++ b/docs/xml/glossary.xml @@ -269,10 +269,11 @@ A Message Transport Agent is used to control the flow of email - on a system. Many unix based systems use - sendmail which is what - Bugzilla expects to find by default at /usr/sbin/sendmail. - Many other MTA's will work, but they all require that the + on a system. The Mail::Mailer + Perl module, which Bugzilla uses to send email, can be configured to + use many different underlying implementations for actually sending the + mail using the parameter. + Implementations other than sendmail require that the param be set to on. -- cgit v1.2.3-24-g4f1b