Ignore:
Timestamp:
Jan 1, 2010 5:42:59 AM (3 years ago)
Author:
alec
Message:
  • added warning about using TLS with SMTP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/config/main.inc.php.dist

    r3089 r3192  
    9696$rcmail_config['virtuser_query'] = ''; 
    9797 
    98 // use this host for sending mails. 
    99 // to use SSL connection, set ssl://smtp.host.com 
    100 // if left blank, the PHP mail() function is used 
     98// SMTP server host (for sending mails). 
     99// To use SSL connection, set ssl://smtp.host.com 
     100// WARNING: Don't use 'tls://' prefix, TLS is used by default if possible 
     101// If left blank, the PHP mail() function is used 
    101102// Use %h variable as replacement for user's IMAP hostname 
    102103$rcmail_config['smtp_server'] = ''; 
Note: See TracChangeset for help on using the changeset viewer.