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 2022-03-06 22:02:31 +01:00
parent cebe3814c9
commit 00069bb998
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -55,7 +55,7 @@ $config['imap_host'] = 'localhost:143';
// For example %n = mail.domain.tld, %t = domain.tld
// To specify different SMTP servers for different IMAP hosts provide an array
// of IMAP host (no prefix or port) and SMTP server e.g. ['imap.example.com' => 'smtp.example.net']
$config['smtp_host'] = 'tls://' . $main_domain:587;
$config['smtp_host'] = 'tls://' . $main_domain;
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login