mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 20:10:19 +02:00
75 lines
2.8 KiB
Plaintext
75 lines
2.8 KiB
Plaintext
<?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>Company Mail Account</string>
|
|
<key>EmailAccountName</key>
|
|
<string>Juan Chavez</string>
|
|
<key>EmailAccountType</key>
|
|
<string>EmailTypeIMAP</string>
|
|
<key>EmailAddress</key>
|
|
<string>juanchavez4@example.com</string>
|
|
<key>IncomingMailServerAuthentication</key>
|
|
<string>EmailAuthPassword</string>
|
|
<key>IncomingMailServerHostName</key>
|
|
<string>imap.example.com</string>
|
|
<key>IncomingMailServerPortNumber</key>
|
|
<integer>993</integer>
|
|
<key>IncomingMailServerUseSSL</key>
|
|
<true/>
|
|
<key>IncomingMailServerUsername</key>
|
|
<string>juanchavez4@example.com</string>
|
|
<key>IncomingPassword</key>
|
|
<string>Password123</string>
|
|
<key>OutgoingMailServerAuthentication</key>
|
|
<string>EmailAuthPassword</string>
|
|
<key>OutgoingMailServerHostName</key>
|
|
<string>smtp.example.com</string>
|
|
<key>OutgoingMailServerPortNumber</key>
|
|
<integer>587</integer>
|
|
<key>OutgoingMailServerUseSSL</key>
|
|
<true/>
|
|
<key>OutgoingMailServerUsername</key>
|
|
<string>juanchavez4@example.com</string>
|
|
<key>OutgoingPassword</key>
|
|
<string>Password123</string>
|
|
<key>OutgoingPasswordSameAsIncomingPassword</key>
|
|
<false/>
|
|
<key>SMIMEEnablePerMessageSwitch</key>
|
|
<false/>
|
|
<key>SMIMEEnabled</key>
|
|
<false/>
|
|
<key>SMIMEEncryptionEnabled</key>
|
|
<false/>
|
|
<key>SMIMESigningEnabled</key>
|
|
<false/>
|
|
<key>allowMailDrop</key>
|
|
<false/>
|
|
<key>disableMailRecentsSyncing</key>
|
|
<false/>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.mymailpayload</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.mail.managed</string>
|
|
<key>PayloadUUID</key>
|
|
<string>d6379d8d-9e05-4d99-80bc-0865f1fe0aca</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>Mail</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>8e1961d8-898e-4d79-986f-c7a61af4103c</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |