1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Update config.inc.php

This commit is contained in:
ericgaspar 2021-11-25 22:57:11 +01:00
parent 2bc1a62494
commit f0531d6152
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -41,7 +41,7 @@ $config['db_dsnw'] = 'mysql://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__';
// %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part)
// %s - domain name after the '@' from e-mail address provided at login screen // %s - domain name after the '@' from e-mail address provided at login screen
// For example %n = mail.domain.tld, %t = domain.tld // For example %n = mail.domain.tld, %t = domain.tld
$config['default_host'] = '%t'; $config['default_host'] = 'localhost';
// SMTP server host (for sending mails). // SMTP server host (for sending mails).
// Enter hostname with prefix ssl:// to use Implicit TLS, or use // Enter hostname with prefix ssl:// to use Implicit TLS, or use