From 1f49b7b4a0fdeee4ebffc9f2f62cb00c12157ff7 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sat, 21 Jan 2012 12:02:42 +0100 Subject: Bug 469068: SMTP parameters not documented r/a=LpSolit --- docs/en/xml/administration.xml | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'docs') diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index a25ed555c..bdcdaeefb 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -773,6 +773,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 -- cgit v1.2.3-24-g4f1b