]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 302979: Bring mail sending docs up to date
authormozilla%colinogilvie.co.uk <>
Fri, 30 Dec 2005 23:33:58 +0000 (23:33 +0000)
committermozilla%colinogilvie.co.uk <>
Fri, 30 Dec 2005 23:33:58 +0000 (23:33 +0000)
Patch by: Ville Skyttäville.skytta@iki.fi> and victory <bmo@rsz.jp>; r=colin

docs/xml/faq.xml
docs/xml/glossary.xml

index e2cfa980a815fb2e105621370b52fadf18946e22..816508839ab6535157d62b7d5f837adf3723b095 100644 (file)
@@ -896,6 +896,8 @@ password=mypassword
         <answer>
           <para>
             To disable email, set the
+            <option>mail_delivery_method</option> parameter to
+            <literal>none</literal> (2.20 and later), or
             <programlisting>$enableSendMail</programlisting> parameter to '0'
             in either <filename>BugMail.pm</filename> (2.18 and later) or 
             <filename>processmail</filename> (up to 2.16.x).
index 08ad45524dac0be69c98a5a9b2cb99bca4168715..79fb2baebd4d4b35de69bbfe8724e27b0ea245f7 100644 (file)
 
       <glossdef>
         <para>A Message Transport Agent is used to control the flow of email
-        on a system. Many unix based systems use
-        <ulink url="http://www.sendmail.org">sendmail</ulink> which is what
-        Bugzilla expects to find by default at <filename>/usr/sbin/sendmail</filename>.
-        Many other MTA's will work, but they all require that the
+        on a system. The <ulink url="http://search.cpan.org/dist/MailTools/Mail/Mailer.pm">Mail::Mailer</ulink>
+        Perl module, which Bugzilla uses to send email, can be configured to
+        use many different underlying implementations for actually sending the
+        mail using the <option>mail_delivery_method</option> parameter.
+        Implementations other than <literal>sendmail</literal> require that the
         <option>sendmailnow</option> param be set to <literal>on</literal>.
         </para>
       </glossdef>