diff --git a/data/web/json_api.php b/data/web/json_api.php index ba836ef4..a59d2f57 100644 --- a/data/web/json_api.php +++ b/data/web/json_api.php @@ -1097,16 +1097,16 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u switch ($object) { default: $data = dkim('details', $object); - process_get_return($data); - break; + process_get_return($data); + break; } break; case "presets": switch ($object) { case "rspamd": process_get_return(presets('get', 'rspamd')); - case "sieve": break; + case "sieve": process_get_return(presets('get', 'sieve')); break; } diff --git a/data/web/lang/lang.de.json b/data/web/lang/lang.de.json index d5ea4e87..aa2081d8 100644 --- a/data/web/lang/lang.de.json +++ b/data/web/lang/lang.de.json @@ -556,6 +556,7 @@ }, "mailbox": { "tls_policy_maps": "TLS-Richtlinien", + "sogo_allow_admin_hint": "Administrative SOGo Logins sind nur für Mailboxen verfügbar, die bereits ein SOGo Profil besitzen. Ein Benutzer muss zumindest einmal in SOGo eingeloggt gewesen sein, um ein Profil zu besitzen.", "tls_policy_maps_long": "Ausgehende TLS-Richtlinien", "tls_policy_maps_info": "Nachstehende Richtlinien erzwingen TLS-Transportregeln unabhängig von TLS-Richtlinieneinstellungen eines Benutzers.
\r\n Für weitere Informationen zur Syntax sollte die \"smtp_tls_policy_maps\" Dokumentation konsultiert werden.", "tls_enforce_in": "TLS eingehend erzwingen", diff --git a/data/web/lang/lang.en.json b/data/web/lang/lang.en.json index a7073bde..23b18691 100644 --- a/data/web/lang/lang.en.json +++ b/data/web/lang/lang.en.json @@ -555,6 +555,7 @@ }, "mailbox": { "tls_policy_maps": "TLS policy maps", + "sogo_allow_admin_hint": "Administrative SOGo logins are only available for mailboxes with an existing SOGo profile. A user must have been logged in to SOGo at least once.", "tls_policy_maps_long": "Outgoing TLS policy map overrides", "tls_policy_maps_info": "This policy map overrides outgoing TLS transport rules independently of a users TLS policy settings.
\r\n Please check the \"smtp_tls_policy_maps\" docs for further information.", "tls_enforce_in": "Enforce TLS incoming", diff --git a/data/web/mailbox.php b/data/web/mailbox.php index 78d38c92..1311a230 100644 --- a/data/web/mailbox.php +++ b/data/web/mailbox.php @@ -67,6 +67,15 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI']; + +
+ +
+