1 Commits

Author SHA1 Message Date
9d90a0763c * Mon Nov 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-11.sme
- set password_charset to UTF-8 [SME: 13256]
2025-11-03 00:25:58 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ $config['mail_domain'] = '{$DomainName}';
// Password charset.
// Use it if your authentication backend doesn't support UTF-8.
// Defaults to ISO-8859-1 for backward compatibility
$config['password_charset'] = 'ISO-8859-1';
$config['password_charset'] = 'UTF-8';
// How many seconds must pass between emails sent by a user
$config['sendmail_delay'] = 0;

View File

@@ -1,6 +1,6 @@
%define name smeserver-roundcube
%define version 1.6
%define release 10
%define release 11
Summary: smeserver rpm to setup roundcube, an IMAP mail client
Name: %{name}
@@ -85,6 +85,9 @@ fi
%attr(755,root,root) /usr/bin/rcplugin_update.sh
%changelog
* Mon Nov 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-11.sme
- set password_charset to UTF-8 [SME: 13256]
* Thu Apr 10 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-10.sme
- fix login to roundcube after restore [SME: 12981]