|
|
@ -40,8 +40,8 @@ $config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
|
|
|
|
$config['default_host'] = 'localhost';
|
|
|
|
$config['default_host'] = 'localhost';
|
|
|
|
|
|
|
|
|
|
|
|
// SMTP server host (for sending mails).
|
|
|
|
// SMTP server host (for sending mails).
|
|
|
|
// Enter hostname with prefix tls:// to use STARTTLS, or use
|
|
|
|
// Enter hostname with prefix ssl:// to use Implicit TLS, or use
|
|
|
|
// prefix ssl:// to use the deprecated SSL over SMTP (aka SMTPS)
|
|
|
|
// prefix tls:// to use STARTTLS.
|
|
|
|
// Supported replacement variables:
|
|
|
|
// Supported replacement variables:
|
|
|
|
// %h - user's IMAP hostname
|
|
|
|
// %h - user's IMAP hostname
|
|
|
|
// %n - hostname ($_SERVER['SERVER_NAME'])
|
|
|
|
// %n - hostname ($_SERVER['SERVER_NAME'])
|
|
|
@ -51,8 +51,7 @@ $config['default_host'] = 'localhost';
|
|
|
|
// For example %n = mail.domain.tld, %t = domain.tld
|
|
|
|
// For example %n = mail.domain.tld, %t = domain.tld
|
|
|
|
$config['smtp_server'] = 'localhost';
|
|
|
|
$config['smtp_server'] = 'localhost';
|
|
|
|
|
|
|
|
|
|
|
|
// SMTP port (default is 25; use 587 for STARTTLS or 465 for the
|
|
|
|
// SMTP port. Use 25 for cleartext, 465 for Implicit TLS, or 587 for STARTTLS (default)
|
|
|
|
// deprecated SSL over SMTP (aka SMTPS))
|
|
|
|
|
|
|
|
$config['smtp_port'] = 587;
|
|
|
|
$config['smtp_port'] = 587;
|
|
|
|
|
|
|
|
|
|
|
|
// SMTP username (if required) if you use %u as the username Roundcube
|
|
|
|
// SMTP username (if required) if you use %u as the username Roundcube
|
|
|
|