-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.mobileconfig
77 lines (77 loc) · 2.78 KB
/
email.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
<?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>EmailAccountDescription</key>
<string>[email protected]</string>
<key>EmailAccountName</key>
<string>[email protected]</string>
<key>EmailAccountType</key>
<string>EmailTypeIMAP</string>
<key>EmailAddress</key>
<string>[email protected]</string>
<key>IncomingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>IncomingMailServerHostName</key>
<string>n1plcpnl0094.prod.ams1.secureserver.net</string>
<key>IncomingMailServerPortNumber</key>
<integer>993</integer>
<key>IncomingMailServerUseSSL</key>
<true/>
<key>IncomingMailServerUsername</key>
<string>[email protected]</string>
<key>OutgoingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>OutgoingMailServerHostName</key>
<string>n1plcpnl0094.prod.ams1.secureserver.net</string>
<key>OutgoingMailServerPortNumber</key>
<integer>465</integer>
<key>OutgoingMailServerUseSSL</key>
<true/>
<key>OutgoingMailServerUsername</key>
<string>[email protected]</string>
<key>OutgoingPasswordSameAsIncomingPassword</key>
<true/>
<key>PayloadDescription</key>
<string>[email protected] Secure Email Setup</string>
<key>PayloadDisplayName</key>
<string>[email protected] Secure Email Setup</string>
<key>PayloadIdentifier</key>
<string>cpanel.mail.org.info.lesarrail.com</string>
<key>PayloadOrganization</key>
<string>lesarrail.com</string>
<key>PayloadType</key>
<string>com.apple.mail.managed</string>
<key>PayloadUUID</key>
<string>ec989a5c-bcb1-4d61-aefc-fbcff329bb86</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PreventAppSheet</key>
<false/>
<key>PreventMove</key>
<false/>
<key>SMIMEEnabled</key>
<false/>
</dict>
</array>
<key>PayloadDescription</key>
<string>[email protected] Secure Email Setup</string>
<key>PayloadDisplayName</key>
<string>[email protected] Secure Email Setup</string>
<key>PayloadIdentifier</key>
<string>cpanel.mail.org.info.lesarrail.com</string>
<key>PayloadOrganization</key>
<string>cpanel.mail.org.info.lesarrail.com</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>b0a2f449-fda8-2b22-4980-cbbf9c5a85be</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>