more info on preconfig regarding antispam feature and what will happen if not enabled; add comma to allowed characters in log-messages; make admin-username case-insensitive in the installation; show php-settings when adding/editing a domain as customer only if php is enbaled for the customer
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -33,7 +33,7 @@ $return = [];
|
||||
|
||||
if (Update::versionInUpdate($current_version, '2.2.0-dev1')) {
|
||||
$has_preconfig = true;
|
||||
$description = 'Froxlor now features antispam configurations using rspamd. Would you like to enable the antispam feature (required re-configuration of services)?';
|
||||
$description = 'Froxlor now features antispam configurations using rspamd. Would you like to enable the antispam feature (required re-configuration of services)?<br><strong>ATTENTION:</strong> When not enabled and the former DomainKey feature was used, keep in mind that all existing domainkeys for all domain are being removed and the dkim-flag disabled for the domains.';
|
||||
$question = '<strong>Enable antispam (recommended)</strong> ';
|
||||
$return['antispam_activated'] = [
|
||||
'type' => 'checkbox',
|
||||
|
||||
Reference in New Issue
Block a user