ios-profile.xml 4.27 KB
Newer Older
1 2 3
<?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">
<!--
4
 iOS/OS X Configuration Profile
Norman's avatar
Norman committed
5

6
 Mobileconfig for iOS/OS X users to setup IMAP, SMTP, Contacts & Calendar
Norman's avatar
Norman committed
7

8 9
 https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html
-->
Norman's avatar
Norman committed
10 11 12 13 14 15
<plist version="1.0">
<dict>
  <key>PayloadContent</key>
  <array>
    <dict>
      <key>CalDAVAccountDescription</key>
16
      <string>PRIMARY_HOSTNAME calendar</string>
Norman's avatar
Norman committed
17
      <key>CalDAVHostName</key>
18
      <string>PRIMARY_HOSTNAME</string>
Norman's avatar
Norman committed
19 20 21 22 23 24 25
      <key>CalDAVPort</key>
      <real>443</real>
      <key>CalDAVPrincipalURL</key>
      <string>/cloud/remote.php/caldav/calendars/</string>
      <key>CalDAVUseSSL</key>
      <true/>
      <key>PayloadDescription</key>
26
      <string>PRIMARY_HOSTNAME (Mail-in-a-Box)</string>
Norman's avatar
Norman committed
27
      <key>PayloadDisplayName</key>
28
      <string>PRIMARY_HOSTNAME calendar</string>
Norman's avatar
Norman committed
29
      <key>PayloadIdentifier</key>
30
      <string>email.mailinabox.mobileconfig.PRIMARY_HOSTNAME.CalDAV</string>
Norman's avatar
Norman committed
31 32 33 34 35
      <key>PayloadOrganization</key>
      <string></string>
      <key>PayloadType</key>
      <string>com.apple.caldav.account</string>
      <key>PayloadUUID</key>
36
      <string>UUID1</string>
Norman's avatar
Norman committed
37 38 39 40 41
      <key>PayloadVersion</key>
      <integer>1</integer>
    </dict>
    <dict>
      <key>EmailAccountDescription</key>
42
      <string>PRIMARY_HOSTNAME mail</string>
Norman's avatar
Norman committed
43 44 45 46 47
      <key>EmailAccountType</key>
      <string>EmailTypeIMAP</string>
      <key>IncomingMailServerAuthentication</key>
      <string>EmailAuthPassword</string>
      <key>IncomingMailServerHostName</key>
48
      <string>PRIMARY_HOSTNAME</string>
Norman's avatar
Norman committed
49 50 51 52 53 54 55
      <key>IncomingMailServerPortNumber</key>
      <integer>993</integer>
      <key>IncomingMailServerUseSSL</key>
      <true/>
      <key>OutgoingMailServerAuthentication</key>
      <string>EmailAuthPassword</string>
      <key>OutgoingMailServerHostName</key>
56
      <string>PRIMARY_HOSTNAME</string>
Norman's avatar
Norman committed
57 58 59 60 61 62 63
      <key>OutgoingMailServerPortNumber</key>
      <integer>587</integer>
      <key>OutgoingMailServerUseSSL</key>
      <true/>
      <key>OutgoingPasswordSameAsIncomingPassword</key>
      <true/>
      <key>PayloadDescription</key>
64
      <string>PRIMARY_HOSTNAME (Mail-in-a-Box)</string>
Norman's avatar
Norman committed
65
      <key>PayloadDisplayName</key>
66
      <string>PRIMARY_HOSTNAME mail</string>
Norman's avatar
Norman committed
67
      <key>PayloadIdentifier</key>
68
      <string>email.mailinabox.mobileconfig.PRIMARY_HOSTNAME.E-Mail</string>
Norman's avatar
Norman committed
69 70 71 72 73
      <key>PayloadOrganization</key>
      <string></string>
      <key>PayloadType</key>
      <string>com.apple.mail.managed</string>
      <key>PayloadUUID</key>
74
      <string>UUID2</string>
Norman's avatar
Norman committed
75 76 77 78 79 80 81 82 83 84 85
      <key>PayloadVersion</key>
      <integer>1</integer>
      <key>PreventAppSheet</key>
      <false/>
      <key>PreventMove</key>
      <false/>
      <key>SMIMEEnabled</key>
      <false/>
    </dict>
    <dict>
      <key>CardDAVAccountDescription</key>
86
      <string>PRIMARY_HOSTNAME contacts</string>
Norman's avatar
Norman committed
87
      <key>CardDAVHostName</key>
88
      <string>PRIMARY_HOSTNAME</string>
Norman's avatar
Norman committed
89 90 91 92 93 94 95
      <key>CardDAVPort</key>
      <integer>443</integer>
      <key>CardDAVPrincipalURL</key>
      <string>/cloud/remote.php/carddav/addressbooks/</string>
      <key>CardDAVUseSSL</key>
      <true/>
      <key>PayloadDescription</key>
96
      <string>PRIMARY_HOSTNAME (Mail-in-a-Box)</string>
Norman's avatar
Norman committed
97
      <key>PayloadDisplayName</key>
98
      <string>PRIMARY_HOSTNAME contacts</string>
Norman's avatar
Norman committed
99
      <key>PayloadIdentifier</key>
100
      <string>email.mailinabox.mobileconfig.PRIMARY_HOSTNAME.carddav</string>
Norman's avatar
Norman committed
101 102 103 104 105
      <key>PayloadOrganization</key>
      <string></string>
      <key>PayloadType</key>
      <string>com.apple.carddav.account</string>
      <key>PayloadUUID</key>
106
      <string>UUID3</string>
Norman's avatar
Norman committed
107 108 109 110 111
      <key>PayloadVersion</key>
      <integer>1</integer>
    </dict>
  </array>
  <key>PayloadDescription</key>
112
  <string>PRIMARY_HOSTNAME (Mail-in-a-Box)</string>
Norman's avatar
Norman committed
113
  <key>PayloadDisplayName</key>
114
  <string>PRIMARY_HOSTNAME</string>
Norman's avatar
Norman committed
115
  <key>PayloadIdentifier</key>
116
  <string>email.mailinabox.mobileconfig.PRIMARY_HOSTNAME</string>
Norman's avatar
Norman committed
117 118 119 120 121 122 123
  <key>PayloadOrganization</key>
  <string></string>
  <key>PayloadRemovalDisallowed</key>
  <false/>
  <key>PayloadType</key>
  <string>Configuration</string>
  <key>PayloadUUID</key>
124
  <string>UUID4</string>
Norman's avatar
Norman committed
125 126 127
  <key>PayloadVersion</key>
  <integer>1</integer>
</dict>
128
</plist>