From: mozilla%colinogilvie.co.uk <> Date: Fri, 30 Dec 2005 23:33:58 +0000 (+0000) Subject: Bug 302979: Bring mail sending docs up to date X-Git-Tag: bugzilla-2.20.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704713a43453a40869736de14d3f369a385ed454;p=thirdparty%2Fbugzilla.git Bug 302979: Bring mail sending docs up to date Patch by: Ville Skyttäville.skytta@iki.fi> and victory ; r=colin --- diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index e2cfa980a8..816508839a 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 08ad45524d..79fb2baebd 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.