NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

* Update mobileconfig.php Allow user on iOS to enable S/MIME * Fixed indent

e3203f1a
SoftCat <[email protected]> 6 years ago
data/web/mobileconfig.php | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Diff

diff --git a/data/web/mobileconfig.php b/data/web/mobileconfig.php
index bc4de03d..256f6382 100644
--- a/data/web/mobileconfig.php
+++ b/data/web/mobileconfig.php
@@ -95,8 +95,16 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
         <false/>
         <key>PreventMove</key>
         <false/>
-        <key>SMIMEEnabled</key>
-        <false/>
+        <key>SMIMESigningUserOverrideable</key>
+        <true/>
+        <key>SMIMESigningCertificateUUIDUserOverrideable</key>
+        <true/>
+        <key>SMIMEEncryptByDefaultUserOverrideable</key>
+        <true/>
+        <key>SMIMEEncryptionCertificateUUIDUserOverrideable</key>
+        <true/>
+        <key>SMIMEEnableEncryptionPerMessageSwitch</key>
+        <true/>
       </dict>
       <?php if($onlyEmailAccount === false): ?>
       <dict>