-
Notifications
You must be signed in to change notification settings - Fork 24
/
Identity_payload_demo.mobileconfig
114 lines (114 loc) · 3.52 KB
/
Identity_payload_demo.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>Identification</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentification</key>
<dict>
<key>AuthMethod</key>
<string>UserEnteredPassword</string>
<key>EmailAddress</key>
<string></string>
<key>FullName</key>
<string></string>
<key>Password</key>
<string></string>
<key>Prompt</key>
<string>Please enter your user information.</string>
<key>PromptMessage</key>
<string>This will be used to configure email, etc. Enter full email address for username.</string>
<key>UserName</key>
<string></string>
</dict>
<key>PayloadIdentifier</key>
<string>d5ad66d0-4841-0132-eebc-000c294ab81b.alacarte.identification.38205430-4842-0132-eebf-000c294ab81b</string>
<key>PayloadType</key>
<string>com.apple.configurationprofile.identification</string>
<key>PayloadUUID</key>
<string>38205430-4842-0132-eebf-000c294ab81b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
<dict>
<key>EmailAccountDescription</key>
<string>Profile Configured Email</string>
<key>EmailAccountName</key>
<string></string>
<key>EmailAccountType</key>
<string>EmailTypeIMAP</string>
<key>EmailAddress</key>
<string></string>
<key>IdentificationUUID</key>
<string>38205430-4842-0132-eebf-000c294ab81b</string>
<key>IncomingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>IncomingMailServerHostName</key>
<string>imap.gmail.com</string>
<key>IncomingMailServerPortNumber</key>
<integer>993</integer>
<key>IncomingMailServerUseSSL</key>
<true/>
<key>IncomingMailServerUsername</key>
<string></string>
<key>IncomingPassword</key>
<string></string>
<key>OutgoingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>OutgoingMailServerHostName</key>
<string>smtp.gmail.com</string>
<key>OutgoingMailServerPortNumber</key>
<integer>465</integer>
<key>OutgoingMailServerUseSSL</key>
<true/>
<key>OutgoingMailServerUsername</key>
<string></string>
<key>OutgoingPassword</key>
<string></string>
<key>OutgoingPasswordSameAsIncomingPassword</key>
<true/>
<key>PayloadDisplayName</key>
<string>Profile Configured Email</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>d5ad66d0-4841-0132-eebc-000c294ab81b.alacarte.email.38130f60-4842-0132-eebe-000c294ab81b</string>
<key>PayloadType</key>
<string>com.apple.mail.managed</string>
<key>PayloadUUID</key>
<string>38130f60-4842-0132-eebe-000c294ab81b</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PreventAppSheet</key>
<false/>
<key>PreventMove</key>
<false/>
<key>SMIMEEnabled</key>
<false/>
<key>disableMailRecentsSyncing</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Demo of Identity Payload</string>
<key>PayloadIdentifier</key>
<string>d5ad66d0-4841-0132-eebc-000c294ab81b.alacarte</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>d5ad66d0-4841-0132-eebc-000c294ab81b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>