|
|
|
@ -40,8 +40,8 @@ $config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
|
|
|
|
|
$config['default_host'] = 'localhost';
|
|
|
|
|
|
|
|
|
|
// SMTP server host (for sending mails).
|
|
|
|
|
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
|
|
|
|
|
// Supported replacement variables:
|
|
|
|
|
// Enter hostname with prefix tls:// to use STARTTLS, or use
|
|
|
|
|
// prefix ssl:// to use the deprecated SSL over SMTP (aka SMTPS)
|
|
|
|
|
// %h - user's IMAP hostname
|
|
|
|
|
// %n - hostname ($_SERVER['SERVER_NAME'])
|
|
|
|
|
// %t - hostname without the first part
|
|
|
|
|