Skip to content

Instantly share code, notes, and snippets.

@nstanke
Created November 4, 2014 18:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nstanke/1df2ad86487c3b9a805d to your computer and use it in GitHub Desktop.
Save nstanke/1df2ad86487c3b9a805d to your computer and use it in GitHub Desktop.
example iOS mobile config
<?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>CalDAVAccountDescription</key>
<string>Mail-in-a-box Calendar</string>
<key>CalDAVHostName</key>
<string>box.example.com</string>
<key>CalDAVPort</key>
<real>443</real>
<key>CalDAVPrincipalURL</key>
<string>/cloud/.../</string>
<key>CalDAVUseSSL</key>
<true/>
<key>PayloadDescription</key>
<string>CalDAV-Account</string>
<key>PayloadDisplayName</key>
<string>CalDAV (Mail-in-a-box Calendar)</string>
<key>PayloadIdentifier</key>
<string>com.mailinabox.setup.CalDAV</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadType</key>
<string>com.apple.caldav.account</string>
<key>PayloadUUID</key>
<string>416E5B04-3D34-4A18-A5BD-7132C57D1DCD</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
<dict>
<key>EmailAccountDescription</key>
<string>Mail-in-a-box Mail</string>
<key>EmailAccountType</key>
<string>EmailTypeIMAP</string>
<key>IncomingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>IncomingMailServerHostName</key>
<string>box.example.com</string>
<key>IncomingMailServerPortNumber</key>
<integer>993</integer>
<key>IncomingMailServerUseSSL</key>
<true/>
<key>OutgoingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>OutgoingMailServerHostName</key>
<string>box.example.com</string>
<key>OutgoingMailServerPortNumber</key>
<integer>587</integer>
<key>OutgoingMailServerUseSSL</key>
<true/>
<key>OutgoingPasswordSameAsIncomingPassword</key>
<true/>
<key>PayloadDescription</key>
<string>E-Mail-Account</string>
<key>PayloadDisplayName</key>
<string>IMAP-Account</string>
<key>PayloadIdentifier</key>
<string>com.mailinabox.setup.E-Mail</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadType</key>
<string>com.apple.mail.managed</string>
<key>PayloadUUID</key>
<string>7EE72885-C1FA-467B-A8F0-9CBAB46786A2</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PreventAppSheet</key>
<false/>
<key>PreventMove</key>
<false/>
<key>SMIMEEnabled</key>
<false/>
</dict>
<dict>
<key>CardDAVAccountDescription</key>
<string>Mail-in-a-box Contacts</string>
<key>CardDAVHostName</key>
<string>box.example.com</string>
<key>CardDAVPort</key>
<integer>443</integer>
<key>CardDAVPrincipalURL</key>
<string>/cloud/.../</string>
<key>CardDAVUseSSL</key>
<true/>
<key>PayloadDescription</key>
<string>CardDAV-Accounts</string>
<key>PayloadDisplayName</key>
<string>CardDAV</string>
<key>PayloadIdentifier</key>
<string>com.mailinabox.setup.carddav</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadType</key>
<string>com.apple.carddav.account</string>
<key>PayloadUUID</key>
<string>7BC25F9A-BD74-42E2-BA07-86ACFFA68186</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Mail, Contacts &amp; Calendar</string>
<key>PayloadDisplayName</key>
<string>Mail-in-a-box</string>
<key>PayloadIdentifier</key>
<string>com.mailinabox.setup</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>1BD3B569-B091-479D-9A4C-512C33691263</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment