[Web] Queue manager for Postfix
[Web] Add sogo_access mail attribute [Web] Allow to wipe SOGo profiles
This commit is contained in:
@@ -31,6 +31,7 @@ $lang['danger']['yotp_verification_failed'] = "Yubico OTP verification failed: %
|
||||
$lang['danger']['ip_list_empty'] = "List of allowed IPs cannot be empty";
|
||||
$lang['danger']['rspamd_ui_pw_length'] = "Rspamd UI password should be at least 6 chars long";
|
||||
$lang['success']['rspamd_ui_pw_set'] = "Rspamd UI password successfully set";
|
||||
$lang['success']['queue_command_success'] = "Queue command completed successfully";
|
||||
$lang['danger']['unknown'] = "An unknown error occured";
|
||||
$lang['danger']['malformed_username'] = "Malformed username";
|
||||
$lang['info']['awaiting_tfa_confirmation'] = "Awaiting TFA confirmation";
|
||||
@@ -137,6 +138,7 @@ $lang['success']['domain_admin_removed'] = "Domain administrator %s has been rem
|
||||
$lang['success']['admin_removed'] = "Administrator %s has been removed";
|
||||
$lang['success']['mailbox_removed'] = "Mailbox %s has been removed";
|
||||
$lang['success']['eas_reset'] = "ActiveSync devices for user %s were reset";
|
||||
$lang['success']['sogo_profile_reset'] = "SOGo profile for user %s was reset";
|
||||
$lang['success']['resource_removed'] = "Resource %s has been removed";
|
||||
$lang['warning']['cannot_delete_self'] = "Cannot delete logged in user";
|
||||
$lang['warning']['no_active_admin'] = "Cannot deactivate last active admin";
|
||||
@@ -223,10 +225,15 @@ $lang['user']['tag_in_none'] = 'Do nothing';
|
||||
$lang['user']['tag_help_explain'] = 'In subfolder: a new subfolder named after the tag will be created below INBOX ("INBOX/Facebook").<br>
|
||||
In subject: the tags name will be prepended to the mails subject, example: "[Facebook] My News".';
|
||||
$lang['user']['tag_help_example'] = 'Example for a tagged email address: me<b>+Facebook</b>@example.org';
|
||||
|
||||
$lang['user']['eas_reset'] = 'Reset ActiveSync device cache';
|
||||
$lang['user']['eas_reset_now'] = 'Reset now';
|
||||
$lang['user']['eas_reset_help'] = 'In many cases a device cache reset will help to recover a broken ActiveSync profile.<br><b>Attention:</b> All elements will be redownloaded!';
|
||||
|
||||
$lang['user']['sogo_profile_reset'] = 'Reset SOGo profile';
|
||||
$lang['user']['sogo_profile_reset_now'] = 'Reset profile now';
|
||||
$lang['user']['sogo_profile_reset_help'] = 'This will destroy a users SOGo profile and <b>delete all data irretrievable</b>.';
|
||||
|
||||
$lang['user']['encryption'] = 'Encryption';
|
||||
$lang['user']['username'] = 'Username';
|
||||
$lang['user']['last_run'] = 'Last run';
|
||||
@@ -342,6 +349,8 @@ $lang['edit']['target_address'] = 'Goto address/es <small>(comma-separated)</sma
|
||||
$lang['edit']['active'] = 'Active';
|
||||
$lang['edit']['force_pw_update'] = 'Force password update at next login';
|
||||
$lang['edit']['force_pw_update_info'] = 'This user will only be able to login to mailcow UI.';
|
||||
$lang['edit']['sogo_access'] = 'Grant access to SOGo';
|
||||
$lang['edit']['sogo_access_info'] = 'Grant or permit access to SOGo. This setting does neither affect access to all other services nor does it delete or change a users existing SOGo profile.';
|
||||
$lang['edit']['target_domain'] = 'Target domain';
|
||||
$lang['edit']['password'] = 'Password';
|
||||
$lang['edit']['password_repeat'] = 'Confirmation password (repeat)';
|
||||
@@ -378,6 +387,7 @@ $lang['acl']['spam_policy'] = 'Blacklist/Whitelist';
|
||||
$lang['acl']['delimiter_action'] = 'Delimiter action';
|
||||
$lang['acl']['syncjobs'] = 'Sync jobs';
|
||||
$lang['acl']['eas_reset'] = 'Reset EAS devices';
|
||||
$lang['acl']['sogo_profile_reset'] = 'Reset SOGo profile';
|
||||
$lang['acl']['quarantine'] = 'Quarantine';
|
||||
$lang['acl']['login_as'] = 'Login as mailbox user';
|
||||
$lang['acl']['bcc_maps'] = 'BCC maps';
|
||||
@@ -533,8 +543,15 @@ $lang['admin']['rsettings_preset_1'] = 'Disable all but DKIM and rate limit for
|
||||
$lang['admin']['rsettings_preset_2'] = 'Postmasters want spam';
|
||||
$lang['admin']['rsettings_insert_preset'] = 'Insert example preset "%s"';
|
||||
$lang['admin']['rsetting_add_rule'] = 'Add rule';
|
||||
$lang['admin']['queue_ays'] = 'Please confirm you want to delete all items from the current queue.';
|
||||
$lang['admin']['arrival_time'] = 'Arrival time (server time)';
|
||||
$lang['admin']['message_size'] = 'Message size';
|
||||
$lang['admin']['sender'] = 'Sender';
|
||||
$lang['admin']['recipients'] = 'Recipients';
|
||||
$lang['admin']['admin_domains'] = 'Domain assignments';
|
||||
$lang['admin']['domain_admins'] = 'Domain administrators';
|
||||
$lang['admin']['flush_queue'] = 'Flush queue';
|
||||
$lang['admin']['delete_queue'] = 'Delete all';
|
||||
$lang['admin']['username'] = 'Username';
|
||||
$lang['admin']['edit'] = 'Edit';
|
||||
$lang['admin']['remove'] = 'Remove';
|
||||
|
Reference in New Issue
Block a user