Changeset e52aaee in github


Ignore:
Timestamp:
Jan 18, 2012 4:38:46 AM (17 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
7fe3811
Parents:
64f6e75a
Message:

Mention smtp ports 587 and 465 in config template

File:
1 edited

Legend:

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

    r5879c09 re52aaee  
    135135$rcmail_config['smtp_server'] = ''; 
    136136 
    137 // SMTP port (default is 25; 465 for SSL) 
     137// SMTP port (default is 25; use 587 for STARTTLS or 465 for the 
     138// deprecated SSL over SMTP (aka SMTPS)) 
    138139$rcmail_config['smtp_port'] = 25; 
    139140 
Note: See TracChangeset for help on using the changeset viewer.