From 0c88f21e3bf469f757e935b42a59d12d5bb95a06 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sat, 21 Jan 2012 12:07:42 +0100 Subject: [PATCH] Bug 469068: SMTP parameters not documented r/a=LpSolit --- docs/en/xml/administration.xml | 62 ++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index e7ff33f3f1..db3634524d 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -780,6 +780,68 @@ + + + smtpserver + + + + This is the SMTP server address, if the mail_delivery_method + 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. + + + + + + + smtp_username + + + + Username to use for SASL authentication to the SMTP server. Leave + this parameter empty if your server does not require authentication. + + + + + + + smtp_password + + + + Password to use for SASL authentication to the SMTP server. This + parameter will be ignored if the smtp_username + parameter is left empty. + + + + + + + smtp_ssl + + + + Enable SSL support for connection to the SMTP server. + + + + + + + smtp_debug + + + + This parameter allows you to enable detailed debugging output. + Log messages are printed the web server's error log. + + + + whinedays -- 2.47.2