summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-04-23 18:01:40 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-04-23 18:01:40 +0200
commitb7fbcf61cf1267564edaf343833fa15f1a806430 (patch)
tree0820431407868760ccf7f48d7f24a6c573d00a2e /docs
parent5bb84b3c6efc503652a14e59efbe2b7c548608dd (diff)
downloadbugzilla-b7fbcf61cf1267564edaf343833fa15f1a806430.tar.gz
bugzilla-b7fbcf61cf1267564edaf343833fa15f1a806430.tar.xz
Bug 561362: Remove the 'sendmailnow' parameter
r=justdave a=LpSolit
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/administration.xml16
-rw-r--r--docs/en/xml/glossary.xml2
-rw-r--r--docs/en/xml/installation.xml9
3 files changed, 2 insertions, 25 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml
index 0c9a60ce2..2a05404f1 100644
--- a/docs/en/xml/administration.xml
+++ b/docs/en/xml/administration.xml
@@ -766,22 +766,6 @@
<varlistentry>
<term>
- sendmailnow
- </term>
- <listitem>
- <para>
- When Bugzilla is using Sendmail older than 8.12, turning this option
- off will improve performance by not waiting for Sendmail to actually
- send mail. If Sendmail 8.12 or later is being used, there is
- nothing to gain by turning this off. If another MTA is being used,
- such as Postfix, then this option *must* be turned on (even if you
- are using the fake sendmail executable that Postfix provides).
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term>
whinedays
</term>
<listitem>
diff --git a/docs/en/xml/glossary.xml b/docs/en/xml/glossary.xml
index 127b94038..48730b248 100644
--- a/docs/en/xml/glossary.xml
+++ b/docs/en/xml/glossary.xml
@@ -271,8 +271,6 @@
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>
</glossentry>
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index c35f27f4e..bffcb9b4f 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1786,13 +1786,8 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
<ulink url="http://www.postfix.org/">Postfix</ulink>
is used as the built-in email server. Postfix provides an executable
that mimics sendmail enough to fool Bugzilla, as long as Bugzilla can
- find it.</para>
-
- <para>As of version 2.20, Bugzilla will be able to find the fake
- sendmail executable without any assistance. However, you will have
- to turn on the sendmailnow parameter before you do anything that would
- result in email being sent. For more information, see the description
- of the sendmailnow parameter in <xref linkend="parameters"/>.</para>
+ find it. Bugzilla is able to find the fake sendmail executable without
+ any assistance.</para>
</section>