generated from smedev/Template-for-SMEServer-Core-Package
* Mon Nov 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-11.sme
- set password_charset to UTF-8 [SME: 13256]
This commit is contained in:
@@ -145,7 +145,7 @@ $config['mail_domain'] = '{$DomainName}';
|
|||||||
// Password charset.
|
// Password charset.
|
||||||
// Use it if your authentication backend doesn't support UTF-8.
|
// Use it if your authentication backend doesn't support UTF-8.
|
||||||
// Defaults to ISO-8859-1 for backward compatibility
|
// 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
|
// How many seconds must pass between emails sent by a user
|
||||||
$config['sendmail_delay'] = 0;
|
$config['sendmail_delay'] = 0;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%define name smeserver-roundcube
|
%define name smeserver-roundcube
|
||||||
%define version 1.6
|
%define version 1.6
|
||||||
%define release 10
|
%define release 11
|
||||||
|
|
||||||
Summary: smeserver rpm to setup roundcube, an IMAP mail client
|
Summary: smeserver rpm to setup roundcube, an IMAP mail client
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@@ -85,6 +85,9 @@ fi
|
|||||||
%attr(755,root,root) /usr/bin/rcplugin_update.sh
|
%attr(755,root,root) /usr/bin/rcplugin_update.sh
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 10 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-10.sme
|
||||||
- fix login to roundcube after restore [SME: 12981]
|
- fix login to roundcube after restore [SME: 12981]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user