Bug 469068: SMTP parameters not documented

r/a=LpSolit


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@263293 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2012-01-21 11:20:52 +00:00
parent ebdff28520
commit d0ce1035af
2 changed files with 63 additions and 1 deletions

View File

@ -1 +1 @@
7683
7684

View File

@ -764,6 +764,68 @@
</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