]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 469068: SMTP parameters not documented
authorMatt Selsky <selsky@columbia.edu>
Sat, 21 Jan 2012 11:06:31 +0000 (12:06 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 21 Jan 2012 11:06:31 +0000 (12:06 +0100)
r/a=LpSolit

docs/en/xml/administration.xml

index 52af464c00fecd1f080a4013f79d2fb23103e93f..75d291dab8dc0776b71504ee5e48a01048bac4fa 100644 (file)
             </listitem>
           </varlistentry>
 
+          <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