From a0952abea0b9ea819e25ef6de6868e45232e06e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 27 Nov 2021 08:18:45 +0100 Subject: [PATCH] Testing (#123) * Update manifest.json --- README.md | 2 +- README_fr.md | 2 +- conf/config.inc.php | 2 +- manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 196b339..6c42e06 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In addition to Roundcube core features, the following are made available with th * Support for PGP encryption with Enigma plugin by default. -**Shipped version:** 1.5.0~ynh1 +**Shipped version:** 1.5.0~ynh2 **Demo:** https://demo.yunohost.org/webmail/ diff --git a/README_fr.md b/README_fr.md index 158267a..2718c39 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ En plus des fonctionnalités principales de Roundcube, les éléments suivants s * Prise en charge du chiffrement PGP avec le plugin Enigma installé par default. -**Version incluse :** 1.5.0~ynh1 +**Version incluse :** 1.5.0~ynh2 **Démo :** https://demo.yunohost.org/webmail/ diff --git a/conf/config.inc.php b/conf/config.inc.php index 7ec6bc2..897e42c 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -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) // %s - domain name after the '@' from e-mail address provided at login screen // For example %n = mail.domain.tld, %t = domain.tld -$config['default_host'] = '%t'; +$config['default_host'] = 'localhost'; // SMTP server host (for sending mails). // Enter hostname with prefix ssl:// to use Implicit TLS, or use diff --git a/manifest.json b/manifest.json index fbaa5bd..ea1daed 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open Source Webmail software", "fr": "Webmail Open Source" }, - "version": "1.5.0~ynh1", + "version": "1.5.0~ynh2", "url": "https://roundcube.net/", "upstream": { "license": "GPL-3.0-only",