Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
1f49b7b4
Commit
1f49b7b4
authored
Jan 21, 2012
by
Matt Selsky
Committed by
Frédéric Buclin
Jan 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 469068: SMTP parameters not documented
r/a=LpSolit
parent
4be01c39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
+62
-0
administration.xml
docs/en/xml/administration.xml
+62
-0
No files found.
docs/en/xml/administration.xml
View file @
1f49b7b4
...
...
@@ -775,6 +775,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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment