diff --git a/webtools/bugzilla/docs/xml/faq.xml b/webtools/bugzilla/docs/xml/faq.xml index e2cfa980a815..816508839ab6 100644 --- a/webtools/bugzilla/docs/xml/faq.xml +++ b/webtools/bugzilla/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/webtools/bugzilla/docs/xml/glossary.xml b/webtools/bugzilla/docs/xml/glossary.xml index 08ad45524dac..79fb2baebd4d 100644 --- a/webtools/bugzilla/docs/xml/glossary.xml +++ b/webtools/bugzilla/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.