From c3b676381bfca2a7909562c628eb06a9fbf3814d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 01 Jan 2010 05:42:59 -0500
Subject: [PATCH] - added warning about using TLS with SMTP

---
 config/main.inc.php.dist |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 5c3558a..f882265 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -95,9 +95,10 @@
 // and optional identity name as second column
 $rcmail_config['virtuser_query'] = '';
 
-// use this host for sending mails.
-// to use SSL connection, set ssl://smtp.host.com
-// if left blank, the PHP mail() function is used
+// SMTP server host (for sending mails).
+// To use SSL connection, set ssl://smtp.host.com
+// WARNING: Don't use 'tls://' prefix, TLS is used by default if possible
+// If left blank, the PHP mail() function is used
 // Use %h variable as replacement for user's IMAP hostname
 $rcmail_config['smtp_server'] = '';
 

--
Gitblit v1.9.1