summaryrefslogtreecommitdiffstats
path: root/docs/en
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-01-24 22:33:28 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-01-24 22:33:28 +0100
commit0ea89852dd8aea5088142b2e405d544d14ec0173 (patch)
treecfcf7a090626e1e56ecf1f9c0a3778bd49616c78 /docs/en
parent47510e5833b06b9eee37b7c2531f1693f45dcb05 (diff)
parente2a95ffbe2beb52bf3e69102b4646ddf5793d8df (diff)
downloadbugzilla-0ea89852dd8aea5088142b2e405d544d14ec0173.tar.gz
bugzilla-0ea89852dd8aea5088142b2e405d544d14ec0173.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/xml/administration.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml
index 46346bf7d..111fc8bad 100644
--- a/docs/en/xml/administration.xml
+++ b/docs/en/xml/administration.xml
@@ -766,6 +766,68 @@
<varlistentry>
<term>
+ smtpserver
+ </term>
+ <listitem>
+ <para>
+ This is the SMTP server address, if the <quote>mail_delivery_method</quote>
+ parameter is set to SMTP. Use "localhost" if you have a local MTA
+ running, otherwise use a remote SMTP server. Append ":" and the port
+ number, if a non-default port is needed.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ smtp_username
+ </term>
+ <listitem>
+ <para>
+ Username to use for SASL authentication to the SMTP server. Leave
+ this parameter empty if your server does not require authentication.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ smtp_password
+ </term>
+ <listitem>
+ <para>
+ Password to use for SASL authentication to the SMTP server. This
+ parameter will be ignored if the <quote>smtp_username</quote>
+ parameter is left empty.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ smtp_ssl
+ </term>
+ <listitem>
+ <para>
+ Enable SSL support for connection to the SMTP server.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ smtp_debug
+ </term>
+ <listitem>
+ <para>
+ This parameter allows you to enable detailed debugging output.
+ Log messages are printed the web server's error log.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
whinedays
</term>
<listitem>