Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ tags:
supervised: false
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
SMIMEEncryptionCertificateUUIDUserOverrideable: false
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ tags:
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
SMIMEEncryptByDefaultUserOverrideable: false
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ discussion: |

The user _MUST_ not be enabled to have the option to decide wether to encrypt a mail communication. Encryption _MUST_ be the default.
check: " "
fix: This is implemented by a Configuration Profile
fix: |
This is implemented by a Configuration Profile.
references:
cce:
- CCE-94528-7
Expand All @@ -21,5 +22,6 @@ tags:
severity: "medium"
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
SMIMEEnableEncryptionPerMessageSwitch: false
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ tags:
- indigo_high
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
SMIMESigningCertificateUUIDUserOverrideable: false
3 changes: 2 additions & 1 deletion rules/os/os_exchange_SMIME_signing_enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ tags:
- indigo_high
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
SMIMESigningEnabled: true
3 changes: 2 additions & 1 deletion rules/os/os_exchange_SMIME_signing_overwrite_disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ tags:
- indigo_high
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
SMIMESigningUserOverrideable: false
1 change: 1 addition & 0 deletions rules/os/os_exchange_mail_recents_sync_disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ supervised: false
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
disableMailRecentsSyncing: true
3 changes: 2 additions & 1 deletion rules/os/os_exchange_peraccountVPN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ tags:
supervised: false
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
VPNUUID: $ODV
3 changes: 2 additions & 1 deletion rules/os/os_exchange_prevent_move_enforce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ tags:
supervised: false
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
PreventMove: true
1 change: 1 addition & 0 deletions rules/os/os_mail_maildrop_disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ supervised: false
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
allowMailDrop: false
1 change: 1 addition & 0 deletions rules/os/os_mail_move_messages_disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ supervised: false
mobileconfig: true
mobileconfig_info:
com.apple.mail.managed:
EmailAccountType: EmailTypeIMAP
PreventMove: false
Loading